Marcos Semeli Posted June 26, 2014 Share Posted June 26, 2014 Hello! I'm writing this post to get some help with a really weird question. We are stuck with a webpage that only shows a blankPage after a migration. The fact is that I have tried to turn on Debug mode inside prestashop, turn on also error reporting to E_ALL in php.ini and put also php code in the index.php file and other files to show errors. But no error is displayed at all. Checking out the domain logs inside plesk (ther servers runs parallels plesk panel and OpenSuse) the only thing that appears is the following line in the access.log file: 217.125.151.120 - - [26/Jun/2014:13:15:07 +0200] "GET /favicon.ico HTTP/1.0" 200 505 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36" I've been digging in the php code and finally i've arrived at the Shop.php class. The following line appears to "crash": if ($results = Db::getInstance()->executeS($sql)) { [..] On the other hand executing the sql code (inside $sql) directly with WorkBench runs great with no problem at all. Anyone knows why the Db::getInstance() function can fail with no error at all or how to get more information about the error?? I know the topic is very weird but if someone can only just give a little hand would be aprecciated... Thanks and sorry for my English,,, !! Link to comment Share on other sites More sharing options...
Recommended Posts