PHP Error

require_once(Zend/Loader/Autoloader.php): failed to open stream: No such file or directory

/home/zikbay/public_html/protected/modules/Ads/controllers/AdController.php(2619)

2607         $this->render('delete_ad',array('msgs'=>$msgs,'deleteSuccess'=>$deleteSuccess));    
2608 
2609     }
2610 
2611     
2612 
2613     public function actionFeed()
2614 
2615     {
2616 
2617         Yii::import('application.vendors.*');
2618 
2619         require_once 'Zend/Loader/Autoloader.php';
2620 
2621         spl_autoload_unregister(array('YiiBase','autoload')); 
2622 
2623         spl_autoload_register(array('Zend_Loader_Autoloader','autoload')); 
2624 
2625         spl_autoload_register(array('YiiBase','autoload'));
2626 
2627                 
2628 
2629         // category
2630 
2631         $cat_id = $this->get('cat_id',0);

Stack Trace

#0
+
 /home/zikbay/public_html/protected/modules/Ads/controllers/AdController.php(2619): CApplication->handleError(2, "require_once(Zend/Loader/Autoloader.php): failed to open stream:...", "/home/zikbay/public_html/protected/modules/Ads/controllers/AdCon...", 2619, ...)
2614 
2615     {
2616 
2617         Yii::import('application.vendors.*');
2618 
2619         require_once 'Zend/Loader/Autoloader.php';
2620 
2621         spl_autoload_unregister(array('YiiBase','autoload')); 
2622 
2623         spl_autoload_register(array('Zend_Loader_Autoloader','autoload')); 
2624 
#1
+
 /home/zikbay/public_html/protected/modules/Ads/controllers/AdController.php(2619): AdController::actionFeed()
2614 
2615     {
2616 
2617         Yii::import('application.vendors.*');
2618 
2619         require_once 'Zend/Loader/Autoloader.php';
2620 
2621         spl_autoload_unregister(array('YiiBase','autoload')); 
2622 
2623         spl_autoload_register(array('Zend_Loader_Autoloader','autoload')); 
2624 
#9
+
 /home/zikbay/public_html/index.php(25): CApplication->run()
20     )
21 {
22     require_once(dirname(__FILE__).'/protected/modules/install/install.php');
23 }else{
24     require_once($yii);
25     Yii::createWebApplication($config)->run();
26 }
Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /home/zikbay/public_html/yii-1.1.7.r3135/framework/views/exception.php on line 217 2025-07-05 18:43:49 Apache Yii Framework/1.1.7