Uploading Images generating Modify Header php errors
-
Using WP 2.1
When using the post/page editor to upload images I’m getting the following error message:
[Sun Feb 25 13:07:24 2007] [error] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/lazyaok2/public_html/wp-includes/wp-db.php:121) in /home/lazyaok2/public_html/wp-includes/pluggable.php on line 275
[Sun Feb 25 13:05:29 2007] [error] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/lazyaok2/public_html/wp-includes/wp-db.php:121) in /home/lazyaok2/public_html/wp-includes/pluggable.php on line 275I’ve checked out the myPhPAdmin documentation and the suggested remedy is to remove any whitespace from around the opening and closing php tags from the associated files. (I’ve examined and reinstalled the files, there’s no extra whitespace there)
Someone suggested modifying the php.ini file to reflect the following:
display_errors = Off
This isn’t addressing the problem tho by just shutting off the error display; the issue is why this is generating these errors. This problem first showed itself when I upgraded from 2.1 to 2.1.1 – I rolled back my install back to 2.1 and the errors are still being generated.
I’m also not running any new plugins which could be causing this.
Any ideas or help would be appreciated! Thanks!
– nina
- The topic ‘Uploading Images generating Modify Header php errors’ is closed to new replies.