Hello!
I have a problem with Wordpress and the template. Unfortunately, I can not make any changes to the page. Changes are not saved. How can I fix the error?
Notice: Undefined index: in /hsphere/local/home/user/my.domain.at/wp-content/themes/betheme/functions/builder/front.php on line 284
thanks for help
Comments
Notice: Undefined offset: 6 in /hsphere/local/home/user/domain.com/wp-content/themes/betheme/functions/builder/back.php on line 764
the solution is, edit the .htaccess file on server. add this line and save .htaccess:
php_value max_input_vars 10000
please go to theme folder, create php file with phpinfo() function inside and send us link to that file so we can have a look on your server settings. The problem is probably related with those limits but to be sure which one is the reason, we need that link. For more details about file creation, please visit https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-page
Thanks!