Word Press AWS Light Sail Bitnami Increasing PHP Max Input Vars

0

Hi All,

I have tried several times to edit my Wordpress theme via vis php.ini file with no success.

I am accessing the file via: cd /otp/bitnami/php/etc ls sudo su nano php.ini

Once in the file I go to the section: PHP Max Input Vars and edit it from (default) 1000 and have tried to raise it to 3000 even though it saves in the php.ini file it does not reflect in my theme and I receive a fatal error each time I try to finalize the isntall of my wordpress theme.

Any assistance would be apprecaited.

asked a year ago949 views
1 Answer
0
Accepted Answer

Solved:

SHH Open in browser sudo chmod 777 /opt/bitnami/php/etc/php.ini sudo -i nano /opt/bitnami/php/etc/php.ini Control +w = search “max_input_vars” enter and change check line start without “;” Control + x yes after enter sudo /opt/bitnami/ctlscript.sh restart php -i | grep max_input_vars

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions