Php changed but wordpress don't read it

I’ve changed the value of max_input_vars = 5000 using the control panel and checked all versions php.ini using nano in console
but WordPress says it has 1000 value instead of 5000
I tried to change Max input time to see if it will change in WordPress and it did

I also tried adding the value using htaccess, and wp-config but it didn’t worked
I tested two websites and both of them shows the same max_input_vars = 1000 instead of 5000
Any idea why max_input_vars not changing?

17.04.2023_01.54.50_REC
Opera Snapsho
Opera Snapshot_2023-0

Just remove the semicolon at the beginning.

1 Like

The semicolon is for comments. The values with semicolon are for your reference to know the defaults if they’re not specifically set in the file

1 Like

gosh, after spending a whole day, how in earth I didn’t saw it even, thanks guys :$$$$

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.