Trying to use Festingers Wp Rocket - Getting Error Msg

Aussi_Gypsy

Registered Member
Joined
Nov 1, 2020
Messages
57
Reaction score
51
Any input on what might be going on would be greatly appreciated.

I had an old WP Rocket file from Festinger which worked fine on an old site with no trouble. Tried uploading it to new project site and I keep getting error message "The uploaded file exceeds the upload_max_filesize directive in php.ini.".

I went to Festingers thread and downloaded most recent update in case that was issue, but same error message occurred.

Any thoughts on what I am missing? Haven't finished my morning coffee yet, but damn this is frustrating me.
 
Your file directory doesn't allow uploading large files due to which not just WP Rocket but you won't be able to install any large plugins.

Try to upload a new media file from the WP dashboard, you will see the max upload file size limit.

This can be updated by talking to your host's support or updating the php.ini file from the cPanel.
 
Any input on what might be going on would be greatly appreciated.

I had an old WP Rocket file from Festinger which worked fine on an old site with no trouble. Tried uploading it to new project site and I keep getting error message "The uploaded file exceeds the upload_max_filesize directive in php.ini.".

I went to Festingers thread and downloaded most recent update in case that was issue, but same error message occurred.

Any thoughts on what I am missing? Haven't finished my morning coffee yet, but damn this is frustrating me.

Hello!
If you're using cPanel, go to MultiPHP INI Editor, pick you website and on the field upload_max_filesize change 2M to 64M.
Also check your .htaccess file on FTP
 
On .htaccesss add line:
php_value upload_max_filesize 64M (or whatever you want)
 
Back
Top