Amoloo7 Posted January 31, 2014 Share Posted January 31, 2014 Hello i was having one server and its hard drive got damaged ..... but i was having backup of my prestashop then i created account upload backup now i am getting error Fatal error: Uncaught Table 'kandykid_kandy.ps_shop_url' doesn't exist<br /><br /><pre>SELECT s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM ps_shop_url su LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'kandykids.in' OR su.domain_ssl = 'kandykids.in') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(uri) DESC</pre> thrown in /home/kandykid/public_html/classes/db/Db.php on line 605 Can any one help me to fix this ??? Link to comment Share on other sites More sharing options...
vekia Posted January 31, 2014 Share Posted January 31, 2014 if you've got an access to database manager like phpmyadmin can you please verify your database, does the ps_shop_url table exist there? if so, what columns you've got there? Link to comment Share on other sites More sharing options...
musicmaster Posted February 2, 2014 Share Posted February 2, 2014 Did you have a backup of both your code and your database? Link to comment Share on other sites More sharing options...
Recommended Posts