Phalcon Framework 3.4.5

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

/home/storefi1/public_html/public/index.php (54)
#0Phalcon\Mvc\Dispatcher->_throwDispatchException(Multiple\Frontend\Controllers\MagazinController handler class cannot be loaded, 2)
#1Phalcon\Dispatcher->dispatch()
#2Phalcon\Mvc\Application->handle()
/home/storefi1/public_html/public/index.php (54)
<?php 
//define('WP_USE_THEMES', false);
//require('../magazin/wp-load.php');
//require('../magazin/wp-blog-header.php');
?>
<?php
#phpinfo();die;
#print_r($_SERVER);die;
 
// report all errors
  error_reporting(E_ALL);
  ini_set('display_errors',TRUE);
  ini_set('display_startup_errors', TRUE);
// convert warnings/notices to exceptions
set_error_handler(function($errno, $errstr, $errfile, $errline) {
    throw new \Exception($errstr.PHP_EOL.$errfile.":".$errline, $errno);
});
 
 
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'
        ]
    ]);
 
    echo  $application->handle()->getContent();
 
 
} catch (\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/magazin/user/ralf-hartmann
amp
KeyValue
PATH/usr/local/bin:/bin:/usr/bin
HTTP_ACCEPT*/*
HTTP_HOSTwww.storefitting.com
HTTP_REFERERhttps://www.storefitting.com/magazin/user/ralf-hartmann/?amp
HTTP_USER_AGENTclaudebot
HTTP_X_HTTPS1
DOCUMENT_ROOT/home/storefi1/public_html
REMOTE_ADDR184.72.135.210
REMOTE_PORT46306
SERVER_ADDR172.104.139.50
SERVER_NAMEwww.storefitting.com
SERVER_ADMINgod@storefitting.com
SERVER_PORT443
REQUEST_SCHEMEhttps
REQUEST_URI/magazin/user/ralf-hartmann?amp
REDIRECT_URL/public/magazin/user/ralf-hartmann
REDIRECT_QUERY_STRINGamp
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/storefi1/public_html/public/index.php
QUERY_STRING_url=/magazin/user/ralf-hartmann&amp
SCRIPT_URIhttps://www.storefitting.com/magazin/user/ralf-hartmann
SCRIPT_URL/magazin/user/ralf-hartmann
SCRIPT_NAME/public/index.php
SERVER_PROTOCOLHTTP/1.1
SERVER_SOFTWARELiteSpeed
REQUEST_METHODGET
X-LSCACHEon
PHP_SELF/public/index.php
REQUEST_TIME_FLOAT1711615721.7901
REQUEST_TIME1711615721
#Path
0/home/storefi1/public_html/public/index.php
1/home/storefi1/public_html/app/_config/config.php
2/home/storefi1/public_html/app/_config/loader.php
3/home/storefi1/public_html/app/_config/services.php
4/home/storefi1/public_html/app/_config/routes.php
5/home/storefi1/public_html/app/frontend/Module.php
Memory
Usage2097152
1