Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
usawebdev
tagDiv Member

Here’s the other info:

Please increase these parameters here: http://screencast.com/t/ZaAo4DGj using this tutorial: https://forum.tagdiv.com/system-status-parameters-guide/

usawebdev
tagDiv Member

I also had this same problem.

I was able to get this resolved by creating a php.ini file using Notepad and adding these lines, then upload to the root directory of your WordPress install:

max_input_vars = 5000;
max_execution_time = 300;
post_max_size = 65M;

I’m using GoDaddy Managed WordPress hosting and actually created both a php.ini file and a .user.ini file (make sure dot is in front of ‘user’) per GoDaddy recommendation with the same 3 lines above and uploaded both to the root. I then visited my site from my phone so that the server would update. I went back to my site and tried uploading and it worked.

Also see here about increasing memory limits to 64M in the wp-config file. You’ll need to do that too. There is a thread explaining how to do it but couldn’t find it immediately, just search this forum for it.

BTW – Adding the 3 lines of code to the htaccess file was also recommended on the same thread, but I searched elsewhere and it didn’t work for anyone which is why I ended up creating the new .ini files.

Hope that helps!

usawebdev
tagDiv Member

Hello Bogdan,

I already reviewed that article prior to contacting your support. My question is, where does this code:

php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M

need to be placed within the htaccess file? My current htaccess file looks like this:

# 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 WordPress

So, I don’t know where exactly to place the php_value lines within the htaccess file. The article you refer to does not explain this. Could you please reply with the php_value lines added to the existing htaccess info I provided? That way, I can just copy and paste into my htaccess file.

Thanks,
Matt

Viewing 3 posts - 1 through 3 (of 3 total)