Jump to content

[SOLVED] Backup & Restore


Recommended Posts

Hi,

i have restored the backup of prestashop into PHP MySQL and it was successful. I also copied a whole folder from my previous work and pasted back into www folder. Now when i try to go to administrator or index.php of front end side it doesn't work just gives blank page.

anyone please tell me what to do ? its urgent.

thanks for your kind attention.

regards,
om

Link to comment
Share on other sites

hi,

thanks for your reply. considering that before your reply comes i uninstalled aapservr2.6.0 and moved back to appserver2.5.9. although it gives me following error message

Invalid loadConfiguration() SQL query!

what should i do?

thanks for you feedback in advance.

regards, om.

Link to comment
Share on other sites

That must mean the following query is failing:

SELECT c.`name`, cl.`id_lang`, IFNULL(cl.`value`, c.`value`) AS value
FROM `ps_configuration_lang` cl
LEFT JOIN `ps_configuration` c ON c.id_configuration = cl.id_configuration');



Make sure that the ps_configuration and ps_configuration_lang tables exist in your database.

Link to comment
Share on other sites

Hi

i got following error message

Server: localhost - Database: eisol - Table: ps_configuration_lang "Unknown collation '#45' in table 'ps_configuration_lang.frm' definition"
Error

SQL query: Documentation

SELECT c.`name` , cl.`id_lang` , IFNULL( cl.`value` , c.`value` ) AS value
FROM `ps_configuration_lang` cl
LEFT JOIN `ps_configuration` c ON c.id_configuration = cl.id_configuration
)
LIMIT 0 , 30

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
LIMIT 0, 30' at line 1

31866_F7sLxahHCIQbNvDCZ9tU_t

Link to comment
Share on other sites

  • 2 weeks later...

Goodness!!! I've been up all night messing with my site.

I had it working great, then i stupidly decided to update to the new version of PS.
Then it all went down hill. Don't have a clue what happened. It's 6am and i'm braindead.

Long story short, I uninstalled everything (did a DB and images backup thank GOODNESS)
Then, I installed an older version of PS. 1.2.3, which is what I thought I originally had, and had generated the DB backup.

I did the install process no problem. Verified my "temp" DB (cuz i was gonna switch to orig. DB after all setup)

I get to my Back Office (PHEW), go to the settings where I choose the orig. DB, and screen kicks out and says
error message is Invalid loadConfiguration() SQL query!

And no, I do not have the Configuiration_Lang listed in my SQL.

I would like to get them there, but not sure how.

Don't even know if i'm running the right version of PS compared to my orig. DB.
Freaking out. [spam-filter] is freaking out. Store was just getting important to people. SAD PEOPLE:(

HELP PLEASE. DESPERATE.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...