XBL
Verified User
Hello,
Since a few days phpMyAdmin has stopped working on several domains. This is very strange, because the script is not running per domain (but is running for all domains at one script).
The errors we get:
I've looked at the lines, but they are just setting headers. Apparantly sometimes there's already some info sent to the browser, depending on what domain you're using (and some different settings I don't know off coming along with specific domains).
Does anyone know what's going on? Google didn't give me a lot of clues, when I searched on the errors above.
Thanks in advance,
Jochem
Since a few days phpMyAdmin has stopped working on several domains. This is very strange, because the script is not running per domain (but is running for all domains at one script).
The errors we get:
Code:
#!/usr/local/bin/php
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.6.1/index.php:2) in /var/www/html/phpMyAdmin-2.6.1/libraries/auth/http.auth.lib.php on line 26
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.6.1/index.php:2) in /var/www/html/phpMyAdmin-2.6.1/libraries/auth/http.auth.lib.php on line 27
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.6.1/index.php:2) in /var/www/html/phpMyAdmin-2.6.1/libraries/auth/http.auth.lib.php on line 28
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/phpMyAdmin-2.6.1/index.php:2) in /var/www/html/phpMyAdmin-2.6.1/libraries/auth/http.auth.lib.php on line 31
I've looked at the lines, but they are just setting headers. Apparantly sometimes there's already some info sent to the browser, depending on what domain you're using (and some different settings I don't know off coming along with specific domains).
Does anyone know what's going on? Google didn't give me a lot of clues, when I searched on the errors above.
Thanks in advance,
Jochem