Apache and MYSQL have new versions and that's the problem.
Replace this line Code:
set_magic_quotes_runtime(0); with this line Code:
ini_set('magic_quotes_runtime', 0);
and in the install.php script change the TYPE=MyISAM to ENGINE=MyISAM in all tables.
|