PHP notice

Trying to get property 'rewrite_url_news' of non-object

/home/w293yfzxqa9s/public_html/protected/views/home/site/register.php(373)

361             'imageOptions' => array('id' => 'captchaimgdl')
362             )); ?>
363            <div>
364               <?php echo $form->textField($model,'code',array('size'=>60,'class' => 'cpbt')); ?>
365               
366            </div>
367            
368     </div>
369         <?php echo $form->error($model,'code'); ?>
370     
371     
372     <div id="ledie">
373         <a href="/start-download/<?php echo $regisv->rewrite_url_news ?>.html"><?php echo CHtml::submitButton(($this->{$_SESSION['lang']}['send'])); ?></a>
374         <?php echo CHtml::resetButton(($this->{$_SESSION['lang']}['reset'])) ?>
375     </div>
376 
377 <?php $this->endWidget(); ?>
378 
379 </div>
380 <style type="text/css">
381 <!--
382     .nbl input {
383        width: 49%;
384     }
385 -->

Stack Trace

#4
+
 /home/w293yfzxqa9s/public_html/protected/controllers/home/SiteController.php(685): CController->render("register", array("model" => Register, "regisv" => null, "Configure" => array(Configure)))
680             }
681         
682             $this->render('register',array(
683                     'model'=>$model,
684                     'regisv' =>$regisv,
685                        'Configure' =>$Configure,
686                     
687             ));   
688         
689         }
690         
#12
+
 /home/w293yfzxqa9s/public_html/protected/components/WebApplicationEndBehavior.php(21): CApplication->run()
16         $this->_endName = $name;
17         // Attach the changeModulePaths event handler
18         // and raise it.
19         $this->onModuleCreate = array($this, 'changeModulePaths');
20         $this->onModuleCreate(new CEvent($this->owner));
21         $this->owner->run(); // Run application.
22     }
23     // This event should be raised when CWebApplication
24     // or CWebModule instances are being initialized.
25     public function onModuleCreate($event)
26     {
#14
+
 /home/w293yfzxqa9s/public_html/index.php(8): CComponent->__call("runEnd", array("home"))
3 $config = dirname(__FILE__).'/protected/config/home.php';
4 // Remove the following lines when in production mode
5 defined('YII_DEBUG') or define('YII_DEBUG', true);
6 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
7 require_once($yii);
8 Yii::createWebApplication($config)->runEnd('home');
2024-03-28 17:33:55 Apache Yii Framework/1.1.13