Page 1 of 1

Nubuilder always failed to create table

Posted: Tue Aug 06, 2019 5:57 am
by 700
Error Type:
PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0"

Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\builder\nudata.php on line 40

Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\builder\nudata.php on line 394

https://imgur.com/8tbrbzJ

I already adjust the max_input_vars at php.ini but not working
https://imgur.com/PfpquTW

Re: Nubuilder always failed to create table

Posted: Tue Aug 06, 2019 7:16 am
by Janusz
Hi,
I can see you are using XAMPP - I had some similar errors depanding on the configuration and PHP version - more info in the attached link:
https://forums.nubuilder.cloud/viewtopic. ... ows#p18804

regarding max_input_vars at least on the screenshot attached you have semicolon in front of the line - which should be removed to make the line active.

Re: Nubuilder always failed to create table

Posted: Tue Aug 13, 2019 9:26 am
by 700
already fix, thanks you for help me