Jump to content

Major Problems after DB backup and 1.5 upgrade!


Recommended Posts

so i backed up my clients db and upgraded from 1.4.3.1 to the latest rev. then i imported the back up of his db and no i cant see the BO or FO. it looks like the same error on both.

 

FO

 

Fatal error: Uncaught Unknown column 'c.id_shop_group' in 'field list'<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 /home/vmotors/public_html/classes/db/Db.php on line 605

 

 

BO

 

Fatal error: Uncaught Unknown column 'c.id_shop_group' in 'field list'<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 /home/vmotors/public_html/classes/db/Db.php on line 605

 

 

please help. any information would be greatly appriciated.

Link to comment
Share on other sites

hey monster thank you for the reply. i did use the one click. and by back up i did a db back up and copied all the files from filezilla from remote to local. now if i wipe out the remote with filezilla and just load the backup files should i be back in buisness??

Link to comment
Share on other sites

yea I would try wiping out everything, re-upload the backup files, and import database via phpmyadmin. Should be back as long as the settings.inc.php points to the same database file name and username/pass.

 

I just noticed you said you were on 1.4.3. from being on the forum constantly the last 3 days I see people having issues updating from 1.4. It was suggested to update to 1.4.9 first then update again to 1.5. Haven't tried it.

 

Also if I were you, I would use a test server to update first then test a buying product, especially in Internet Explorer (had a glitch where images wouldn't appear in IE, was easy fix but you don't want it live like I had it)

Link to comment
Share on other sites

  • 2 weeks later...
  • 6 months later...

Also same problem after trying to update an shop for a customer. from 1.4.11 to 1.5.4.1

I tryed this many time but still getting the same error

 

manual upgrade:

 

Fatal error: Uncaught Unknown column 'c.id_shop_group' in 'field list'

 

SELECT SQL_NO_CACHE 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)

classes/db/Db.php on line 607

 

 

1click upgrade upgrade:

all files has been upgraded. Now upgrading database. this can take a while ...

[Ajax / Server Error for action upgradeDb] textStatus: "error " errorThrown:"Internal Server Error " jqXHR: "

Internal Server Error

 

Is there some one ho can help with this?

Edited by Bonjour (see edit history)
Link to comment
Share on other sites

see if this search result gives you some clues...

https://www.google.c...restashop+forge[Ajax+%2F+Server+Error+for+action+upgradeDb]+textStatus%3A+%22error+%22+errorThrown%3A%22Internal+Server+Error+%22+jqXHR%3A+%22&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

 

so much for posting that as a link:

 

in google I entered:

prestashop forge[Ajax / Server Error for action upgradeDb] textStatus: "error " errorThrown:"Internal Server Error " jqXHR: "

 

I only was looking on forge, but it also found other non-forge threads with reference to this error.

 

Hope that helps.

Link to comment
Share on other sites

×
×
  • Create New...