CakePHP Permissions, works fine on local server, but fails after upload.
- by Alz454
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.