在使用gallery plugin,上傳完畢並設定相關參數後,出現了
Fatal error: Only variables can be passed by reference in e:\lifetype\plugins\gallery\class\action\plugingalleryupdateconfigaction.class.php on line 137
而plugingalleryupdateconfigaction.class.php的137行為
if(!$blogs->updateBlog( $this->_blogInfo->getId(), $this->_blogInfo ) )
{
$this->_view = new PluginGalleryConfigView( $this->_blogInfo );
$this->_view->setErrorMessage( $this->_locale->tr( "error_updating_settings" ) );
$this->setCommonData();
return false;
}
找了很多資料,有人說是php5的問題,不過我用的是appserv2.4.1,php版本為4.3.8
有人可以幫幫忙嗎?謝謝