Phalcon Framework 5.2.1

Phalcon\Mvc\Dispatcher\Exception: Multiple\Frontend\Controllers\EsVeController handler class cannot be loaded

/home/shopdire/public_html/public/index.php (40)
#0Phalcon\Mvc\Dispatcher->throwDispatchException(Multiple\Frontend\Controllers\EsVeController handler class cannot be loaded, 2)
#1Phalcon\Dispatcher\AbstractDispatcher->dispatch()
#2Phalcon\Mvc\Application->handle(/es-ve/p/nodo-de-conexi-n-cromado-7204-0-025-38-12826)
/home/shopdire/public_html/public/index.php (40)
<?php
#phpinfo();die;
#print_r($_SERVER);die;
 
 
try {
    
    /**
     * Read the configuration
     */
    $config = include __DIR__ . "/../app/_config/config.php";
 
    /**
     * Read auto-loader
     */
    include __DIR__ . "/../app/_config/loader.php";
 
    /**
     * Read services
     */
    include __DIR__ . "/../app/_config/services.php";
 
    /**
     * Handle the request
     */
    $application = new Phalcon\Mvc\Application($di);
 
     // Register the installed modules
    $application->registerModules([
        'frontend' => [
            'className' => 'Multiple\Frontend\Module',
            'path'      => '../app/frontend/Module.php'
        ],
        'backend'  => [
            'className' => 'Multiple\Backend\Module',
            'path'      => '../app/backend/Module.php'
        ] 
    ]);
 
     $response = $application->handle( $_SERVER["REQUEST_URI"] );
    
     // Get content and minify it
    $content = $response->getContent();
    #$minifiedContent = minifier($content);
 
    // Set the minified content back to the response object
    #$response->setContent($content);
    
    // Send the response to the client
    $response->send();
 
} catch ( \Phalcon\Support\Debug\Exception $e) {
 
 
      $message = get_class($e). ": ".$e->getMessage(). "\n"
         . " File=". $e->getFile(). "\n"
         . " Line=". $e->getLine(). "\n"
         . $e->getTraceAsString() . "\n";
      
       /* $logger = new \Phalcon\Logger\Adapter\File($config->application->logDir.'error.log');
        $logger->error($message);*/
        
        echo $message;
 
        ########################## 
        ##### Debug deaktivieren on live: 
        #$debug = new \Phalcon\Debug();
        #die($debug->listen()->onUncaughtException($e));
      
}
 
 
 
 
function minifier($code) {
    $search = array(
          
        // Remove whitespaces after tags
        '/\>[^\S ]+/s',
          
        // Remove whitespaces before tags
        '/[^\S ]+\</s',
          
        // Remove multiple whitespace sequences
        '/(\s)+/s',
          
        // Removes comments
        '/<!--(.|\s)*?-->/'
    );
    $replace = array('>', '<', '\\1');
    $code = preg_replace($search, $replace, $code);
    return $code;
}
KeyValue
_url/es-ve/p/nodo-de-conexi-n-cromado-7204-0-025-38-12826
KeyValue
PATH/usr/local/bin:/bin:/usr/bin
HTTP_ACCEPT*/*
HTTP_ACCEPT_ENCODINGgzip, br, zstd, deflate
HTTP_HOSTwww.shopdirect.de
HTTP_USER_AGENTMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_X_HTTPS1
DOCUMENT_ROOT/home/shopdire/public_html
REMOTE_ADDR216.73.216.200
REMOTE_PORT19435
SERVER_ADDR192.250.229.199
SERVER_NAMEwww.shopdirect.de
SERVER_ADMINgod@shopdirect.de
SERVER_PORT443
REQUEST_SCHEMEhttps
REQUEST_URI/es-ve/p/nodo-de-conexi-n-cromado-7204-0-025-38-12826
REDIRECT_URL/public/es-ve/p/nodo-de-conexi-n-cromado-7204-0-025-38-12826
REDIRECT_REQUEST_METHODGET
HTTPSon
REDIRECT_STATUS200
X_SPDYHTTP2
SSL_PROTOCOLTLSv1.3
SSL_CIPHERTLS_AES_256_GCM_SHA384
SSL_CIPHER_USEKEYSIZE256
SSL_CIPHER_ALGKEYSIZE256
SCRIPT_FILENAME/home/shopdire/public_html/public/index.php
QUERY_STRING_url=/es-ve/p/nodo-de-conexi-n-cromado-7204-0-025-38-12826
SCRIPT_URIhttps://www.shopdirect.de/es-ve/p/nodo-de-conexi-n-cromado-7204-0-025-38-12826
SCRIPT_URL/es-ve/p/nodo-de-conexi-n-cromado-7204-0-025-38-12826
SCRIPT_NAME/public/index.php
SERVER_PROTOCOLHTTP/1.1
SERVER_SOFTWARELiteSpeed
REQUEST_METHODGET
X-LSCACHEon
PHP_SELF/public/index.php
REQUEST_TIME_FLOAT1777648274.1503
REQUEST_TIME1777648274
#Path
0/home/shopdire/public_html/public/index.php
1/home/shopdire/public_html/app/_config/config.php
2/home/shopdire/public_html/app/_config/loader.php
3/home/shopdire/public_html/app/_config/services.php
4/home/shopdire/public_html/app/_config/routes.php
5/home/shopdire/public_html/app/frontend/Module.php
Memory
Usage2097152