Not your typical The uploaded file exceeds the upload_max_filesize error
-
Well I have a new installation of wordpress and have a The uploaded file exceeds the upload_max_filesize directive in php.ini. anytime I try and upload ANY file, 4 KB large or 4 MB large. On the upload screen, it says 8MB is the limit.
I have changed the contents of php.ini to make it larger with no resolve.
I called godaddy, they checked on their end, nothing is wrong that they can see.
I have the latest version of wordpress. The following is in the .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressThank you in advance.
- The topic ‘Not your typical The uploaded file exceeds the upload_max_filesize error’ is closed to new replies.