views:

22

answers:

1

Hi folks,

this is really weird. I am uploading files through the admin interface within Wordpress 3.0.

Wordpress recognizes the file type and attributes, but does not store it within wp-content/uploads successfully.

Upon upload I am given a url that points to a file within wp-content/uploads, that does not exist.


Are there any common gotchas? I have no clue what this could be caused by :|

Thanks in advance, help would be wonderful.

+1  A: 

Ensure your uploads folder writable by PHP and does it exist? Although WordPress should indicate this, it is a common thing.

UPDATE

If the above does work, try setting WP_DEBUG to true in your wp_config.php and see if there are any errors.

Jason McCreary
checked writing permissions are all set to 777. Could it be a problem with ABSPATH?
RadiantHex
Only if you modified it yourself. WP sets this dynamically by default. Check my update.
Jason McCreary
some random person changed the upload-folder within wp-admin Settings.............. :| thanks btw
RadiantHex