Fatal error: Call to undefined function get_magic_quotes_gpc() in C:/AppServ/www/admin/global.inc.php on line 19
将C:/AppServ/www/admin/global.inc.php on line 19: { $magic_quotes_gpc = get_magic_quotes_gpc()修改为:
if(function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc());