in which file the settings are stored? maybe if I'll show you the settings we can finding a solution
edit:
I have overwritten the files in the adm folder, except index.php because it gives me this error
Fatal error: Call to undefined method ip_cache :: obtain_avatars_size () in / web / htdocs / www.flightportal.it / home / forum / adm / index.php on line 356
I then restored the old index.php file and this time function, there is only a redirect to the index.html page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Icy Phoenix</title>
</head>
<body>
<br /><br /><br /><br /><br /><br /><br />
<div style="text-align:center;"><h1><a href="http://www.icyphoenix.com">Icy Phoenix</a></h1></div>
</body>
</html>
however, removing the index.html file everything is work great
Joshua thank you for the help, I think this problem can help someone :)