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.

已提問 1 年前檢視次數 1007 次
1 個回答
0
已接受的答案

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

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南