TInvalidDataValueException

Description

'Zend.Feed' is not a valid namespace to be used. Make sure '.*' is appended if you want to use a namespace referring to a directory.

Source File

/usr/www/users/cllbmb/protected/lib/prado/PradoBase.php (300)

0289:                     catch(Exception $e)
0290:                     {
0291:                         if($checkClassExistence && !class_exists($className,false))
0292:                             throw new TInvalidOperationException('prado_component_unknown',$className,$e->getMessage());
0293:                         else
0294:                             throw $e;
0295:                     }
0296:                 }
0297:             }
0298:         }
0299:         else
0300: throw new TInvalidDataValueException('prado_using_invalid',$namespace);
0301: } 0302: 0303: /** 0304: * Translates a namespace into a file path. 0305: * The first segment of the namespace is considered as a path alias 0306: * which is replaced with the actual path. The rest segments are 0307: * subdirectory names appended to the aliased path. 0308: * If the namespace ends with an asterisk '*', it represents a directory; 0309: * Otherwise it represents a file whose extension name is specified by the second parameter (defaults to empty). 0310: * Note, this method does not ensure the existence of the resulting file path. 0311: * @param string namespace 0312: * @param string extension to be appended if the namespace refers to a file

Stack Trace

#0 /usr/www/users/cllbmb/protected/pages/rss/feed.php(21): PradoBase::using('Zend.Feed')
#1 /usr/www/users/cllbmb/protected/lib/prado/Web/Services/TPageService.php(443): include_once('/usr/www/users/...')
#2 /usr/www/users/cllbmb/protected/lib/prado/Web/Services/TPageService.php(419): TPageService->createPage('rss.feed')
#3 /usr/www/users/cllbmb/protected/lib/prado/TApplication.php(1095): TPageService->run()
#4 /usr/www/users/cllbmb/protected/lib/prado/TApplication.php(382): TApplication->runService()
#5 /usr/www/users/cllbmb/index.php(27): TApplication->run()
#6 {main}
2013-05-26 02:35 Apache PRADO/3.1.4