Error after moving hosting

Karl

Member
Hi after moving hosting I now get the following message when I go to index.php?a=admin&b=settings what do I need to do to fix this?

Notice: Undefined index: a_s_time_zone in /home/bescorts/public_html/topsite/sources/admin/settings.php on line 609

Notice: Undefined index: a_s_smtp_host in /home/bescorts/public_html/topsite/sources/admin/settings.php on line 615

Notice: Undefined index: a_s_smtp_user in /home/bescorts/public_html/topsite/sources/admin/settings.php on line 618

Notice: Undefined index: a_s_smtp_password in /home/bescorts/public_html/topsite/sources/admin/settings.php on line 621

Notice: Undefined index: a_s_smtp_port in /home/bescorts/public_html/topsite/sources/admin/settings.php on line 624

Notice: Undefined index: a_menu_manage_join in /home/bescorts/public_html/topsite/sources/misc/skin.php(177) : runtime-created function on line 1
 

Basti

Administrator
Staff member
Your update, at some point, didnt imported a few language phrases. Those lines are all language text
Go to manage languages and import english.php again, that should add any missing phrases you may have throughout your list

You see them now most likely due a newer php version on new hosting. I think php 5.4 onwards show these "notices" even error reporting is off
 
Top