ZenphotoCMS Forum
Problems Backup - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Problems Backup (/thread-11104.html)



Problems Backup - TedStriker - 2013-06-02

Hey,

i dont know why but since today nearly 80% of the pictures titles and tags are lost. so i want to load my latest backup (from friday) but i get this message:
Fatal error: MySQLi Fehler: (SHOW FULL COLUMNS FROM [Vorsilbe]admintoobject) fehlgeschlagen. MySQLi gab den Fehler Table 'db464787451._admintoobject' doesn't exist zurück in /homepages/25/d13453775/htdocs/zp-core/functions-db-MySQLi.php on line 69

i work with zenphoto 1.4.4.3 and dont have much knowledge about php - does anybody knows how can i restore the backup file?

best regards
martin




Problems Backup - acrylian - 2013-06-02

Did you contact your host? If the titles and tags got lost unexpectedly your server could have a problem with the database/database server. Which would explain the error about non existing tables you got.




Problems Backup - sbillard - 2013-06-02

If you have reproduced the error message exactly then something has removed underscores from the table names of your request.

The actual table name would be _admin_to_object. Ask your provider if PHP or MySQL has been updated recently.




Problems Backup - TedStriker - 2013-06-03

Yeah, its the exactly copy of the message. i will contact 1and1 if they have something changed! Thanks for the help




Problems Backup - TedStriker - 2013-06-04

So, 1and1 answers...professional. they changed nothing and told me to rewrite the "functions-db-MySQLi.php" from "admintoobject" to "admin_to_object" - but is it possible? in the file i cant find a line with the content "admin"...do you see any chance to get the restore work right?
i've also a backup from the database made in myphpadmin. will it also works, if i try this backup or will content be lost?




Problems Backup - sbillard - 2013-06-04

To do that you would have to re-upload Zenphoto. That is a string constant in the code. Can be different there only if the files have become corrupted.