init.php上的PHP错误消息

时间:2014-10-20 02:53:25

标签: php syntax-error

我正在使用000webhost.com并将所有编码上传到其中。但是当我尝试打开网站时出现这个错误:

  

解析错误:语法错误,意外T_FUNCTION,期待')'在第25行的/home/a4350293/public_html/core/init.php

这是init.php上的一行:

spl_autoload_register(function($class) {
require_once 'classes/' . $class . '.php';
});

谁能告诉我我的错误在哪里?似乎无法找到它。 谢谢,所有帮助表示赞赏。 这是我网站的链接:http://educationexperts.host56.com/

2 个答案:

答案 0 :(得分:1)

快速浏览托管服务提供商功能

http://www.000webhost.com/free-php-hosting

仅支持PHP 5,与之前评论的其他人一样,您需要5.3。

答案 1 :(得分:1)

我快速浏览一下,看来“000webhost.com”运行PHP 5.2。

Reference

这不好,因为不再支持PHP 5.2。您必须找到支持更高版本PHP的Web主机。 5.4也优选5.4也达到了EOL(寿命终止)。