Component of name app.function.include was not found or failed to load
[Warning]
include() [function.include]: Failed opening '' for inclusion (include_path='.;C:\php5\pear')
In file E:\www\public_html\core\Application.php
At line 61
TApplication.php (Line: #63)
...
$params = $result[2];
}
$ns = Application::ResolveNS($comp);
$file = realpath($ns['file']);
if ($user && $ns['type'] != 'app') {
throw new Exception("Component <b>$component</b> was not found");
}
Application::Uses($comp);
$comp = new $ns['class']();
$comp->run($params);
if ($comp instanceof TVisualComponent) {
$comp->render();
}
return $comp;
}
/**
* Called after run() in controller file to indicate
...
#0 E:\www\public_html\core\TApplication.php(63): Application::Uses('app.function.in...')
#1 E:\www\public_html\index.php(6): TApplication->run()
#2 {main}