Gamestech Posted July 28, 2014 Share Posted July 28, 2014 Hi guys, Got a strange one, when you go to add an address on our site you just get a blank page. Similarly if you're not logged in you can't view the cart. I'm assuming both issues are related. Put it in dev mode, blank page. Nothing in apache error logs at all. No idea where to turn next to try to ascertain source of the problem. Any tips? Link to comment Share on other sites More sharing options...
vekia Posted July 28, 2014 Share Posted July 28, 2014 apache error log is not equal to php error log have you got possibility to check also php error log? Link to comment Share on other sites More sharing options...
Gamestech Posted July 28, 2014 Author Share Posted July 28, 2014 Nothing in php logs either unfortunately. Link to comment Share on other sites More sharing options...
vekia Posted July 28, 2014 Share Posted July 28, 2014 strange that there is no error code :/ can you try something? open for example: /classes/controllers/front/frontcontroller.php make some error there, just somewhere put "TEST" does error related to this "TEST" appear? if not, it just means that your hoster disabled error reports for you :/ Link to comment Share on other sites More sharing options...
Gamestech Posted July 28, 2014 Author Share Posted July 28, 2014 If I do that I get 'unexpcted T_STRING' in the php log as expected. Link to comment Share on other sites More sharing options...
El Patron Posted July 28, 2014 Share Posted July 28, 2014 so errors are in that path working properly, it is possible some code suppressing errors before execution. not sure. here is more debug/profiling method that may help get more info http://blog.dh42.com/discrete-prestashop-debugging/ Link to comment Share on other sites More sharing options...
Gamestech Posted July 28, 2014 Author Share Posted July 28, 2014 Have implemented code in link ?profile shows me profile information correctly, ?error shows nothing - which is in line with previous no errors in dev mode. Link to comment Share on other sites More sharing options...
El Patron Posted July 28, 2014 Share Posted July 28, 2014 the devil is in the details, i.e. possible to share the profiling information? Link to comment Share on other sites More sharing options...
Gamestech Posted July 28, 2014 Author Share Posted July 28, 2014 Profiling output attached as requested address.html Link to comment Share on other sites More sharing options...
Recommended Posts