Thijs Kinkhorst a écrit :
Probably one of your files from the package, e.g. /etc/phpmyadmin/*.php, has some whitespace after a closing "?>" or before an opening "<?". Can you check if this is the case?

If you run `debsums phpmyadmin` (after installing the debsums package) you can verify whether any of the files as phpmyadmin ships them under /usr are inadvertently changed.

I ran "debsums phpmyadmin | grep -v OK" but but there wasn't any result, so I looked into the files inside /etc/phpmyadmin and found that every php files were terminated by one LF ( hex 0A ) except my /etc/phpmyadmin/config.inc.php which ended with two LF. I removed the two LFs and tried to export my database and everything worked normally.
Then I tried to put back one of the two LF chars and everything worked right 
either.
I don't understand why the presence of two LF chars can cause this problem but the most important is that the export works ;)

Thanks a lot

The function works well for me so I suspect the whitespace problem.

cheers,
Thijs





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to