We just moved our shared hosting from GoDaddy's linux hosting to the new cPanel hosting. I am trying to move over my websites and the wordpress ones work fine, until I try to upload new media.
No matter what I do the error is always: The uploaded file exceeds the upload_max_filesize directive in php.ini.
To migrate my site, I did the following:
- Exported my Database.
- Created a database in the new host (cPanel)
- Then I imported the database
- I corrected the wp-config file
- I uploaded all my files on to the correct folder for that site.
The website works fine and looks fine. Until I try to upload the images.
Solutions tried 1. created a php.ini and pasted - upload_max_filesize = 100M memory_limit = 200M post_max_size = 300MB 2. tried it by renaming to php5.ini 3. tried changing the .htaccessfile 4. tried talking to godaddy that basically said its nothing on their side and they dont know what to do
I am frustrated I do not understand what created this issue and why it refuses to work.