XCloner PHP Fehler

Hallo

Da meine Seite langsam aber doch wächst fange ich an Komplett Backups der Seite zu machen. Als Backup Tool habe ich mir XCloner heruntergeladen.

Leider kamen da einige Fehler.

[code]Error(Mar 18, 2013 @ 17:30:23) - Invalid query: Access denied; you need (at least one of) the PROCESS privilege(s) for this operation
Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /users/androidflash/www/administrator/components/com_xcloner-backupandrestore/classes/mysqlBackup.class.php on line 246
Error(Mar 18, 2013 @ 17:30:23) - Invalid query: Access denied; you need (at least one of) the PROCESS privilege(s) for this operation
Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /users/androidflash/www/administrator/components/com_xcloner-backupandrestore/classes/mysqlBackup.class.php on line 246
Error(Mar 18, 2013 @ 17:30:23) - Invalid query: Access denied; you need (at least one of) the PROCESS privilege(s) for this operation
Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /users/androidflash/www/administrator/components/com_xcloner-backupandrestore/classes/mysqlBackup.class.php on line 246
Error(Mar 18, 2013 @ 17:30:23) - Invalid query: Access denied; you need (at least one of) the PROCESS privilege(s) for this operation
Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /users/androidflash/www/administrator/components/com_xcloner-backupandrestore/classes/mysqlBackup.class.php on line 246
Error(Mar 18, 2013 @ 17:30:23) - Invalid query: Access denied; you need (at least one of) the PROCESS privilege(s) for this operation
Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /users/androidflash/www/administrator/components/com_xcloner-backupandrestore/classes/mysqlBackup.class.php on line 246
Error(Mar 18, 2013 @ 17:30:23) - Invalid query: Access denied; you need (at least one of) the PROCESS privilege(s) for this operation
Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /users/androidflash/www/administrator/components/com_xcloner-backupandrestore/classes/mysqlBackup.class.php on line 246
Error(Mar 18, 2013 @ 17:30:23) - Invalid query: Access denied; you need (at least one of) the PROCESS privilege(s) for this operation
Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /users/androidflash/www/administrator/components/com_xcloner-backupandrestore/classes/mysqlBackup.class.php on line 246
Initializing backup…
Backup /users/androidflash/www/administrator/backups/backup_2013-03-18_17-30_www.androidflash.eu-nosql.tar created, we may continue!

Filesystem backup…

Scanning files system… 3640 [/code]

Was kann ich zun damit Access nicht denied ist?

PS: Falls ich im Falschen Unterforum bin bitte verschieben.

Ich weiß zwar nicht was genau da vor sich geht. Aber es scheint so, als tue deine PHP Framework ungültige SQL Anfragen stellen (Invalid query), dadurch wird die Verbindung gekappt ( Access denied)

Demnach wurde der Befehl mysql_fetch_row() nicht richtig verwendet, bzw. der der mysql_query() Befehl (die Datenbankanfrage die durch mysql_fetch_row bearbeitet wird) liefert ein false zurück. Das heißt:

  1. Dein PHP Framework ist schlecht programmiert
  2. Abfragen kommen nicht zustande
    Vielleicht hast du die Datenbankzugangsdaten falsch eingegeben.

Nutze doch die PHPMyAdmin Backup Funktion, das sollte zuverlässiger sein als hier alle 1000 PHP Frameworks wie SQLDumper, XCloner,… einmal zu behandeln