Image doesn’t upload in WP2.02
-
When I try to upload an image in a post or page I get the following message – ‘The uploaded file could not be moved to .’
I have permissions set to 777 on all folders on the path. I can upload the images to the wp-content/uploads folder by ftp but not through wp. Have turned off the popup blocker to no effect. The code for the default folder in the options-misc.php folder is:-
<input name=”upload_path” type=”text” id=”upload_path” class=”code” value=”<?php echo str_replace(ABSPATH, ”, get_settings(‘upload_path’)); ?>” size=”40″ />
Is this ok? Is anything missing here? Could the popup blocker or firewall be affecting it? Can anyone help please?
Have tried to fix this for hours – side benefit is I’ve learnt alot about wp, php and plugins in the process.
- The topic ‘Image doesn’t upload in WP2.02’ is closed to new replies.