ok I have installed IFS and CHMOD-ed the errorlog file but when I try to access my site I get this message:
Fatal error: Call to undefined function force_reg_gloabls() in /home/a4116422/public_html/includes/addslash.php on line 65
I have tried everything I can think of and still the problem remains,
Go into addslash.php and change gloabls() to globals().
The typo screws things up. Once you fix that, it should work for you.
Cheers.