PHP notice

Trying to get property 'rewrite_url_news' of non-object

/home/w293yfzxqa9s/public_html/protected/views/home/site/download.php(304)

292             'imageOptions' => array('id' => 'captchaimgdl')
293             )); ?>
294            <div>
295               <?php echo $form->textField($model,'code',array('size'=>60,'class' => 'cpbt')); ?>
296               
297            </div>
298            
299     </div>
300         <?php echo $form->error($model,'code'); ?>
301     
302     
303     <div id="ledie">
304         <a href="/start-download/<?php echo $regisv->rewrite_url_news ?>.html"><?php echo CHtml::submitButton(($this->{$_SESSION['lang']}['send'])); ?></a>
305         <?php echo CHtml::resetButton(($this->{$_SESSION['lang']}['reset'])) ?>
306     </div>
307 
308 <?php $this->endWidget(); ?>
309 
310 </div>
311 <style type="text/css">
312 <!--
313     .nbl input {
314        width: 49%;
315     }
316 -->

Stack Trace

#4
+
 /home/w293yfzxqa9s/public_html/protected/controllers/home/SiteController.php(751): CController->render("download", array("model" => Downloadyii, "regisv" => null, "Configure" => array(Configure)))
746             }
747         
748             $this->render('download',array(
749                     'model'=>$model,
750                     'regisv' =>$regisv,
751                        'Configure' =>$Configure,
752                     
753             ));   
754         
755         }
756         
#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 19:53:37 Apache Yii Framework/1.1.13