http://isbbethesda.com/index.php/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"fc1c52"
exception
Twig\Error\RuntimeError {#1461
  #message: "An exception has been thrown during the rendering of a template ("Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)")."
  #code: 0
  #file: "/var/www/prod/current/templates/layout/partials/flash_messages.html.twig"
  #line: 1
  -previous: ErrorException {#53 …}
  -lineno: 1
  -name: "layout/partials/flash_messages.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)")."
  -sourcePath: "/var/www/prod/current/templates/layout/partials/flash_messages.html.twig"
  -sourceCode: """
    {% for type, messages in app.flashes %}\n
                    {% for message in messages %}\n
                        <div  style="color: #30101A; " class="m-1  alert alert-{{type}} rounded text-center" role= "alert" >\n
                            {{ message }}\n
                        </div>\n
                    {% endfor %}\n
    {% endfor %}\n
    """
  trace: {
    /var/www/prod/current/templates/layout/partials/flash_messages.html.twig:1 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › {% for type, messages in app.flashes %}                {% for message in messages %}
    }
    /var/www/prod/current/templates/layout/base.html.twig:43 {
      __TwigTemplate_583cb44a274723b0f110c9012122b4a0->block_partials(array $context, array $blocks = []): iterable …
      › <!-- Flash Messages -->{% include 'layout/partials/flash_messages.html.twig' %}}
    /var/www/prod/current/vendor/twig/twig/src/Template.php:437 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/prod/current/var/cache/dev/twig/c0/c0a84d05520a9496c108d9f21d74a1ab.php:91 {
      __TwigTemplate_583cb44a274723b0f110c9012122b4a0->doDisplay(array $context, array $blocks = []): iterable …
      › yield "        ";yield from $this->unwrap()->yieldBlock('partials', $context, $blocks);// line 55
    }
    /var/www/prod/current/vendor/twig/twig/src/Template.php:393 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/prod/current/var/cache/dev/twig/07/07fbd3064ad64919e3a1e19f896f160e.php:57 {
      __TwigTemplate_dfd3634f84c24f7a318b5766e899fb21->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->loadTemplate("layout/base.html.twig", "layout/frontEndLayout.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/prod/current/vendor/twig/twig/src/Template.php:393 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/prod/current/var/cache/dev/twig/a0/a00020cf4c477e34971ab5dbd26086e0.php:55 {
      __TwigTemplate_b101b353a9a7c81e5a2cf4c70d3b5a2d->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->loadTemplate("layout/frontEndLayout.html.twig", "school/index.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/prod/current/vendor/twig/twig/src/Template.php:393 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/prod/current/vendor/twig/twig/src/Template.php:349 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /var/www/prod/current/vendor/twig/twig/src/Template.php:364 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/prod/current/vendor/twig/twig/src/TemplateWrapper.php:35 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/prod/current/vendor/twig/twig/src/Environment.php:306 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/prod/current/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/prod/current/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /var/www/prod/current/src/Controller/SchoolController.php:110 {
      App\Controller\SchoolController->index(): Response …
      › 
      ›     return $this->render('school/index.html.twig', compact("results"));}
    }
    /var/www/prod/current/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/prod/current/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/prod/current/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/prod/current/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/prod/current/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/prod/current/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/prod/current/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#126 …9}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
accept-encoding
"gzip"
accept-language
"en-US,en;q=0.5"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"70.36.116.29"
cf-ipcountry
"US"
cf-ray
"91b08bb69e092f64-LAX"
cf-visitor
"{"scheme":"http"}"
connection
"Keep-Alive"
dnt
"1"
host
"isbbethesda.com"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0"
x-forwarded-for
"70.36.116.29"
x-forwarded-proto
"http"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 04 Mar 2025 10:03:47 GMT"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Notice%3A%20SessionHandler%3A%3Agc%28%29%3A%20ps_files_cleanup_dir%3A%20opendir%28%2Fvar%2Flib%2Fphp%2Fsessions%29%20failed%3A%20Permission%20denied%20%2813%29%22%29."
x-debug-exception-file
"%2Fvar%2Fwww%2Fprod%2Fcurrent%2Ftemplates%2Flayout%2Fpartials%2Fflash_messages.html.twig:1"
x-debug-token
"7f375c"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"ff7325025ae307787e22fe923a2e178d"
CITY
"YAOUNDE"
CONTACT
"(+237)699545124"
DATABASE_URL
"mysql://sammy:sammy@localhost:3306/bethesda?serverVersion=mariadb-10.4.11"
DELEGATION_DEPARTEMENTATLE
"La Mefou et Akono"
DELEGATION_REGIONALE
"D&eacutel&eacutegation R&eacutegionale de la Mefou et Akono"
DIVISIONAL_DELEGATION
" Mefou and Akono"
EMAIL
"[email protected]"
ENGLISH_SCHOOL_NAME
"Bethesda Bilingual Secondary Institute"
ENGLISH_SLOGAN
"Discipline-Work-Sucess"
FRENCH_SCHOOL_NAME
"Insitut Secondaire Bilingue Bethesda"
FRENCH_SLOGAN
"Discipline-Travail-Succes"
LINUX_WKHTMLTOIMAGE_PATH
"/usr/bin/wkhtmltoimage"
LINUX_WKHTMLTOPDF_PATH
"/usr/bin/wkhtmltopdf"
LOGO_PATH
"logo_isbb.jpg"
MAILER_DSN
"gmail+smtp://isbbethesda%40gmail.com:PasswordBethesda%401@default"
MAILER_FROM_ADDRESS
"[email protected]"
MAILER_FROM_NAME
"Administration"
MAILER_HOST
"mail.server:25"
MAILER_PASS
"PasswordBethesda%401"
MAILER_URL
"null://localhost"
POSTAL_BOX
"31367 YDE"
PRINCIPAL
"Poka Simeon"
REGIONAL_DELEGATION
"Center Regional Delegation"
WINDOWS_WKHTMLTOIMAGE_PATH
""C:\\Program Files\\wkhtmltopdf\\bin\\wkhtmltoimage""
WINDOWS_WKHTMLTOPDF_PATH
""C:\\Program Files\\wkhtmltopdf\\bin\\wkhtmltopdf""
facebook_client_id
"426320422157981"
facebook_secret
"8e863804fa85badd8070326f13a9ba52"
github_client_id
"ef63970819450b03aecf"
github_client_secret
"c6af0bec04ef243b1c8b47437699423bd4a2b8ba"
github_secret
"c6af0bec04ef243b1c8b47437699423bd4a2b8ba"
googleplus_client_id
"248980514136-hhjepha3ij0965qmaqehq57ifg1seb4d.apps.googleusercontent.com"
googleplus_secret
"YqpgoaaYiHXqzqFJBzunsjSf"
linkedin_client_id
"78wdfyexlyks62"
linkedin_secret
"zic8WfEGmsrSCODU"
stackexchange_client_id
"YqpgoaaYiHXqzqFJBzunsjSf"
stackexchange_key
"zic8WfEGmsrSCODU"
stackexchange_secret
"zic8WfEGmsrSCODU"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/prod/current/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/prod/current/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"70.36.116.29"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_RAY
"91b08bb69e092f64-LAX"
HTTP_CF_VISITOR
"{"scheme":"http"}"
HTTP_CONNECTION
"Keep-Alive"
HTTP_DNT
"1"
HTTP_HOST
"isbbethesda.com"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"none"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0"
HTTP_X_FORWARDED_FOR
"70.36.116.29"
HTTP_X_FORWARDED_PROTO
"http"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PATH_INFO
"/"
PATH_TRANSLATED
"/var/www/prod/current/public/"
PHP_SELF
"/index.php/"
QUERY_STRING
""
REMOTE_ADDR
"162.158.91.84"
REMOTE_PORT
"51422"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1741082627
REQUEST_TIME_FLOAT
1741082627.6954
REQUEST_URI
"/index.php/"
SCRIPT_FILENAME
"/var/www/prod/current/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"159.223.4.100"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"isbbethesda.com"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.57 (Ubuntu) Server at isbbethesda.com Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.57 (Ubuntu)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN,MAILER_PASS,MAILER_HOST,MAILER_URL,MAILER_FROM_ADDRESS,MAILER_FROM_NAME,github_client_id,github_secret,github_client_secret,facebook_client_id,facebook_secret,googleplus_client_id,googleplus_secret,stackexchange_client_id,stackexchange_secret,stackexchange_key,linkedin_client_id,linkedin_secret,WINDOWS_WKHTMLTOPDF_PATH,WINDOWS_WKHTMLTOIMAGE_PATH,LINUX_WKHTMLTOPDF_PATH,LINUX_WKHTMLTOIMAGE_PATH,FRENCH_SCHOOL_NAME,ENGLISH_SCHOOL_NAME,LOGO_PATH,FRENCH_SLOGAN,ENGLISH_SLOGAN,POSTAL_BOX,CONTACT,EMAIL,DELEGATION_REGIONALE,REGIONAL_DELEGATION,DELEGATION_DEPARTEMENTATLE,DIVISIONAL_DELEGATION,CITY,PRINCIPAL"

Parent Request

Return to parent request (token = 4eef20)

Key Value
_controller
"App\Controller\SchoolController::index"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_home"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"7703ab"