quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

Problem with Login #108

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello Webdevelopers,

I just wanted to sign me in Quick Apps, and I was shown that I have no rights for /webroot. I have the file with /webroot/index.php CHMOD 777 provided. Is it possible that so leave or is it because of something else. That would be good to know. Thank you.

ghost commented 9 years ago

After updating the page it worked again. I do not know if it is the browser cache or something else.

quickapps commented 9 years ago

I think you have to chmod the entire /webroot directory recursively, that is subfolders and files. not just the index. php file mentioned

ghost commented 9 years ago

Thanks, I have it now that all directories in /webroot CHMOD 777. That should work.