| #0 | Phalcon\Mvc\Dispatcher->throwDispatchException |
| #1 | Phalcon\Dispatcher\AbstractDispatcher->dispatch |
| #2 | Phalcon\Mvc\Application->handle /home/sahara/apps/olnhmhppjhhk/public/index.php (101) <?php
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
use Phalcon\Mvc\Application,
Phalcon\Security,
Phalcon\Loader;
//use Phalcon\Logger;
use Phalcon\Http\Cookie;
use Phalcon\Http\Response\Cookies;
use Phalcon\Logger\Logger;
use Phalcon\Logger\Adapter\File as FileAdapter;
use Jambochat\Library\TokenManager;
use Phalcon\Mvc\Model\Manager;
use Phalcon\Logger\Adapter\Stream;
use Phalcon\Support\Debug;
$debug = new Debug();
$debug->listen();
use Phalcon\Encryption\Security\JWT\Enum;
use Phalcon\Encryption\Security\JWT\Builder;
use Phalcon\Encryption\Security\JWT\Signer\Hmac;
use Phalcon\Encryption\Security\JWT\Token\Parser;
use Phalcon\Encryption\Security\JWT\Validator;
define('BASE_PATH', dirname(__DIR__));
define("BASE_URL", 'https://'. $_SERVER['HTTP_HOST']);
define('APP_PATH', BASE_PATH . '');
define('PRODUCTION_PATH', 'https://kezmo.co.ke');
define('ROOT_PATH', dirname(__DIR__));
require_once(APP_PATH . '/slab/config/diFile.php');
$di->set(
"logger",
function () {
$adapter = new Stream(BASE_PATH."/logger.log");
$logger = new Logger(
'messages',
[
'main' => $adapter,
]
);
return $logger;
});
$di->set(
"signer", function () {
// Defaults to 'sha512'
$signer = new Hmac();
return $signer;
}
);
$di->set(
"builder", function () {
// Defaults to 'sha512'
$signer = new Hmac();
$builder = new Builder($signer);
return $builder;
}
);
$di->set(
"parser", function () {
// Defaults to 'sha512'
$parser = new Parser();
return $parser;
}
);
$di->set(
"validator", function ($tokenObject,$timeshift) {
// Defaults to 'sha512'
$validator = new Validator($tokenObject,$timeshift);
return $validator;
}
);
$di->set(
"enum", function () {
// Defaults to 'sha512'
return Enum;
}
);
$application = new \Phalcon\Mvc\Application($di);
$modules = include APP_PATH . "/slab/config/modules.php";
$application->registerModules($modules);
$response = $application->handle($_SERVER["REQUEST_URI"]);
$response->send(); |
| Key | Value |
|---|---|
| _url | /favicon/site.webmanifest |
| Key | Value |
|---|---|
| PHP_INI_SCAN_DIR | /etc/php.d/:/home/sahara/apps/olnhmhppjhhk/ |
| USER | sahara |
| HOME | /home/sahara |
| ORACLE_HOME | /usr/lib/oracle/21/client64/lib |
| SCRIPT_NAME | /public/index.php |
| REQUEST_URI | /favicon/site.webmanifest |
| QUERY_STRING | _url=/favicon/site.webmanifest |
| REQUEST_METHOD | GET |
| SERVER_PROTOCOL | HTTP/1.1 |
| GATEWAY_INTERFACE | CGI/1.1 |
| REDIRECT_URL | /public/favicon/site.webmanifest |
| REDIRECT_QUERY_STRING | _url=/favicon/site.webmanifest |
| REMOTE_PORT | 47832 |
| SCRIPT_FILENAME | /home/sahara/apps/olnhmhppjhhk/public/index.php |
| SERVER_ADMIN | [no address given] |
| CONTEXT_DOCUMENT_ROOT | /home/sahara/apps/olnhmhppjhhk/ |
| CONTEXT_PREFIX | / |
| REQUEST_SCHEME | http |
| DOCUMENT_ROOT | /home/sahara/apps/olnhmhppjhhk |
| REMOTE_ADDR | 216.73.216.217 |
| SERVER_PORT | 80 |
| SERVER_ADDR | 127.0.0.1 |
| SERVER_NAME | kinyan-gitau.com |
| SERVER_SOFTWARE | Apache |
| SERVER_SIGNATURE | <address>Apache Server at kinyan-gitau.com Port 80</address>\n |
| PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin |
| HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| HTTP_ACCEPT | */* |
| HTTP_CONNECTION | upgrade |
| HTTP_X_FORWARDED_SSL | on |
| HTTP_X_FORWARDED_PROTO | https |
| HTTP_HTTPS | on |
| HTTP_FORWARDED_REQUEST_URI | /favicon/site.webmanifest |
| HTTP_X_FORWARDED_SERVER | kinyan-gitau.com |
| HTTP_X_FORWARDED_HOST | kinyan-gitau.com |
| HTTP_HOST | kinyan-gitau.com |
| proxy-nokeepalive | 1 |
| HTTPS | on |
| UNIQUE_ID | aSK2Tqjs1i@p9qhvTlGoHAAAAIo |
| REDIRECT_STATUS | 200 |
| REDIRECT_HTTPS | on |
| REDIRECT_UNIQUE_ID | aSK2Tqjs1i@p9qhvTlGoHAAAAIo |
| REDIRECT_REDIRECT_STATUS | 200 |
| REDIRECT_REDIRECT_HTTPS | on |
| REDIRECT_REDIRECT_UNIQUE_ID | aSK2Tqjs1i@p9qhvTlGoHAAAAIo |
| FCGI_ROLE | RESPONDER |
| PHP_SELF | /public/index.php |
| REQUEST_TIME_FLOAT | 1763882574.264 |
| REQUEST_TIME | 1763882574 |
| # | Path |
|---|---|
| 0 | /home/sahara/apps/olnhmhppjhhk/public/index.php |
| 1 | /home/sahara/apps/olnhmhppjhhk/slab/config/diFile.php |
| 2 | /home/sahara/apps/olnhmhppjhhk/slab/config/config.php |
| 3 | /home/sahara/apps/olnhmhppjhhk/slab/config/modules.php |
| 4 | /home/sahara/apps/olnhmhppjhhk/slab/api/www/www.php |
| Memory | |
|---|---|
| Usage | 2097152 |