ALMAJ Posted January 15, 2016 Share Posted January 15, 2016 Hello everyone.I've a problem with my prestashop webstore!After upgrading my prestashop webstore (www.tekcenter.pt/store) from 1.5.6 to 1.6.1.4 with the 1-click upgrade moduleI got a blank page on my front office, I then rollback to the previous version with the same tool 1-click upgrade modulebut now I get this error message on my front office and back office, that it seems to be related to a missing table on the database:Fatal error: Uncaught Table 'tekcente_tek.ps_configuration' doesn't exist<br /><br /><pre>SELECT c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop FROM `ps_configuration` c LEFT JOIN `ps_configuration_lang` cl ON (c.id_configuration = cl.id_configuration)</pre> thrown in /home1/tekcente/public_html/store/classes/db/Db.php on line 613I need to upgrade my webstore to prestashop 1.6.1.4Can someone please help me out? Best regards Link to comment Share on other sites More sharing options...
anriuz Posted January 15, 2016 Share Posted January 15, 2016 Have you checked with some db tool (phpmyadmin, for example) if: tekcente_tek.ps_configuration REALLY exists (i mean if you can acces it via db tool). Be precious with the naming - i would suggest some typo - your site is 'tekcenter' but db name is tekcente_tek without that 'r'. Link to comment Share on other sites More sharing options...
ALMAJ Posted January 15, 2016 Author Share Posted January 15, 2016 Have you checked with some db tool (phpmyadmin, for example) if: tekcente_tek.ps_configuration REALLY exists (i mean if you can acces it via db tool). Be precious with the naming - i would suggest some typo - your site is 'tekcenter' but db name is tekcente_tek without that 'r'. thanks for the reply I've checked with phpmyadmin and the table tps_configuration dos not exist on my database and yes 'tekcente_tek' is ok there is n tekcente_tek.ps_configuration o 'r' I think the best way to do is exporting all the database data to a new prestashop 1.6 installation? Regards Link to comment Share on other sites More sharing options...
anriuz Posted January 16, 2016 Share Posted January 16, 2016 error message says that the missing or non-existant table name is 'tekcente_tek.ps_configuration' (not 'tps_configuration'. check existance and accesibility of database, table in it with db tool then check settings.inc in config folder Link to comment Share on other sites More sharing options...
ALMAJ Posted January 16, 2016 Author Share Posted January 16, 2016 (edited) error message says that the missing or non-existant table name is 'tekcente_tek.ps_configuration' (not 'tps_configuration'. check existance and accesibility of database, table in it with db tool then check settings.inc in config folder sorry, my last post has a typo, it is "tekcente_tek.ps_configuration" not 'tps_configuration' still there is no reference to 'tekcente_tek.ps_configuration' on my database and inside config folder... regards Edited January 16, 2016 by ALMAJ (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted January 16, 2016 Share Posted January 16, 2016 well it seems that either the database backup did not properly backup all of your tables, or the restore from the backup failed. I hope you have a backup of the backup Link to comment Share on other sites More sharing options...
anriuz Posted January 18, 2016 Share Posted January 18, 2016 sorry, my last post has a typo, it is "tekcente_tek.ps_configuration" not 'tps_configuration' still there is no reference to 'tekcente_tek.ps_configuration' on my database and inside config folder... regards are there any other tables in tekcente_tek database? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now