[eluser]kajala[/eluser]
I updated my Ubuntu based server and after the update one of the sites I have there does not work, and I was wondering if someone has an easy solution before I dig any further.

I'm sure I messed up something accidentally, but the funny thing is that I haven't touched anything in the /var/www/ folders and 4-5 other sites work ok.
I've traced the problem down to this line in codeigniter/CodeIgniter.php:
$EXT =& load_class('Hooks');
That call never returns and there is no error message either.
CodeIgniter version is 1.6.2.
Any ideas?