When clicking, config I get the following error message:
Parse error: parse error, unexpected $ in /[myserverpath]/config.php on line 97
Line 97 of config.php code is:
<select name="$name" class="listbox">
If you haven't done any modifications, then your file is corrupt. Upload a fresh copy to your website and try again.
I removed the $ from:
select name="$name" class="listbox"
making it:
select name="name" class="listbox"
and it works
It will stop the page working correctly though.