talan3000 Posted July 14, 2011 Share Posted July 14, 2011 I just installed...or 'attempted' to install Prestashop but I get nothing but a blank white page when I try to view my store. It did this when I initially set it up but me being a beginner to setting up shopping carts, thought I did something wrong, so I went back and re-did EVERYTHING. When I finished I found it doing the same thing again. This is the page address -- http://www.icedinteractive.com/prestashop_1.4.3.0/prestashop/ -- I'm really desperate for help here. Link to comment Share on other sites More sharing options...
PrestaDesigner.com Posted July 15, 2011 Share Posted July 15, 2011 I have a question, the installation was completed? Did you managed to login on the back office? You can look on the error logs on your server (if you are on cPanlel, just login in there and look at the Error Log). You can also download config.inc.php, located on "config" directory, on your prestashop folder. Open config.inc.php with Notepad or Dreamweaver find this line: @ini_set('display_errors', 'Off'); [code]and replace it with this one:[code]@ini_set('display_errors', 'On'); [code]Once you have done this, replace the old file with the new one.You should be able to see what have caused this. There might be some permissions problems as well. 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