RyDos Posted September 9, 2010 Share Posted September 9, 2010 HeyIm trying to install prestashop on localhost but all i get is blank page...?im using ubuntu server as OS Link to comment Share on other sites More sharing options...
Martin Velikov Posted September 9, 2010 Share Posted September 9, 2010 It might be best if you can check your local logs for error messages. This should direct you to the cause of the issue and propose a resolution.Generally getting a blank page would mean that you are getting an error but your local configuration is set so it suppresses error messages. As a possible cause of the issue - you might want to check the installation file permissions and ensure they are properly set Link to comment Share on other sites More sharing options...
RyDos Posted September 9, 2010 Author Share Posted September 9, 2010 all files have chmod 777 Link to comment Share on other sites More sharing options...
ayampresto Posted September 13, 2010 Share Posted September 13, 2010 RyDos ... did you find the answer yet ????it seems no body know what is the solution .... Link to comment Share on other sites More sharing options...
Martin Velikov Posted September 13, 2010 Share Posted September 13, 2010 An error message would greatly help Considering the provided info the problem can be just about anything. Link to comment Share on other sites More sharing options...
ayampresto Posted September 13, 2010 Share Posted September 13, 2010 i have same problem with RyDos .... web browser installer not launch ...we have only blank page web browser without any error message ...it's just blank ...at the bottom of the left browser only indicate " done , with error on page"..... i have try any ways to figure this out but still the same ,,,,, Link to comment Share on other sites More sharing options...
Martin Velikov Posted September 13, 2010 Share Posted September 13, 2010 Do you, by any chance, have a file under your installation directory called - php_errorlog? If you have some kind of control panel there might be an error log under it somewhere. Have you checked that? Link to comment Share on other sites More sharing options...
ayampresto Posted September 13, 2010 Share Posted September 13, 2010 theres not file and control panel like that on the web server .... Link to comment Share on other sites More sharing options...
ayampresto Posted September 13, 2010 Share Posted September 13, 2010 just find out the error messages : Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/e/v/a/evaboutique/html/install/classes/ToolsInstall.php on line 4 . what should i do ??? Link to comment Share on other sites More sharing options...
RyDos Posted September 13, 2010 Author Share Posted September 13, 2010 My shop is up and running, had to put chmod 777 one by one to all files to install Link to comment Share on other sites More sharing options...
IAmTheFunk Posted September 17, 2010 Share Posted September 17, 2010 It's important during installation to make note that there are 2 different classes of chmod you must do to 2 different sets of files/directories. Some need chmod 777 on just the directories/files listed, and some must have chmod 777 done recursively to the directories listed so that all subdirectories and files under the listed directory are also 777.I had a similar issue when I overlooked this detail during my very first installation attempt. 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