Problems Backup

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

Comments

  • acrylian Administrator, Developer
    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.
  • 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.
  • Yeah, its the exactly copy of the message. i will contact 1and1 if they have something changed! Thanks for the help
  • 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?
  • 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.
Sign In or Register to comment.