When I go into my "Header" section of my theme I get the error.
Warning: opendir(../wp-content/themes/socrates/header-images/uploads) [function.opendir]: failed to open dir: No such file or directory in /home5/davidyur/public_html/mydomainnamegoeshere/wp-content/themes/socrates/functions.php on line 1786
In the above warning I replaced my domain name with "mydomainnamegoeshere" just so you know.
And if I try and upload a custom header I receive the following two errors.
Warning: move_uploaded_file(../wp-content/themes/socrates/header-images/uploads/header.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home5/davidyur/public_html/mydomainnamegoeshere/wp-content/themes/socrates/functions.php on line 1182
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/var/tmp/php3sJun1' to '../wp-content/themes/socrates/header-images/uploads/header.jpg' in /home5/davidyur/public_html/mydomainnamegoeshere/wp-content/themes/socrates/functions.php on line 1182
Everything else seems to be working just fine.
I am no expert but as I read it it is trying to move the file upload to a folder that does not exist. The "header-images" folder seems to be missing. I verified that all of the files in my theme download were uploaded correctly and I cannot find that folder anywhere.
Oh and FYI I am using the theme on Wordpress 3.0 (RC)
Rellek



Reply With Quote