Hi, For some reason the call to move_uploaded_file on line 173 in file.php fails on your blog.
If I look at the changes between beta2 and beta3 [1], we haven't changed anything in or related to that file. Could it be that somehow some file/directory permissions/ownership got changed while uploading beta3? Another strange thing is that wp_die threw a "Cannot modify header" warning. But looking through the code I think that part has been fixed since the release of beta3 [2]. You could also try to temporarily remove the @ from line 173 in wp-admin/includes/file.php to see the actual error message instead of the "pretty" error message. Maybe that will tell what the actual problem is. Regards, Bas Bosman (Nazgul) [1] http://trac.wordpress.org/changeset?old_path=%2Ftrunk%2F&old=6027&new_path=% 2Ftrunk%2F&new=6073 [2] http://trac.wordpress.org/changeset/6110 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of NIGGY Sent: zaterdag 15 september 2007 12:43 To: [email protected] Subject: [wp-testers] Can't upload images Hello, after upgrade from WP 2.3 beta 2 to WP 2.3 beta 3 I now can't upload images for posts: The uploaded file could not be moved to /home/niggy/public_html/wp-content/uploads/2007/09. *Warning*: Cannot modify header information - headers already sent by (output started at /home/niggy/public_html/wp-admin/includes/file.php:174) in */home/niggy/public_html/wp-includes/functions.php* on line *1197 *Permissions for files are not changed and so I can't understand what's wrong now :-S Any ideas what happened? Thank you, Inga www.niggybuzz.com _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
