Oops that page not found after uploading images.

Status
Not open for further replies.

blackma3

New Member
Messages
7
Reaction score
0
Points
1
Hi all the site I am working with is http://blackmarkwebdesign.x10host.com I recently did some plugin updates and the site was working great. I wanted to make a new landing page and now I am unable to upload any images no matter the size. I have tried different browsers. deactivating all the non essential plugins. I have added a string of code to make the default uploader the browser uploader. I have tried to increase the memory size to 256 in the .htaccess file. All of these attempts have failed. Oh and I have cleared my browser cache and history to be on the safe side. Im at a loss any help with this issue would be great thanks in advance.

Here is the code in the .htaccess file I used.

# Exclude the file upload and WP CRON scripts from authentication
<FilesMatch "(async-upload\.php|wp-cron\.php|xmlrpc\.php)$">
Satisfy Any
Order allow,deny
Allow from all
Deny from none
</FilesMatch>

php_value memory_limit 256M

php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300

This may help as well, when I do upload an image from the browser uploader. It sends me to an oops that page can not be found page. Not for sure what to do at this time. I feel it should be a simple fix but beyond what I know how to do.
 
Status
Not open for further replies.
Top