PDA

View Full Version : AdminCP options update error


USC
10-28-2020, 12:31 AM
Hello, i recently moved my VB 4.2.5 forum to another sever ..i had to manually restored the entire forum including database to new server ..everything else is working perfectly except one thing ..i am unable to update Admincp options ..whenever try to do so ..this error msg shows up ..

syntax error, unexpected 'elseif' (T_ELSEIF), expecting end of file on line 10 in /home/urdusto3/public_html/includes/adminfunctions_options.php(744) : eval()'d code
#0 /home/urdusto3/public_html/admincp/options.php(1072): save_settings(Array)
#1 {main}

your help 'd be greatly appreciated

regards

yilmaz
10-28-2020, 06:39 PM
Plugins and php version are not compatible.
To find out which plugin you can find out by disabling them one by one.

Hostboard
11-01-2020, 07:34 PM
Hello, i recently moved my VB 4.2.5 forum to another sever ..i had to manually restored the entire forum including database to new server ..everything else is working perfectly except one thing ..i am unable to update Admincp options ..whenever try to do so ..this error msg shows up ..

syntax error, unexpected 'elseif' (T_ELSEIF), expecting end of file on line 10 in /home/urdusto3/public_html/includes/adminfunctions_options.php(744) : eval()'d code
#0 /home/urdusto3/public_html/admincp/options.php(1072): save_settings(Array)
#1 {main}

your help 'd be greatly appreciated

regards

What version of PHP is your new server running?

USC
11-02-2020, 02:12 AM
Plugins and php version are not compatible.
To find out which plugin you can find out by disabling them one by one.

thanks bro ..php incompatibility was an issue ..

--------------- Added 1604290438 at 1604290438 ---------------

What version of PHP is your new server running?

i was running 7.1 ..i switched it back to 5.6 ..issue was resolved ..then i switched it back to 7.1 again ..no issues this time ..thanks for giving me a great hint that solved the issue..