Quote:
Hey PhilJ, got a weird one (for me).
When I upgraded to the new one a couple of weeks back, the Testimonials didn't make the migration.
I do have the old database however. Is there a way to import those over safely?
|
Hi Carl, open the backup DB in a text editor, locate the testimonials SQL, copy it to a new file, then you should be able to re-patch the current database with that SQL code.
If the testimonials SQL lines begin with INSERT INTO, change to
REPLACE INTO.