Posted by Oscar
2017-06-29

I get this error if I get more then 250 Colunm

Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0

can you help me
Posted by Tom
2017-06-30

Hi,

>I get this error if I get more then 250 Colunm

You really added 250 columns to the table??
That's an unusal modification.

>Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0

I have never seen this error message before. I would normally don't trust this type of error message and think the PHP configurations were wrong or the web server is acting up. Your case seems to be very different, however. Why don't you follow what the error message says (increasing max_input_vars) if you believe that your PHP and webserver are running all right. I still don't trust it though.