Jump to content

Moving prestashop to new server - nearly there!


Recommended Posts

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

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

×
×
  • Create New...