Appel : +241 74 670 077 Email : contact@e3mg.ga
  • Actualités
  • concours
  • Evénements
  • Connexion
logo
  • Whoops! There was an error.
    Whoops \ Exception \ ErrorException (E_NOTICE)
    session_start(): Ignoring session_start() because a session is already active (started from /home/u116700991/domains/test.e3mg.ga/public_html/configs/config.php on line 58)
    Whoops\Exception\ErrorException thrown with message "session_start(): Ignoring session_start() because a session is already active (started from /home/u116700991/domains/test.e3mg.ga/public_html/configs/config.php on line 58)" Stacktrace: #3 Whoops\Exception\ErrorException in /home/u116700991/domains/test.e3mg.ga/public_html/views/pages/contact.php:4 #2 session_start in /home/u116700991/domains/test.e3mg.ga/public_html/views/pages/contact.php:4 #1 require_once in /home/u116700991/domains/test.e3mg.ga/public_html/configs/route.php:32 #0 {closure} in /home/u116700991/domains/test.e3mg.ga/public_html/public/index.php:45
    Stack frames (4)
    3
    Whoops\Exception\ErrorException
    …/views/pages/contact.php4
    2
    session_start
    …/views/pages/contact.php4
    1
    require_once
    …/configs/route.php32
    0
    {closure}
    …/public/index.php45
    /home/u116700991/domains/test.e3mg.ga/public_html/views/pages/contact.php
    <?php
    require_once  "../views/include/header.php";
    $pageTitle = "Contact";
    session_start();
     
    if (empty($_SESSION['csrf_token'])) {
      $_SESSION['csrf_token'] = bin2hex(random_bytes(32));
    }
    ?>
     
    <!-- ============================================
         PAGE TITLE SECTION - Bannière Hero Contact
         ============================================ -->
    <section class="page-title-section overlay" data-background="/images/backgrounds/batiment-e3mg.jpg">
        <div class="container">
            <div class="row">
                <div class="col-md-10">
                    <ul class="list-inline custom-breadcrumb">
                        <li class="list-inline-item">
                            <a class="h2 text-banniere font-secondary animate-fadeInUp" href="#">
                                 Contactez-nous
                            </a>
                        </li>
                    </ul>
                    <p class="text-lighten animate-fadeInUp delay-200">
                        Nous sommes à votre écoute. N'hésitez pas à nous contacter pour toute question.
                    </p>
                </div>
            </div>
        </div>
    </section>
    <!-- /page title -->
     
    <main class="main">
     
    <!-- ============================================
         SECTION CARTE GOOGLE MAPS
         ============================================ -->
    <section class="section py-0">
        <div class="container-fluid px-0">
    /home/u116700991/domains/test.e3mg.ga/public_html/views/pages/contact.php
    <?php
    require_once  "../views/include/header.php";
    $pageTitle = "Contact";
    session_start();
     
    if (empty($_SESSION['csrf_token'])) {
      $_SESSION['csrf_token'] = bin2hex(random_bytes(32));
    }
    ?>
     
    <!-- ============================================
         PAGE TITLE SECTION - Bannière Hero Contact
         ============================================ -->
    <section class="page-title-section overlay" data-background="/images/backgrounds/batiment-e3mg.jpg">
        <div class="container">
            <div class="row">
                <div class="col-md-10">
                    <ul class="list-inline custom-breadcrumb">
                        <li class="list-inline-item">
                            <a class="h2 text-banniere font-secondary animate-fadeInUp" href="#">
                                 Contactez-nous
                            </a>
                        </li>
                    </ul>
                    <p class="text-lighten animate-fadeInUp delay-200">
                        Nous sommes à votre écoute. N'hésitez pas à nous contacter pour toute question.
                    </p>
                </div>
            </div>
        </div>
    </section>
    <!-- /page title -->
     
    <main class="main">
     
    <!-- ============================================
         SECTION CARTE GOOGLE MAPS
         ============================================ -->
    <section class="section py-0">
        <div class="container-fluid px-0">
    /home/u116700991/domains/test.e3mg.ga/public_html/configs/route.php
    },'condition');
    
    $router->map('GET','/apropos',function(){
        require_once "../views/pages/about.php";
    },'about');
    
    $router->map('GET','/mot-de-adg',function(){
        require_once "../views/pages/mot_de_adg.php";
    },'adg');
    
    $router->map('GET','/partenaire',function(){
        require_once "../views/pages/buld.php";
    },'partenaire');
    
    $router->map('GET','/histoire',function(){
        require_once "../views/pages/histoire.php";
    },'histoire');
    
    $router->map('GET','/contact',function(){
        require_once "../views/pages/contact.php";
    },'contact');
    
    $router->map('GET','/scolarite',function(){
        require_once "../views/pages/scolarite.php";
    },'scolarite');
    
    
    $router->map('POST','/form',function(){
        require_once "../controllers/process.php";
    },'form');
    
    $router->map('GET','/filiere-formation',function(){
        require_once "../views/pages/filiere-formation.php";
    },'filiere-formation');
    
    $router->map('GET','/formation-continue',function(){
        require_once "../views/pages/formation-continue.php";
    },'formation-continue');
    
    $router->map('GET','/lab-genie-procede',function(){
    
    /home/u116700991/domains/test.e3mg.ga/public_html/public/index.php
    } else {
        // En production, log les erreurs sans les afficher
        ini_set('display_errors', 0);
        ini_set('log_errors', 1);
        error_reporting(E_ALL);
        
    }
     
     
    $router = new AltoRouter();
    require __DIR__.'/../configs/route.php';
     
     
     
    $match = $router->match();
     
    // call closure or throw 404 status
    if(is_array($match)){
        if(is_callable( $match['target'] ) ) {
            call_user_func_array( $match['target'], $match['params'] );
        } else {
            // no route was matched
            // $params = $match['params'];
            // require "../templates/{$match['target']}.php";
            header( $_SERVER["SERVER_PROTOCOL"] . ' 404 Not Found');
        }
    }else{
        include "../views/error/404.view.php";
    }
     

    Environment & details:

    empty
    empty
    empty
    Key Value
    PHPSESSID 3ahc2f89hrbpkaaq1j886br8mr
    Key Value
    csrf_token 44683b9089e5a95fc76d0088f395fa87d82d6f2192ce17cba450d2438a51976d
    Key Value
    LSPHP_ProcessGroup on
    PATH /usr/local/bin:/bin:/usr/bin
    HTTP_ACCEPT */*
    HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
    HTTP_COOKIE PHPSESSID=3ahc2f89hrbpkaaq1j886br8mr
    HTTP_HOST test.e3mg.ga
    HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
    DOCUMENT_ROOT /home/u116700991/domains/test.e3mg.ga/public_html
    REMOTE_ADDR 216.73.216.20
    REMOTE_PORT 9216
    SERVER_ADDR 195.35.49.170
    SERVER_NAME test.e3mg.ga
    SERVER_ADMIN
    SERVER_PORT 443
    REQUEST_SCHEME https
    REQUEST_URI /contact
    REDIRECT_URL /public/contact
    REDIRECT_REQUEST_METHOD GET
    HTTPS on
    CRAWLER_USLEEP 1000
    CRAWLER_LOAD_LIMIT_ENFORCE 25
    H_PLATFORM Hostinger
    H_TYPE shared
    H_CANARY false
    H_STAGING false
    REDIRECT_STATUS 200
    ratelimited_meta_externalagent 1
    UNIQUE_ID P3Gh@ecPnW2ljS8xtgXdzb60
    X_SPDY HTTP2
    SSL_PROTOCOL TLSv1.3
    SSL_CIPHER TLS_AES_256_GCM_SHA384
    SSL_CIPHER_USEKEYSIZE 256
    SSL_CIPHER_ALGKEYSIZE 256
    SCRIPT_FILENAME /home/u116700991/domains/test.e3mg.ga/public_html/public/index.php
    QUERY_STRING
    SCRIPT_URI https://test.e3mg.ga/contact
    SCRIPT_URL /contact
    SCRIPT_NAME /public/index.php
    SERVER_PROTOCOL HTTP/1.1
    SERVER_SOFTWARE LiteSpeed
    REQUEST_METHOD GET
    X-LSCACHE on,crawler,esi,combine
    PHP_SELF /public/index.php
    REQUEST_TIME_FLOAT 1769477214.7768
    REQUEST_TIME 1769477214
    APP_ENV development
    APP_DEBUG false
    APP_URL
    DB_HOST localhost
    DB_NAME u116700991_e3mg_site
    DB_USER u116700991_e3mg_site
    DB_PASS /*fWo3Zs
    MAIL_HOST smtp.example.com
    MAIL_PORT 587
    MAIL_USERNAME
    MAIL_PASSWORD
    MAIL_FROM_ADDRESS contact@e3mg.ga
    MAIL_FROM_NAME E3MG
    Key Value
    APP_ENV development
    APP_DEBUG false
    APP_URL
    DB_HOST localhost
    DB_NAME u116700991_e3mg_site
    DB_USER u116700991_e3mg_site
    DB_PASS /*fWo3Zs
    MAIL_HOST smtp.example.com
    MAIL_PORT 587
    MAIL_USERNAME
    MAIL_PASSWORD
    MAIL_FROM_ADDRESS contact@e3mg.ga
    MAIL_FROM_NAME E3MG
    0. Whoops\Handler\PrettyPageHandler