我很无聊,我备份了网站,并尝试正确重新发布,但我有一个 php 错误...
PHP 致命错误:调用未定义的方法 DB_Error::getAll()
检查我的代码:
//renvoi toutes les lignes
public function getAll($p_Req)
{
global $db;
return $db->getAll($p_Req);
}
我已经重新安装了 php 5.2.17 pear 1.9.1 和 DB 包 1.7.14
这是这个网站的好配置,我没有接触代码,我不明白为什么它不起作用。
请帮忙