关于zoom图库2.5b2 、2.5b3 lightbox错误的解决方法
2。5b2的错误提示
Fatal error: main() [function.main]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "lightbox" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /var/www/vhost/www.webfull.cn/components/com_zoom/lightbox.php on line 59
2。5b3的错误提示
Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition lightbox of the object you are trying to operate on was loaded _before_ the session was started in /home/fhlinux187/t/thegrangeschool.org/user/htdocs/components/com_zoom/www/lightbox.php on line 66
只要把lightbox.php 中的 (2。5b3是66行)
if($_SESSION['lightbox']->addItem($object_id, $type)){
mosRedirect(sefRelToAbs("index".$backend.".php?option=com_zoom&Itemid=".$Itemid.$url_params), _ZOOM_LIGHTBOX_ADDED);
}else{
mosRedirect(sefRelToAbs("index".$backend.".php?option=com_zoom&Itemid=".$Itemid.$url_params), _ZOOM_LIGHTBOX_NOTADDED);
}
删除掉 就不会有错误提示了!
[ 本帖最后由 ps2zzz 于 2006-7-20 18:42 编辑 ]