CException

Ο ελεγκτής AssociateController δεν μπορεί να βρει την καλούμενη όψη "find".

/home/remaxgr/public_html/framework/web/CController.php(876)

864     {
865         if(($viewFile=$this->getViewFile($view))!==false)
866         {
867             $output=$this->renderFile($viewFile,$data,true);
868             if($processOutput)
869                 $output=$this->processOutput($output);
870             if($return)
871                 return $output;
872             else
873                 echo $output;
874         }
875         else
876             throw new CException(Yii::t('yii','{controller} cannot find the requested view "{view}".',
877                 array('{controller}'=>get_class($this), '{view}'=>$view)));
878     }
879 
880     /**
881      * Renders dynamic content returned by the specified callback.
882      * This method is used together with {@link COutputCache}. Dynamic contents
883      * will always show as their latest state even if the content surrounding them is being cached.
884      * This is especially useful when caching pages that are mostly static but contain some small
885      * dynamic regions, such as username or current time.
886      * We can use this method to render these dynamic regions to ensure they are always up-to-date.
887      *
888      * The first parameter to this method should be a valid PHP callback, while the rest parameters

Stack Trace

#1
+
 /home/remaxgr/public_html/protected/controllers/front/AssociateController.php(19): CController->render("find", array("model" => SearchUserForm))
14         $this->setPageTitle(Yii::t('main', Yii::app()->name) . ' | ' . Yii::t('search', 'Ψάχνω Συνεργάτη'));
15         $model = new SearchUserForm('search');
16         $model->init();
17         // $model->loadAttributesFromSession();
18         $this->render('find', array(
19             'model' => $model
20         ));
21     }
22 
23     public function actionResults()
24     {
#9
+
 /home/remaxgr/public_html/protected/components/WebApplicationEndBehavior.php(29): CApplication->run()
24         // Attach the changeModulePaths event handler
25         // and raise it.
26         $this->onModuleCreate = array($this, 'changeModulePaths');
27         $this->onModuleCreate(new CEvent($this->owner));
28 
29         $this->owner->run(); // Run application.
30     }
31 
32     // This event should be raised when CWebApplication
33     // or CWebModule instances are being initialized.
34     public function onModuleCreate($event)
#11
+
 /home/remaxgr/public_html/index.php(19): CComponent->__call("runEnd", array("front"))
14 
15 //Enable for production
16 //Require Google Client autoloader before the yii autoloader to prevent
17 //require_once(dirname(__FILE__). '/protected/vendors/google-api-php-client/vendor/autoload.php');
18 require_once($yii);
19 Yii::createWebApplication($config)->runEnd('front');
2024-03-19 04:34:16 Apache/2.4.58 (cPanel) OpenSSL/1.1.1w mod_bwlimited/1.4 Yii Framework/1.1.7