Post by zimcos » Thu Mar 30, 2023 11:55 pm

I was looking to ADD a new filter group named MODEL (and list all car models). Seems that after I add approx, 200 filter names, they are not saved any longer.
Is there a limit on filter names that you can add to a filter group? How can you increase that? Can you modify a filter via FTP (where can be found)?

Opencart 3.0.3.8

Newbie

Posts

Joined
Fri Jul 26, 2013 4:38 am

Post by halfhope » Fri Mar 31, 2023 5:45 am

Hi!

The problem is most likely in the number of variables passed by the form (max_input_vars), there are too many of them. There are 3 options to increase the max_input_vars limit:
1. In your admin/.htaccess

Code: Select all

php_value max_input_vars 5000
2. PHP.INI file or php variables in your CPanel/ISP/ETC

Code: Select all

max_input_vars = 5000
3. In admin/index.php

Code: Select all

ini_set('max_input_vars', 5000);
To check current value of max_input_vars paste this code in your admin/index.php

Code: Select all

echo 'max_input_vars = ' . ini_get('max_input_vars');

My extensions in marketplace. [ security | flexibility | speedup ]


User avatar
Active Member

Posts

Joined
Tue Dec 10, 2013 9:44 pm
Location - San Diego
Who is online

Users browsing this forum: ravikumar22, Semrush [Bot] and 81 guests