BrickOO ERROR TRACING
ERROR :: [Autoloader::GetClass] :: Unable to load "RobotstxtController" class !
→ Autoloader::GetClass()
Source not available.
→ spl_autoload_call()
Source not available.
/var/www/vhosts/brickoo.org/httpdocs/brickoo/system/BRICKOO.php
→ class_exists()
1022:         empty($objectType) ||
1023:         empty($objectName) ||
1024:         (
1025:           ! class_exists($objectName)
1026:           &&
1027:           ! Autoloader::GetFilePath($objectName)
1028:         )
/var/www/vhosts/brickoo.org/httpdocs/brickoo/system/BRICKOO.php
→ BRICKOO::CreateObject()
0714: 
0715:       if (! $instance = self::RetrieveObject($objectName, $objectType))
0716:       {
0717:         if($instance = self::CreateObject($objectName, $arguments, $objectType))
0718:         {
0719:           if(! empty($decorators))
0720:           {
/var/www/vhosts/brickoo.org/httpdocs/brickoo/web/Dispatcher.php
→ BRICKOO::GetSingleton()
1051:           null,
1052:           array
1053:           ('Controller' => array('type' => BRICKOO::DECORATOR_SINGLE))
1054:         )
1055:       )
1056:       {
1057:         $controllerObject->setDispatcher($this);
/var/www/vhosts/brickoo.org/httpdocs/brickoo/web/Dispatcher.php
→ Dispatcher::createController()
1184:         (
1185:           (! $call = $this->getCall())
1186:           ||
1187:           (! $controller = $this->createController($call))
1188:           ||
1189:           (! $this->isControllerMethodPublic($call['controller'], $call['action']))
1190:         )
/var/www/vhosts/brickoo.org/httpdocs/index.php
→ Dispatcher::run()
0081:   }
0082: 
0083:   // Run the application.
0084:   $Dispatcher->run();
0085: 
0086:   // end of the framework features
0087:   // assigned calls will be executed