I've a new mysql database and want to restore the data from my old database. Normally you can find the possiblility on the main page but right now it's gone.
I opened the file tbl_replace.php because i thought that's the file with the funtion i need.
I opened it and there came an error :
Warning: Variable passed to reset() is not an array or object in /XX/php/tbl_replace.php on line 51
Warning: Variable passed to each() is not an array or object in /XX/php/tbl_replace.php on line 161
Warning: Cannot add header information - headers already sent by (output started at /XX/php/tbl_replace.php:51) in /XX/php/libraries/ob.lib.php on line 53
Warning: Cannot add header information - headers already sent by (output started at /XX/php/tbl_replace.php:51) in /XX/php/header.inc.php on line 23
Warning: Cannot add header information - headers already sent by (output started at /XX/php/tbl_replace.php:51) in /XX/php/header.inc.php on line 24
Warning: Cannot add header information - headers already sent by (output started at /XX/php/tbl_replace.php:51) in /XX/php/header.inc.php on line 25
Warning: Cannot add header information - headers already sent by (output started at /XX/php/tbl_replace.php:51) in /XX/php/header.inc.php on line 26
Warning: Cannot add header information - headers already sent by (output started at /XX/php/tbl_replace.php:51) in /XX/php/header.inc.php on line 27
Warning: Cannot add header information - headers already sent by (output started at /XX/php/tbl_replace.php:51) in /XX/php/header.inc.php on line 29
Error:
SQL-query :
INSERT INTO () VALUES ();
MySQL retourneerde:
You have an error in your SQL syntax near '() VALUES ()' at line 1
What's the problem ? and why it's not anymore on the main page ?
I have to restore my data.......
thanks......
