Exception

Description

Disabled module

Source File

/home/vds/filmfront/community/gui/pages/image/components/ImageGalleryPage.php (16)

0005: Prado::using('components.image.CImageChooser');
0006: 
0007: class ImageGalleryPage extends BasePage
0008: {
0009:     /**
0010:      * @var ImageService
0011:      */
0012:     protected $_service;
0013: 
0014:     public function onLoad($param)
0015:     {
0016: if(!CommunitySetup::getConfigValue('MODULE_IMAGE')) throw new Exception('Disabled module');
0017: 0018: parent::onLoad($param); 0019: $this->getMaster()->setActiveTab('Image'); 0020: $this->registerStyleSheetFile('image','image.css'); 0021: } 0022: 0023: public function getBackUrlNotices() 0024: { 0025: // Back url 0026: $notices = array(); 0027: if($this->Session[CImageChooser::BACK_URL]) 0028: {

Stack Trace

#0 /home/vds/filmfront/community/gui/pages/image/view.php(11): ImageGalleryPage->onLoad(NULL)
#1 /home/vds/filmfront/community/frameworks/prado/pradolite.php(4186): view->onLoad(NULL)
#2 /home/vds/filmfront/community/frameworks/prado/pradolite.php(6202): TControl->loadRecursive()
#3 /home/vds/filmfront/community/frameworks/prado/pradolite.php(6194): TPage->processNormalRequest(Object(THtmlWriter))
#4 /home/vds/filmfront/community/frameworks/prado/pradolite.php(8333): TPage->run(Object(THtmlWriter))
#5 /home/vds/filmfront/community/frameworks/prado/pradolite.php(8299): TPageService->runPage(Object(view), Array)
#6 /home/vds/filmfront/community/frameworks/prado/pradolite.php(9285): TPageService->run()
#7 /home/vds/filmfront/community/frameworks/prado/pradolite.php(8887): TApplication->runService()
#8 /home/vds/filmfront/client/www/index.php(95): TApplication->run()
#9 {main}
2013-05-25 10:31 Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch PRADO/3.1.6