到目前为止,我做到了:
$blogTable = EasyBlogHelper::getTable( 'Blog' );
$blogTable->bind($data);
$blogTable->store();奇怪的是,当代码调用store()时,我得到了这个错误
Fatal error: Call to undefined method JRegistryFormat::getInstance()
in site_root/libraries/joomla/registry/registry.php on line 277你知道我怎么才能得到这份工作吗?
谢谢!
发布于 2014-01-23 06:38:44
似乎是在调用store()之前调用setlocale导致了该问题。我不知道错误的根本原因,但我猜这可能与easyblog加载其配置文件有关。
https://stackoverflow.com/questions/21271642
复制相似问题