'System.Web.Services.TFeedService' is not a valid namespace to be used. Make sure '.*' is appended if you want to use a namespace referring to a directory.
/home/humorum/domains/irozrywka.com/public_html/libs/prado/PradoBase.php (298)
0287: }
0288: catch(Exception $e)
0289: {
0290: if(!class_exists($className,false))
0291: throw new TInvalidOperationException('prado_component_unknown',$className);
0292: else
0293: throw $e;
0294: }
0295: }
0296: }
0297: else
0298: throw new TInvalidDataValueException('prado_using_invalid',$namespace);
0299: }
0300: }
0301: else
0302: throw new TInvalidDataValueException('prado_using_invalid',$namespace);
0303: }
0304:
0305: /**
0306: * Translates a namespace into a file path.
0307: * The first segment of the namespace is considered as a path alias
0308: * which is replaced with the actual path. The rest segments are
0309: * subdirectory names appended to the aliased path.
0310: * If the namespace ends with an asterisk '*', it represents a directory;
#0 /home/humorum/domains/irozrywka.com/public_html/libs/prado/PradoBase.php(222): PradoBase::using('System.Web.Serv...')
#1 /home/humorum/domains/irozrywka.com/public_html/libs/prado/TApplication.php(885): PradoBase::createComponent('System.Web.Serv...')
#2 /home/humorum/domains/irozrywka.com/public_html/libs/prado/TApplication.php(338): TApplication->initApplication()
#3 /home/humorum/domains/irozrywka.com/public_html/index.php(38): TApplication->run()
#4 {main}