MAX INPUT VARS on Bitnami Wordpress Does Not Show in System Status
When I am trying to add a custom css code to any of the pages the changes do not get saved.
The site is quite lightweight - https://spheere.net/
I changed the php.ini file to 10000 max input vars. The theme system status still says 1000 however.
Whenever I open the php.ini file, it still says 10000 max value.
I used SSH to change the values.
After opening the console I input "sudo -i" for root access.
Then "sudo nano /opt/bitnami/php/etc/php.ini" to open the file.
Then I edited and saved the file.
Comments