Unknown component type 'rssFeedModule'. This may be caused by the following parsing error in the rssFeedModule class file: [Warning] include_once(TFeed.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory (@line 101 in file /home/rubryk/domains/e-ubieranki.pl/public_html/libs/prado/PradoBase.php).
/home/rubryk/domains/e-ubieranki.pl/public_html/libs/prado/PradoBase.php (296)
0285: if(isset(self::$_usings[$namespace]) || class_exists($namespace,false))
0286: return;
0287: if(($pos=strrpos($namespace,'.'))===false) // a class name
0288: {
0289: try
0290: {
0291: include_once($namespace.self::CLASS_FILE_EXT);
0292: }
0293: catch(Exception $e)
0294: {
0295: if($checkClassExistence && !class_exists($namespace,false))
0296: throw new TInvalidOperationException('prado_component_unknown',$namespace,$e->getMessage());
0297: else
0298: throw $e;
0299: }
0300: }
0301: else if(($path=self::getPathOfNamespace($namespace,self::CLASS_FILE_EXT))!==null)
0302: {
0303: $className=substr($namespace,$pos+1);
0304: if($className==='*') // a directory
0305: {
0306: self::$_usings[$namespace]=$path;
0307: set_include_path(get_include_path().PATH_SEPARATOR.$path);
0308: }
#0 /home/rubryk/domains/e-ubieranki.pl/public_html/libs/prado/PradoBase.php(238): PradoBase::using('rssFeedModule')
#1 /home/rubryk/domains/e-ubieranki.pl/public_html/libs/prado/Web/Services/TFeedService.php(85): PradoBase::createComponent('rssFeedModule')
#2 /home/rubryk/domains/e-ubieranki.pl/public_html/libs/prado/TApplication.php(1095): TFeedService->run()
#3 /home/rubryk/domains/e-ubieranki.pl/public_html/libs/prado/TApplication.php(382): TApplication->runService()
#4 /home/rubryk/domains/e-ubieranki.pl/public_html/index.php(36): TApplication->run()
#5 {main}