4
Quote:
Fatal error: Cannot redeclare class XoopsFormCaptcha in /hsphere/local/home/www/modules/smartobject/include/captcha/formcaptcha.php on line 79
Edit smartobject/admin/adsense.php line 71 and do this
case "addadsense":
//if(@include_once SMARTOBJECT_ROOT_PATH . "include/captcha/captcha.php") {
$xoopsCaptcha = XoopsCaptcha::instance();
if(! $xoopsCaptcha->verify() ) {
redirect_header('javascript:history.go(-1);', 3, $xoopsCaptcha->getMessage());
exit;
}
//}
include_once XOOPS_ROOT_PATH."/modules/smartobject/class/smartobjectcontroller.php";
$controller = new SmartObjectController($smartobject_adsense_handler);
$controller->storeFromDefaultForm(_AM_SOBJECT_ADSENSES_CREATED, _AM_SOBJECT_ADSENSES_MODIFIED);
break;
Quote:
Notice: Undefined offset: 0 in file /modules/smartobject/class/smartobjecthandler.php line 273
In what page are you getting this?
Quote:
Notice: Cannot use variable starting with 'url_'. in file /modules/smartobject/class/smartobject.php line 103
'url_' reserved for smartobject files, were are yo getting this?
Quote:
Warning: mkdir(): Permission denied in file /modules/smartobject/include/functions.php line 306
Seems like wrong path or bad folder permissions, were are you getting this?