Exception
Failed to load Adepteo\Web\domainforsale (, ) should be in - Check namespace is correct Exception thrown with message "Failed to load Adepteo\Web\domainforsale (, ) should be in - Check namespace is correct" Stacktrace: #1 Exception in /srv/hydra_web/vendor/adepteo/hydra-core/application/app.php:256 #0 Adepteo\App\app:__construct in /srv/hydra_web/public_html/index.php:64
Stack frames (2)
1
Exception
/vendor/adepteo/hydra-core/application/app.php256
0
Adepteo\App\app __construct
/public_html/index.php64
/srv/hydra_web/vendor/adepteo/hydra-core/application/app.php
            file_put_contents('/srv/c3/request.log', "C3 Completed\n", FILE_APPEND);
            ob_end_flush();
            return;
        }
        // Doctrine - Website specific connection binds
        // Process URL and Modules
        $module_name = uri::getModuleClass();
        $module_name_ns = uri::getModuleClassNs();
        $module_path = uri::getModuleFilePath();
 
        //$module_name_ns = 'Adepteo\\Web\\' . CODENAME . "\\$module_name";
        //print("----------------------Module path $module_path<br />\n");
        //print("----------------------Module name $module_name<br />\n");
        //print("----------------------Module name NS $module_name_ns<br />\n");
        if(class_exists($module_name_ns)){
            $module_name = $module_name_ns;
        }else{
            //print("----------------------Module name NS $module_name_ns<br />\n");
            //print("----------------------Fail loading $module_path\n");
            throw new \Exception("Failed to load $module_name_ns ($module_name, $module_path) should be in $module_path - Check namespace is correct");;
            //if (!empty($module_path)) {
                //require_once $module_path;
            //}
        }
        //print("----------------------USE Module name $module_name<br />\n");
        //exit;
        //PSR$ $module_name = 'module_' . $module_name;
        //if (class_exists($module_name, false)) {
        //$className = "\Adepteo\Web\".CODENAME."
        //$tmp = new \Adepteo\Web\Portal\c\ws\module_astman();
        if (class_exists($module_name)) {
            $module = new $module_name();
            if (!$module->isDeactivated()) {
                $section = uri::getSection();
                try {
                    if (method_exists($module, '_remap')) {
                        call_user_func_array([$module, '_remap'], uri::getRemapParams());
                    } elseif (empty($section) && method_exists($module, 'index')) {
                        $module->index();
                    } elseif (method_exists($module, $section)) {
Arguments
  1. "Failed to load Adepteo\Web\domainforsale (, ) should be in  - Check namespace is correct"
    
/srv/hydra_web/public_html/index.php
      // You can also return a result compliant to the json:api spec
      // re: http://jsonapi.org/examples/#error-objects
      // tl;dr: error[] becomes errors[[]]
      $jsonHandler->setJsonApi(true);
 
      // And push it into the stack:
      $run->pushHandler($jsonHandler);
   }
}
//$run->silenceErrorsInPaths([], E_ALL & ~E_NOTICE & ~E_WARNING);
$run->pushHandler(new beanstalkHandler);
$run->register();
 
//require_once('adepteo/profiler.php');
$timer = new profiler(true, true, 'html');
$GLOBALS['adepteoapp']['timer'] = &$timer;
$timer->start('APP Main Execution');
//require_once('../application/class.app.php');
if(utils::isAdepteoUser()){
   new app();
}else{
   try {
      new app();
   } catch (Exception $e) {
      print("<pre>------------------------Fatal Error Exception initialising class.app.php<br />".$e->getMessage()."</pre>");
      //utils::print_r_pre($e->getTraceAsString());
   }
}
$timer->stop('APP Main Execution');
 

Environment & details:

empty
empty
empty
empty
Key Value
codename
"domainforsale"
Key Value
USER
"nginx"
HOME
"/var/lib/nginx"
HTTP_REFERER
"http://www.ukcarads.co.uk/applogic/popup/1846094/used_car/VAUXHALL/CORSA/index.html"
HTTP_USER_AGENT
"claudebot"
HTTP_ACCEPT
"*/*"
HTTP_HOST
"www.ukcarads.co.uk"
HYDRA_WEB_ROOT
"/srv/hydra_web"
HYDRA_CORE
"/srv/hydra_core"
REDIRECT_STATUS
"200"
SERVER_NAME
"*.bbac.co.uk"
SERVER_PORT
"443"
SERVER_ADDR
"62.216.244.145"
REMOTE_PORT
"58078"
REMOTE_ADDR
"54.227.104.229"
SERVER_SOFTWARE
"nginx/1.22.1"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
REQUEST_SCHEME
"https"
SERVER_PROTOCOL
"HTTP/2.0"
DOCUMENT_ROOT
"/srv/hydra_web/public_html"
DOCUMENT_URI
"/index.php"
REQUEST_URI
"/applogic/popup/1846094/used_car/VAUXHALL/CORSA/index.html"
SCRIPT_NAME
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
"GET"
QUERY_STRING
""
PHP_VALUE
"include_path=/srv/hydra_core/lib"
SCRIPT_FILENAME
"/srv/hydra_web/public_html/index.php"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711644667.3792
REQUEST_TIME
1711644667
empty
0. Whoops\Handler\PrettyPageHandler
1. Adepteo\ThirdParty\Whoops\beanstalkHandler