mehmetsen80 Posted March 11, 2013 Share Posted March 11, 2013 I installed prestashop according to the instructions.. I changed the admin folder name, I also deleted the install directory I always see a blank page when I type website/admin123/ any solution for this? I see that many people experiencing the same problem? Link to comment Share on other sites More sharing options...
Radu Posted March 11, 2013 Share Posted March 11, 2013 in config/defines.inc.php do you have? define('_PS_MODE_DEV_', true); That allows you to see the eventual error you get 1 Link to comment Share on other sites More sharing options...
vekia Posted March 11, 2013 Share Posted March 11, 2013 if you've got access to error log you can also check it. If something doesnt work with php scripts, you will find solutions there Link to comment Share on other sites More sharing options...
mehmetsen80 Posted March 12, 2013 Author Share Posted March 12, 2013 Thank you Radu, I did what u suggested to me in config/defines.inc.php do you have? define('_PS_MODE_DEV_', true); That allows you to see the eventual error you get I realized that I had some write permission errors on cache folder, so I did: chmod -R 777 cache/* after that I could login but this time there was warning at the top of the page then I had to give the entire root folder the same 777 rights chmod -R 777 html/* It is working now but is it not too dangers that the Presta forcing us 777 in whole root folder? Link to comment Share on other sites More sharing options...
Radu Posted March 12, 2013 Share Posted March 12, 2013 Presta doesn't force to change the folder to 777. If you run php under fastcgi/cgi and suexec, you won't need to chmod any folder at all because php runs under your user. So it depends on your host. Maybe it's a nice idea to contact your host and talk to them to find a solution. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now