#0 | Phalcon\Mvc\Dispatcher->_throwDispatchException(Dispatcher has detected a cyclic routing causing stability problems, 1) |
#1 | Phalcon\Dispatcher->dispatch() |
#2 | Phalcon\Mvc\Application->handle() /home/eclectic/domains/unenticed.com/public_html/public/index.php (84) <?php use Phalcon\Mvc\Application; require 'FrontChecks.php'; $frontChecker = new FrontChecks(); $frontChecker->doStandardChecks(); // Test IP's, use profiler if (in_array($_SERVER['REMOTE_ADDR'], ['127.0.0.1', '::1', '213.127.18.74'])) { require __DIR__ . '/../app/library/EeProfiler.php'; $profiler = new \EE\Library\EeProfiler(); } try { $isSiteProduction = in_array($_SERVER['HTTP_HOST'], [ 'www.unenticed.com', 'unenticed.com' ]); // Config $configFile = __DIR__ . '/../app/config/' . ($isSiteProduction ? 'config_prod.yaml' : 'config.yaml'); $config = new Phalcon\Config\Adapter\Yaml($configFile); $config->site_production = $isSiteProduction; // Register autoloader include __DIR__ . '/../app/config/loader.php'; // Initialize services include __DIR__ . '/../app/config/services.php'; // Initiate handling the request $application = new Application($di); } catch (\Exception $e) { // Display error message echo 'Phalcon Exception: ', $e->getMessage(), "\n<br><br>\n"; echo nl2br($e->getTraceAsString()), "<br>\n"; echo "<br>Phalcon version: " . Phalcon\Version::get(); } // Set debug facilities, according to whether this is the production site if (false && $config->site_production) { try { // Handle webpage if (PHALCON_MAJOR_VERSION < 4) { echo $application->handle()->getContent(); } else { $response = $application->handle($_SERVER["REQUEST_URI"]); $response->send(); } } catch (EE\Library\Exception\Exception400 $e) { // Reduce error information if ($e->isTestMode()) { // Display minimal error message echo 'Exception (400): ', $e->getMessage(); } else { $frontChecker->exitStatusPage(400, 'Bad Request'); } } catch (EE\Library\Exception\Exception404 $e) { // Reduce error information if ($e->isTestMode()) { // Display minimal error message echo 'Exception (404): ', $e->getMessage(); } else { $frontChecker->exitStatusPage(404, 'Not Found'); } } catch (EE\Library\Exception\Exception405 $e) { $frontChecker->exitStatusPage(405, 'Method not allowed', ['Allowed' => $e->getAllowedStr()]); } catch (\Exception $e) { // Display minimal error message echo 'Exception: ', $e->getMessage(); } } else { // Display extensive error message if needed $debug = new \Phalcon\Debug(); $debug->listen(); // Handle webpage if (PHALCON_MAJOR_VERSION < 4) { echo $application->handle()->getContent(); } else { $response = $application->handle($_SERVER["REQUEST_URI"]); $response->send(); } } // Timer display in HTML comment if (isset($profiler) && !$di['request']->isAjax() && !in_array($di['router']->getControllerName(), ['js', 'payment']) && !in_array($di['router']->getActionName(), ['robots', 'sitemap']) ) { $profiler->register('Total'); if (http_response_code() == 200) { $profiler->displayList(); } } |
Key | Value |
---|---|
_url | /avoiding-advertising/protecting-contact-forms |
Key | Value |
---|---|
USER | eclectic |
HOME | /home/eclectic |
SCRIPT_NAME | /public/index.php |
REQUEST_URI | /avoiding-advertising/protecting-contact-forms |
QUERY_STRING | _url=/avoiding-advertising/protecting-contact-forms |
REQUEST_METHOD | GET |
SERVER_PROTOCOL | HTTP/1.1 |
GATEWAY_INTERFACE | CGI/1.1 |
REDIRECT_QUERY_STRING | _url=/avoiding-advertising/protecting-contact-forms |
REDIRECT_URL | /public/avoiding-advertising/protecting-contact-forms |
REMOTE_PORT | 43984 |
SCRIPT_FILENAME | /home/eclectic/domains/unenticed.com/private_html/public/index.php |
SERVER_ADMIN | webmaster@unenticed.com |
CONTEXT_DOCUMENT_ROOT | /home/eclectic/domains/unenticed.com/private_html |
CONTEXT_PREFIX | |
REQUEST_SCHEME | https |
DOCUMENT_ROOT | /home/eclectic/domains/unenticed.com/private_html |
REMOTE_ADDR | 3.238.252.196 |
SERVER_PORT | 443 |
SERVER_ADDR | 37.34.57.240 |
SERVER_NAME | www.unenticed.com |
SERVER_SOFTWARE | Apache/2 |
SERVER_SIGNATURE | |
PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin |
HTTP_CONNECTION | Keep-Alive |
HTTP_HOST | www.unenticed.com |
HTTP_ACCEPT_ENCODING | br,gzip |
HTTP_ACCEPT_LANGUAGE | en-US,en;q=0.5 |
HTTP_ACCEPT | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
HTTP_USER_AGENT | CCBot/2.0 (https://commoncrawl.org/faq/) |
proxy-nokeepalive | 1 |
SSL_TLS_SNI | www.unenticed.com |
HTTPS | on |
UNIQUE_ID | Yv41bim3cw3HyhwWfY4J3gAAABs |
REDIRECT_STATUS | 200 |
REDIRECT_SSL_TLS_SNI | www.unenticed.com |
REDIRECT_HTTPS | on |
REDIRECT_UNIQUE_ID | Yv41bim3cw3HyhwWfY4J3gAAABs |
REDIRECT_REDIRECT_STATUS | 200 |
REDIRECT_REDIRECT_SSL_TLS_SNI | www.unenticed.com |
REDIRECT_REDIRECT_HTTPS | on |
REDIRECT_REDIRECT_UNIQUE_ID | Yv41bim3cw3HyhwWfY4J3gAAABs |
FCGI_ROLE | RESPONDER |
PHP_SELF | /public/index.php |
REQUEST_TIME_FLOAT | 1660826990.7762 |
REQUEST_TIME | 1660826990 |
# | Path |
---|---|
0 | /home/eclectic/domains/unenticed.com/public_html/public/index.php |
1 | /home/eclectic/domains/unenticed.com/public_html/public/FrontChecks.php |
2 | /home/eclectic/domains/unenticed.com/public_html/app/config/loader.php |
3 | /home/eclectic/domains/unenticed.com/public_html/vendor/autoload.php |
4 | /home/eclectic/domains/unenticed.com/public_html/vendor/composer/autoload_real.php |
5 | /home/eclectic/domains/unenticed.com/public_html/vendor/composer/ClassLoader.php |
6 | /home/eclectic/domains/unenticed.com/public_html/vendor/composer/autoload_static.php |
7 | /home/eclectic/domains/unenticed.com/public_html/vendor/symfony/polyfill-mbstring/bootstrap.php |
8 | /home/eclectic/domains/unenticed.com/public_html/vendor/symfony/polyfill-php72/bootstrap.php |
9 | /home/eclectic/domains/unenticed.com/public_html/vendor/symfony/polyfill-intl-idn/bootstrap.php |
10 | /home/eclectic/domains/unenticed.com/public_html/vendor/symfony/polyfill-iconv/bootstrap.php |
11 | /home/eclectic/domains/unenticed.com/public_html/vendor/swiftmailer/swiftmailer/lib/swift_required.php |
12 | /home/eclectic/domains/unenticed.com/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php |
13 | /home/eclectic/domains/unenticed.com/public_html/app/config/services.php |
14 | /home/eclectic/domains/unenticed.com/public_html/app/config/services_universal.php |
15 | /home/eclectic/domains/unenticed.com/public_html/app/config/routes.php |
16 | /home/eclectic/domains/unenticed.com/public_html/app/controllers/AvoidingAdvertisingController.php |
17 | /home/eclectic/domains/unenticed.com/public_html/app/controllers/ControllerBase.php |
18 | /home/eclectic/domains/unenticed.com/public_html/app/library/PageProperties.php |
19 | /home/eclectic/domains/unenticed.com/public_html/app/library/PagePropertiesAbstract.php |
20 | /home/eclectic/domains/unenticed.com/public_html/app/library/Traffic/TrafficUne.php |
21 | /home/eclectic/domains/unenticed.com/public_html/app/library/Traffic/Traffic.php |
22 | /home/eclectic/domains/unenticed.com/public_html/app/library/Traffic/Useragent.php |
23 | /home/eclectic/domains/unenticed.com/public_html/app/library/Traffic/IpAddress.php |
24 | /home/eclectic/domains/unenticed.com/public_html/app/library/Phalcon4/Db/Adapter/Pdo/Mysql.php |
Memory | |
---|---|
Usage | 2097152 |