• This one’s a little different than all the other warnings I’ve seen while searching. It was working fine for a few days and then all the sudden started spitting out this error. When the error shows up, if I click “save and continue editing” the image is indeed there and everything works as normal from then on … until I upload another image that is. Here’s the errors (they both appear at the same time):

    Warning: move_uploaded_file(): Moved: '/var/tmp/phpDqXc7m' to '/home/jerrysto/public_html/wp-content/uploads/2006/01/wp smilies.jpg' in /home/jerrysto/public_html/wp-admin/admin-functions.php on line 1757
    Warning: Cannot modify header information - headers already sent by (output started at /home/jerrysto/public_html/wp-admin/admin-functions.php:1757) in /home/jerrysto/public_html/wp-admin/inline-uploading.php on line 99

    I haven’t changed either of the two php files it’s talking about. Any ideas ? It’s not a permissions issue as everything is 777 for the upload folders.

    This is WP2.

    Thanks in advance for any insight …

Viewing 1 replies (of 1 total)
  • Thread Starter madderhatter

    (@madderhatter)

    Little bump incase anyone missed it. I still haven’t figured it out. Here’s what’s on the two lines referenced in the errors:

    admin-functions.php line 1757:
    if ( false === move_uploaded_file($file['tmp_name'], $new_file) )

    inline-uploading.php line 99:
    header("Location: ".basename(__FILE__)."?post=$post&all=$all&action=view&start=0");

    I think those are just the default entries.

Viewing 1 replies (of 1 total)
  • The topic ‘File Upload Warning’ is closed to new replies.