Website help needed

Bed & Breakfast / Short Term Rental Host Forum

Help Support Bed & Breakfast / Short Term Rental Host Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

Morticia

Well-known member
Joined
May 22, 2008
Messages
17,771
Reaction score
685
I am getting an error message when I attempt to work with my website.
I am being told by my template provider that I have to change the php.ini file to make the max_input_vars number greater than 1000.
There is no such line in the php.ini to change. So, do I just add it? Where in the sequence would it go - beginning, middle, end? Does it matter?
Thanks!
 
The setting max_input_vars cannot be set at run-time with ini_set, but you can reset it in an .htaccess file:
php_value max_input_vars 2000
- the warning means you are using more than 1000 fields on a form, which is an enormous number
 
Put in the .htaccess file in your root the line
php_value max_input_vars 1000
save it (put it at the end)
simple fix.
 
The setting max_input_vars cannot be set at run-time with ini_set, but you can reset it in an .htaccess file:
php_value max_input_vars 2000
- the warning means you are using more than 1000 fields on a form, which is an enormous number.
Well, that's what I read about it and I have no idea where that came from! I don't think I have any forms.
I did an update of my template and that message appeared.
I may contact my host and ask them. They've been able to quickly run scans before when I've had problems.
 
Put in the .htaccess file in your root the line
php_value max_input_vars 1000
save it (put it at the end)
simple fix..
Thanks!
I did read some blog posts and I was concerned when one of them said - doing this may shut down your site, just go back and remove the line of code.
Lovely.
 
The setting max_input_vars cannot be set at run-time with ini_set, but you can reset it in an .htaccess file:
php_value max_input_vars 2000
- the warning means you are using more than 1000 fields on a form, which is an enormous number.
Well, that's what I read about it and I have no idea where that came from! I don't think I have any forms.
I did an update of my template and that message appeared.
I may contact my host and ask them. They've been able to quickly run scans before when I've had problems.
.
It's likely the way that they do the template that is causing this.
 
The setting max_input_vars cannot be set at run-time with ini_set, but you can reset it in an .htaccess file:
php_value max_input_vars 2000
- the warning means you are using more than 1000 fields on a form, which is an enormous number.
Well, that's what I read about it and I have no idea where that came from! I don't think I have any forms.
I did an update of my template and that message appeared.
I may contact my host and ask them. They've been able to quickly run scans before when I've had problems.
.
It's likely the way that they do the template that is causing this.
.
Generic said:
It's likely the way that they do the template that is causing this.
It was an update. I should go look if anyone else is having this problem. They have a user forum.
 
The setting max_input_vars cannot be set at run-time with ini_set, but you can reset it in an .htaccess file:
php_value max_input_vars 2000
- the warning means you are using more than 1000 fields on a form, which is an enormous number.
Well, that's what I read about it and I have no idea where that came from! I don't think I have any forms.
I did an update of my template and that message appeared.
I may contact my host and ask them. They've been able to quickly run scans before when I've had problems.
.
It's likely the way that they do the template that is causing this.
.
Generic said:
It's likely the way that they do the template that is causing this.
It was an update. I should go look if anyone else is having this problem. They have a user forum.
.
Morticia said:
It was an update. I should go look if anyone else is having this problem. They have a user forum.
Good luck. I cannot count the times I've had some problem come up, and I think, this must be happening to lots of people. I search the Internet. Nothing. I call tech support. They never heard of such a thing. Happens to me all the time!
 
The setting max_input_vars cannot be set at run-time with ini_set, but you can reset it in an .htaccess file:
php_value max_input_vars 2000
- the warning means you are using more than 1000 fields on a form, which is an enormous number.
Well, that's what I read about it and I have no idea where that came from! I don't think I have any forms.
I did an update of my template and that message appeared.
I may contact my host and ask them. They've been able to quickly run scans before when I've had problems.
.
It's likely the way that they do the template that is causing this.
.
Generic said:
It's likely the way that they do the template that is causing this.
It was an update. I should go look if anyone else is having this problem. They have a user forum.
.
A Striking update? I use it, but haven't done any updates in a long while.... just cause of this kinda stuff.
 
The setting max_input_vars cannot be set at run-time with ini_set, but you can reset it in an .htaccess file:
php_value max_input_vars 2000
- the warning means you are using more than 1000 fields on a form, which is an enormous number.
Well, that's what I read about it and I have no idea where that came from! I don't think I have any forms.
I did an update of my template and that message appeared.
I may contact my host and ask them. They've been able to quickly run scans before when I've had problems.
.
It's likely the way that they do the template that is causing this.
.
Generic said:
It's likely the way that they do the template that is causing this.
It was an update. I should go look if anyone else is having this problem. They have a user forum.
.
I would. I keep everything up to date. I've had people try to break in and keeping up to date closes those holes they seek to exploit.
 
The setting max_input_vars cannot be set at run-time with ini_set, but you can reset it in an .htaccess file:
php_value max_input_vars 2000
- the warning means you are using more than 1000 fields on a form, which is an enormous number.
Well, that's what I read about it and I have no idea where that came from! I don't think I have any forms.
I did an update of my template and that message appeared.
I may contact my host and ask them. They've been able to quickly run scans before when I've had problems.
.
It's likely the way that they do the template that is causing this.
.
Generic said:
It's likely the way that they do the template that is causing this.
It was an update. I should go look if anyone else is having this problem. They have a user forum.
.
A Striking update? I use it, but haven't done any updates in a long while.... just cause of this kinda stuff.
.
Momma Smurf said:
A Striking update? I use it, but haven't done any updates in a long while.... just cause of this kinda stuff.
Yes. Never had this issue before. I get emails from a plug in telling me when updates are available, then I wait a few days for them to fix the bugs before I install.
 
Back
Top