How to Increase the PHP Max Time Limit and Max Input Vars

Published: 14 February 2017
on channel: Gel Manalastas
80,799
626

{Support my channel with coffee ☕️ https://ko-fi.com/gelmanalastas

If you have found any of my videos helpful, and you’d like to say thanks or partner with me on a monthly basis, this is a way you can make a small donation to help me out!
Thank you so much in advance 🥺❤️}

If you need help with your website, you can email me at [email protected]


Today I installed a premium theme which is AVADA theme that requires me to change the PHP maximum execution time and the maximum input variables.

This could happen to you if ever you installed other themes or plugins that require you to change these default limits

And the solution may different depending on your hosting plan.

If you don't want to get you hands dirty with the codes, then I suggest you just contact your web hosting and request for a change of these limits. But of course that will take time - and I understand if you don't have that time to wait.

So here's a fast solution.

BTW, I am using GoDaddy's ecomony package which a shared hosting.

You just have to go to your file manager and in the root folder which /public_html, create a new file with a name .user.ini
Make sure that there is . before the user.ini because you might easily get confused with this name.

So. Once you have this new file, edit it and paste this code here.
######

max_input_vars = 10000;
max_execution_time = 36000;

######

The code is in the description of this video that you can copy.
You just have to change the value depending on what your theme or plugin recommends.

If you need any virtual help, visit www.listeningva.com and I'll be happy to help you out


######

Life of Riley by Kevin MacLeod is licensed under a Creative Commons Attribution license (https://creativecommons.org/licenses/...)
Source: http://incompetech.com/music/royalty-...
Artist: http://incompetech.com/


Watch video How to Increase the PHP Max Time Limit and Max Input Vars online without registration, duration hours minute second in high quality. This video was added by user Gel Manalastas 14 February 2017, don't forget to share it with your friends and acquaintances, it has been viewed on our site 80,799 once and liked it 626 people.