CHttpException

Δεν ήταν δυνατή η επίλυση της αίτησης "files/images//originals/643.jpg".

/var/www/vhosts/marmara-mamalakis.gr/httpdocs/framework/yiilite.php(1765)

1753     public function runController($route)
1754     {
1755         if(($ca=$this->createController($route))!==null)
1756         {
1757             list($controller,$actionID)=$ca;
1758             $oldController=$this->_controller;
1759             $this->_controller=$controller;
1760             $controller->init();
1761             $controller->run($actionID);
1762             $this->_controller=$oldController;
1763         }
1764         else
1765             throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".',
1766                 array('{route}'=>$route===''?$this->defaultController:$route)));
1767     }
1768     public function createController($route,$owner=null)
1769     {
1770         if($owner===null)
1771             $owner=$this;
1772         if(($route=trim($route,'/'))==='')
1773             $route=$owner->defaultController;
1774         $caseSensitive=$this->getUrlManager()->caseSensitive;
1775         $route.='/';
1776         while(($pos=strpos($route,'/'))!==false)
1777         {

Stack Trace

#2
+
 /var/www/vhosts/marmara-mamalakis.gr/httpdocs/protected/components/WebApplicationEndBehavior.php(25): CApplication->run()
20         // Attach the changeModulePaths event handler
21         // and raise it.
22         $this->onModuleCreate = array($this, 'changeModulePaths');
23         $this->onModuleCreate(new CEvent($this->owner));
24 
25         $this->owner->run(); // Run application.
26     }
27 
28     // This event should be raised when CWebApplication
29     // or CWebModule instances are being initialized.
30     public function onModuleCreate($event)
#4
+
 /var/www/vhosts/marmara-mamalakis.gr/httpdocs/index.php(31): CComponent->__call("runEnd", array("frontend"))
26 require($shortcuts);
27 // require($utils);
28 // require($time);
29 
30 require_once($yii);
31 Yii::createWebApplication($config)->runEnd('frontend');
2024-04-18 19:29:32 Apache Yii Framework/1.1.16