Error below after trying to do a restore :
ERREUR GÉNÉRÉE PAR L’UTILISATEUR : Erreur MySQLi : SHOW FULL COLUMNS FROM [Préfixe]admintoobject a échoué. MySQLi a renvoyé l’erreur Table 'mytable._admintoobject' doesn't exist dans /home/users3/b/espacet/www/globaux/zp-core/functions-db-MySQLi.php à la ligne 78
trigger_error called from query (functions-db-MySQLi.php [78])
from db_show (functions-db-MySQLi.php [298])
from db_list_fields (functions-db-MySQLi.php [309])
from backup_restore.php [282]
All is working correctly except a restore...
Something is wrong with the tables. The actual table name would be [i]prefix[/i]admin_to_object. The query you show has left out the underscores.
I have no clue as to why the name would be wrong in the backup, but the only side-effect might be that some user "managed objects" would be lost. If you have not used that feature then no harm is done.