fr33z3 Posted June 2, 2014 Share Posted June 2, 2014 Hi All, My Prestashop has some non-fatal errors showing up at the bottom of my page. In stead of resolving the errors I was thinking of just hiding them using css. Problem: The errors are not shown inside a div, but just as plain text in my html. Question: Is it possible to have the errors load inside a div, so I can give it a 'display:none' ? Where does Prestashop write the errors to the template? I'm using the default Prestashop Theme thanks Link to comment Share on other sites More sharing options...
Dh42 Posted June 2, 2014 Share Posted June 2, 2014 It looks like you have error reporting turned on in your config/defines.inc.php file, just turn it off and it will hide them Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2014 Share Posted June 2, 2014 just disable error reporting, and these errors will disappearinstead of "hide" these errors it will be much better if you will fix it they can affect other important part of website like payment (ekomi module!) step etc. Link to comment Share on other sites More sharing options...
CartExpert.net Posted June 3, 2014 Share Posted June 3, 2014 Hi. Some of the errors you have are hosting related. You should contact your hosting company. Regards.Robin.The CartExpert Team 1 Link to comment Share on other sites More sharing options...
fr33z3 Posted October 28, 2014 Author Share Posted October 28, 2014 I know it's been a while, but could you explain more about the hosting-related problems? I've contacted the hosting company, but they don't know how to "interpret the problems", their words... Link to comment Share on other sites More sharing options...
vekia Posted October 28, 2014 Share Posted October 28, 2014 open basedir restriction is usually related to wrong file / directories permissions in simple words, file / directory that prestashop trying to access (see your error code) is not a file/directory that belongs to php/apache user Link to comment Share on other sites More sharing options...
fr33z3 Posted October 28, 2014 Author Share Posted October 28, 2014 (edited) So, I should just give prestashop permission to write in httpdocs/tmp? I tried this, doesn't work. Which files should have extra permissions? Edited October 29, 2014 by fr33z3 (see edit history) 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