开发者

Wordpress not storing uploaded files

开发者 https://www.devze.com 2023-01-19 05:07 出处:网络
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 succe开

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 succe开发者_如何学Pythonssfully.

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消