Developer forum

Forum » Development » Navigation says "Access denied"

Navigation says "Access denied"

Dmitrij Jazel
Reply

Hi guys,

I am trying to upgrade a solution from DW 8.2.3.1 to DW 8.3.0.0 

It uses special setup because it must be like that...

I upgraded it to use 8.3.0.0 but there was some stuff that broke... so I downgraded it again.

As a result I got this error now... and have no clue what can cause it... any suggestions?

 

Access_denied_in_navigation.png

Replies

 
Dmitrij Jazel
Reply

Anyone? :(

Am I the first one to get such an error, or is it too simple to answer? :)

Any suggestions, or clues what could cause something like this, or why this can happen?

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply

Hi Dmitrij,

 

Do/did you have the module 'Websites' installed on your solution or did you only have the 'Frontpage' functionality?

 

- Jeppe

 
Dmitrij Jazel
Reply

Hej Jeppe,

No, it was never installed. I used Frontpage functionality.

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply
This post has been marked as an answer

The 'Frontpage' functionality was been rolled into the standard code base in 8.3. Therefore, the module was removed from the database. This means that when you roll back from an 8.3 version to an earlier version, the module is no longer installed and the functionality goes away.

 

There are two ways to solve this issue:

1) Upgrade back to 8.3.

2) Insert the module record back into the Modules table using this SQL Query:

"INSERT INTO [Module]

([ModuleSystemName], [ModuleName], [ModuleAccess], [ModuleStandard], [ModuleParagraph],[ModuleIsBeta])

VALUES

('Frontpage', 'Frontpage', blnTrue, blnTrue, blnFalse, blnFalse)"

 

Option 2 requires you to have access to the database, or use the SQL Firehose in Management Center.

 

Hope this helps :)

 

- Jeppe



 

Votes for this answer: 1
 
Dmitrij Jazel
Reply

Hej Jeppe,

Sorry, almost forgot to add some feedback.

Just when you wrote that forum post, I could not find a Frontpage module nor in modules management nor in Database,

So it DID help, and that was exactly the case, I updated to 8.3.0.2 and problem got solved. :-)

Thanks allot for info :-)

 
Dmitrij Jazel
Reply

Hej Jeppe,

 

Have some feedback here...

Not sure how, but after this issue here (above) I set Website module on. And the issue was resolved.

But now I updated the same application to 8.3.0.4 and ... website module disappeared again... Eventually I went to module table and activated it again...

 

Not sure why but this can be a problem eventually when we gonna use multi-language shop, if websites module will go down, this can cause some trouble...

 

All is ok now, I am just hoping all will go well in future...

 

You must be logged in to post in the forum