2009/7/9 kusum <[email protected]> > > i am not getting the captcha image but getting an error > Strict Standards: Creating default object from empty value in > C:\wamp\www\new\application\modules\default\controllers\UserController.php > on line 150 > and line 150 states :- > $this->session->registerCaptcha = $captchaCode ; > Please help. >
I've not had this error before but it suggests that $this->session is either null or not an object, so I think the problem actually lies in your session creation code rather than the captcha part that you've included. -- Tim Fountain http://tfountain.co.uk/
