problems with PhpMyAdmin

AlexMcCann

Verified User
Joined
Jun 29, 2007
Messages
27
when one of my clients wants to change something in mysql database through phpmyadmin he gets:

Warning: Invalid argument supplied for foreach() in /var/www/html/phpMyAdmin-2.10.2-all-languages/tbl_replace.php on line 209

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.10.2-all-languages/tbl_replace.php:209) in /var/www/html/phpMyAdmin-2.10.2-all-languages/libraries/ob.lib.php on line 64

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.10.2-all-languages/tbl_replace.php:209) in /var/www/html/phpMyAdmin-2.10.2-all-languages/libraries/header_http.inc.php on line 13

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.10.2-all-languages/tbl_replace.php:209) in /var/www/html/phpMyAdmin-2.10.2-all-languages/libraries/header_http.inc.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.10.2-all-languages/tbl_replace.php:209) in /var/www/html/phpMyAdmin-2.10.2-all-languages/libraries/header_http.inc.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.10.2-all-languages/tbl_replace.php:209) in /var/www/html/phpMyAdmin-2.10.2-all-languages/libraries/header_http.inc.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.10.2-all-languages/tbl_replace.php:209) in /var/www/html/phpMyAdmin-2.10.2-all-languages/libraries/header_http.inc.php on line 19


What the hell is wrong?

Thanks
 
I have problems aswell

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.11.5.2-all-languages/lang/swedish-utf-8.inc.php:1) in /var/www/html/phpMyAdmin-2.11.5.2-all-languages/libraries/core.lib.php on line 608

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.11.5.2-all-languages/lang/swedish-utf-8.inc.php:1) in /var/www/html/phpMyAdmin-2.11.5.2-all-languages/libraries/core.lib.php on line 608

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.11.5.2-all-languages/lang/swedish-utf-8.inc.php:1) in /var/www/html/phpMyAdmin-2.11.5.2-all-languages/libraries/core.lib.php on line 608

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.11.5.2-all-languages/lang/swedish-utf-8.inc.php:1) in /var/www/html/phpMyAdmin-2.11.5.2-all-languages/libraries/core.lib.php on line 608

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.11.5.2-all-languages/lang/swedish-utf-8.inc.php:1) in /var/www/html/phpMyAdmin-2.11.5.2-all-languages/index.php on line 99

Thanks for any help about this.

Regards
Tony
 
Not really sure what could be wrong without getting more specific info. A quick fix might be to just update PHPMyAadmin using custombuild. It's in the 2.11.x series anyways while you're still 2.10.2
 
Wow. Sorry about that. I somehow got mixed up and thought you two were the same person.

As the above post suggests, see if the problem relates to the language file.
 
Back
Top