CakePHP Permissions, works fine on local server, but fails after upload.

Posted by Alz454 on Stack Overflow See other posts from Stack Overflow or by Alz454
Published on 2010-04-20T18:41:41Z Indexed on 2010/04/20 18:43 UTC
Read the original article Hit count: 182

Filed under:
|
|

I created a website with CakePHP, set up all of the permissions so guests could view certain parts, and members only in certain areas, all with an administration panel.

Whenever I test this on my local testing server, it works perfectly, if I login I can view the content, if I logout, I can't. However, when I upload exactly the same files and upload and import the database, it fails to work, it just disallows all member access regardless of if you're logged in or not, this even applies to administrators.

I'm not sure what's going on here, any help would be appreciated. If you need any more information, just ask.

Regards, Alz454.

© Stack Overflow or respective owner

Related posts about php

Related posts about cakephp