【发布时间】:2014-09-30 06:09:12
【问题描述】:
当我运行 localhost/magento 时,我安装了 magento 1.9.0.0 并复制到我的 xampp htdocts 这个错误显示,我已经完成了解决方案,但它没有工作。
Fatal error: Call to a member function getModelInstance() on a non-object in
/Applications/XAMPP/xamppfiles/htdocs/magento/app/Mage.php on line 463
这里是代码脚本:
public static function getModel($modelClass = '', $arguments = array())
{
return self::getConfig()->getModelInstance($modelClass, $arguments);
}
【问题讨论】:
标签: php magento fatal-error