Phalcon Framework 3.4.5

Phalcon\Mvc\Dispatcher\Exception: Action 'specialisations' was not found on handler 'search'

/home/storefi1/public_html/public/index.php (54)
#0Phalcon\Mvc\Dispatcher->_throwDispatchException(Action 'specialisations' was not found on handler 'search', 5)
#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/de/spec/shared-spaces
KeyValue
PATH/usr/local/bin:/bin:/usr/bin
HTTP_ACCEPT*/*
HTTP_HOSTwww.storefitting.com
HTTP_USER_AGENTclaudebot
HTTP_X_HTTPS1
DOCUMENT_ROOT/home/storefi1/public_html
REMOTE_ADDR54.165.248.212
REMOTE_PORT52958
SERVER_ADDR172.104.139.50
SERVER_NAMEwww.storefitting.com
SERVER_ADMINgod@storefitting.com
SERVER_PORT443
REQUEST_SCHEMEhttps
REQUEST_URI/de/spec/shared-spaces
REDIRECT_URL/public/de/spec/shared-spaces
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=/de/spec/shared-spaces
SCRIPT_URIhttps://www.storefitting.com/de/spec/shared-spaces
SCRIPT_URL/de/spec/shared-spaces
SCRIPT_NAME/public/index.php
SERVER_PROTOCOLHTTP/1.1
SERVER_SOFTWARELiteSpeed
REQUEST_METHODGET
X-LSCACHEon
PHP_SELF/public/index.php
REQUEST_TIME_FLOAT1711629770.7605
REQUEST_TIME1711629770
#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
6/home/storefi1/public_html/app/frontend/controllers/SearchController.php
7/home/storefi1/public_html/app/frontend/controllers/BaseController.php
Memory
Usage2097152
1