williambesson Posted March 17, 2014 Share Posted March 17, 2014 Hello I have tried to move a prestashop install (1.5) from a domain to another. In the process I removed the following tables because my database was way too big: PS_connections, PS_connectionss_page, PS_connection_source PS_guest, PS_pagenotfound, PS_page_viewed, PS_date_range,PS_referrer_cache. Everything is moved but this is what I am seeing now. The shop is there but there's a massive problem at the top! Any ideas why I am getting this? Many thanks for your time. Guillaume source: http://www.hdvideoshop.com destination where the problem is: http://www.mjit-berlin.de/ Link to comment Share on other sites More sharing options...
NemoPS Posted March 17, 2014 Share Posted March 17, 2014 What is the exact prestashop version (to check the code)? It looks like to problems are mainly related to products anyway Link to comment Share on other sites More sharing options...
williambesson Posted March 17, 2014 Author Share Posted March 17, 2014 Hello, Thanks for your fast reply. I am on 1.5.4.1 Link to comment Share on other sites More sharing options...
NemoPS Posted March 17, 2014 Share Posted March 17, 2014 Hm, I have no objects on that line on 1.5.4.1. Can you check classes/Product.php on that line (3937 )? Link to comment Share on other sites More sharing options...
williambesson Posted March 17, 2014 Author Share Posted March 17, 2014 I have attached the file: product.php I am not sure to understand what you're looking for on this line. I have the following code around this line: public static function getProductsProperties($id_lang, $query_result) { $egrratingrichsnippet = Module::getInstanceByName('egrratingrichsnippet'); if($egrratingrichsnippet->active) { $results_array = array(); Thanks Product.php Link to comment Share on other sites More sharing options...
NemoPS Posted March 17, 2014 Share Posted March 17, 2014 This module doesn't exist, or there is no instance of it: egrratingrichsnippet The broken line: if($egrratingrichsnippet->active) Link to comment Share on other sites More sharing options...
Recommended Posts