Upgraded from 5.5.2.1 to 5.6.0.2: Now getting "Page Forbidden"

Permalink
Hi

I upgraded directly from 5.5.2.1 to 5.6.0.2 by following the instructions inhttp://www.concrete5.org/documentation/how-tos/developers/manually-...
I used Method 1 and copied a downloaded concrete5.6.0.2 into updates/

My site.php contained
define('PERMISSIONS_MODEL', 'advanced');
define('DIRNAME_APP_UPDATED', 'concrete5.5.2.1');

before the upgrade.


After the upgrade site.php contained
define('PERMISSIONS_MODEL', 'advanced');
define('DIRNAME_APP_UPDATED', 'concrete5.6.0.2');


My config table in the database has
SITE_APP_VERSION = 5.6.0.2

Now, EVERY page I visit, including the Dashboard (using index.php/dashboard) tells me

"Page Forbidden
You are not authorized to access this page."

- this is styled as per my theme

I'm not sure if this is 403 from the webserver or C5's new permission system messing me around.

I assume the upgrade only affects the files under upgrade/ and site.php.

I have checked file permissions on those they look okay.

The only page I can get to is the login page, which allows me to login, but the "Page Forbidden" appears.
My Autonav is not showing all the subpages - only 'Home', which makes me think it's the new Permissions System at fault.

Do I need to take out the
define('PERMISSIONS_MODEL', 'advanced');

?

Any tips would be much appreciated

Thanks
Russell

russellfeeed
 
ZillionProductions replied on at Permalink Reply
ZillionProductions
Hi, were you able to fix this issue? I've been having the same problem and I can really use the help... After a manual update I get Page Forbidden and there's no way I can get in the Dashboard...

Thanks!
russellfeeed replied on at Permalink Reply
russellfeeed
Hi Zillion

I'm afraid not. I've had to abandon the upgrade of our Intranet. Maybe this'll be solved in a later version.

I got a little further going to 5.6.0 but ran into other problems.
I think it may relate to some addons not being compatible. I think a 5.5.2.1 install with a lot less addons may help things.

I did try to clear out some unused addons, and also tried upgrading some first. But then things got messy.

Sorry I can't give you more help than anecdotal.

Good luck!

Russell
MrO replied on at Permalink Reply
Hi Zillion,

Did you ever found a solution for this problem?

Cheers,