Laboratorio Nacional de Análisis y Síntesis Ecológica
Consejo Nacional de Ciencia y Tecnología
Universidad Autónoma de Guerrero
Escuela Nacional de Estudios Superiores unidad Morelia
Navegación Navegación
  • Inicio
    • Acerca de
  • Servicios
    • Apicultores
    • Bioinformática
    • Análisis Genético Molecular
    • Microscopía
    • Cotizaciones
      • Política de calidad
      • Aviso de privacidad
      • Condiciones del Servicio de Fluorometría
      • Condiciones del Servicio de Indexación Dual

  • Investigadores
    • Posgrados
  • Proyectos
    • Áreas de Investigación
    • Producción Científica
    • Presentar una Propuesta
  • Contacto
    • Contacto
    • Quejas y Sugerencias
  • Acceso
  • English
Whoops! There was an error.
6. Whoops\Exception\ErrorException
/­var/­www/­html/­lanase-website/­calendar/­classes/­event.php131
5. Whoops\Run handleError
<#unknown>0
4. file_get_contents
/­var/­www/­html/­lanase-website/­calendar/­classes/­event.php131
3. AjaxCalendarEvent getFeedData
/­var/­www/­html/­lanase-website/­calendar/­classes/­event.php122
2. AjaxCalendarEvent getGoogleEvents
/­var/­www/­html/­lanase-website/­calendar/­classes/­event.php43
1. AjaxCalendarEvent getMonthEvents
/­var/­www/­html/­lanase-website/­calendar/­classes/­calendar.php43
0. AjaxCalendar draw
/­var/­www/­html/­lanase-website/­es/­divulgacion.php164

Whoops \ Exception \ ErrorException (E_WARNING)

Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓
Copy-to-clipboard button
Exception message and its type
Code snippet where the error was thrown
Server state information
Application provided context information
Whoops\Exception\ErrorException thrown with message "file_get_contents(https://...@group.calendar.google.com/events?key=AIzaSyAsT4fS7Auk0qLcEgWT52NIWq871jtPST8&amp;timeMin=2025-06-01T00%3A00%3A00%2B00%3A00&amp;timeMax=2025-06-30T23%3A59%3A59%2B00%3A00&amp;maxResults=10000&amp;singleEvents=true): failed to open stream: Permission denied" Stacktrace: #6 Whoops\Exception\ErrorException in /var/www/html/lanase-website/calendar/classes/event.php:131 #5 Whoops\Run:handleError in <#unknown>:0 #4 file_get_contents in /var/www/html/lanase-website/calendar/classes/event.php:131 #3 AjaxCalendarEvent:getFeedData in /var/www/html/lanase-website/calendar/classes/event.php:122 #2 AjaxCalendarEvent:getGoogleEvents in /var/www/html/lanase-website/calendar/classes/event.php:43 #1 AjaxCalendarEvent:getMonthEvents in /var/www/html/lanase-website/calendar/classes/calendar.php:43 #0 AjaxCalendar:draw in /var/www/html/lanase-website/es/divulgacion.php:164

file_get_contents(https://...@group.calendar.google.com/events?key=AIzaSyAsT4fS7Auk0qLcEgWT52NIWq871jtPST8&amp;timeMin=2025-06-01T00%3A00%3A00%2B00%3A00&amp;timeMax=2025-06-30T23%3A59%3A59%2B00%3A00&amp;maxResults=10000&amp;singleEvents=true): failed to open stream: Permission denied

/var/www/html/lanase-website/calendar/classes/event.php
 
    /**
     * Make remote call to get the feed data
     *
     */
    private function getFeedData($url)
    {
        $raw_data = file_get_contents($url);
        $events = array();
        //Attempt to convert the returned JSON into an array
<#unknown>
/var/www/html/lanase-website/calendar/classes/event.php
 
    /**
     * Make remote call to get the feed data
     *
     */
    private function getFeedData($url)
    {
        $raw_data = file_get_contents($url);
        $events = array();
        //Attempt to convert the returned JSON into an array
/var/www/html/lanase-website/calendar/classes/event.php
          }
         */
 
        $args['singleEvents'] = 'true';
 
 
        $query = AjaxCalendarHelper::add_query_arg($args, $query);
        return $this->getFeedData($query);
    }
 
/var/www/html/lanase-website/calendar/classes/event.php
    {
        $events = array();
        $year = intval($year);
        $month = intval($month);
        global $calendar_config;
        if ($calendar_config->use_google_calendar)
        {
            $events = $this->getGoogleEvents($year, $month);
            //print_r($events); exit;
        } //else
/var/www/html/lanase-website/calendar/classes/calendar.php
        }
        //***
        $data['week_days_names'] = $this->config->getWeekDaysNames(true);
        $data['cells'] = $this->generateСalendarСells($y, $m);
        $data['month_name'] = $this->config->getMonthesNames()[intval($m)];
        $data['year'] = $y;
        $data['month'] = $m;
        $data['events'] = $this->events->getMonthEvents($y, $m); //here you can transmit events from database (look AjaxCalendarCell::draw($events))
        $data['prev_month_data'] = $this->getPrevMonth($y, $m);
        $data['next_month_data'] = $this->getNextMonth($y, $m);
/var/www/html/lanase-website/es/divulgacion.php
	             <?php
	                include '../calendar/includer.php';
	                
	                global $calendar_config;
	                $calendar_config->includeStyles("ajax2.php");
	                $calendar_config->show_today_header=false;
	                $calendar = new AjaxCalendar($calendar_config);
	                echo $calendar->draw();
	            ?>  
            </div>
empty
Key Value
providers Array ( [0] => Hazzard\Events\EventServiceProvider [1] => Hazzard\Cookie\CookieServiceProvider [2] => Hazzard\Session\SessionServiceProvider [3] => Hazzard\Hashing\HashServiceProvider [4] => Hazzard\Encryption\EncryptionServiceProvider [5] => Hazzard\Translation\TranslationServiceProvider [6] => Hazzard\View\ViewServiceProvider [7] => Hazzard\Mail\MailServiceProvider [8] => Hazzard\Database\DatabaseServiceProvider [9] => Hazzard\Validation\ValidationServiceProvider [10] => Hazzard\Auth\AuthServiceProvider [11] => Hazzard\Auth\OAuthServiceProvider [12] => Hazzard\Auth\RegisterServiceProvider [13] => Hazzard\Auth\PasswordReminderServiceProvider [14] => Hazzard\User\MetaServiceProvider [15] => Hazzard\User\FieldsServiceProvider [16] => Hazzard\Messages\MessageServiceProvider [17] => Hazzard\Comments\CommentsServiceProvider )
app Hazzard\Foundation\Application Object ( [serviceProviders:protected] => Array ( [0] => Hazzard\Events\EventServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [1] => Hazzard\Exception\ExceptionServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [2] => Hazzard\Cookie\CookieServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [3] => Hazzard\Session\SessionServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [4] => Hazzard\Encryption\EncryptionServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [5] => Hazzard\Database\DatabaseServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [6] => Hazzard\Auth\AuthServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [7] => Hazzard\Hashing\HashServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [8] => Hazzard\User\MetaServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [9] => Hazzard\Validation\ValidationServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [10] => Hazzard\Translation\TranslationServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) ) [loadedProviders:protected] => Array ( [Hazzard\Events\EventServiceProvider] => 1 [Hazzard\Exception\ExceptionServiceProvider] => 1 [Hazzard\Cookie\CookieServiceProvider] => 1 [Hazzard\Session\SessionServiceProvider] => 1 [Hazzard\Encryption\EncryptionServiceProvider] => 1 [Hazzard\Database\DatabaseServiceProvider] => 1 [Hazzard\Auth\AuthServiceProvider] => 1 [Hazzard\Hashing\HashServiceProvider] => 1 [Hazzard\User\MetaServiceProvider] => 1 [Hazzard\Validation\ValidationServiceProvider] => 1 [Hazzard\Translation\TranslationServiceProvider] => 1 ) [deferredServices:protected] => Array ( [view] => Hazzard\View\ViewServiceProvider [mailer] => Hazzard\Mail\MailServiceProvider [validation.presence] => Hazzard\Validation\ValidationServiceProvider [auth.oauth] => Hazzard\Auth\OAuthServiceProvider [auth.register] => Hazzard\Auth\RegisterServiceProvider [auth.reminder] => Hazzard\Auth\PasswordReminderServiceProvider [user.fields] => Hazzard\User\FieldsServiceProvider [user.message] => Hazzard\Messages\MessageServiceProvider [user.contact] => Hazzard\Messages\MessageServiceProvider [comments] => Hazzard\Comments\CommentsServiceProvider ) [resolved:protected] => Array ( [path] => 1 [exception] => 1 [config] => 1 [path.storage] => 1 [db] => 1 [events] => 1 [auth] => 1 [hash] => 1 [user.meta] => 1 [session] => 1 [cookie] => 1 [validator] => 1 [translator] => 1 [validation.presence] => 1 [encrypter] => 1 ) [bindings:protected] => Array ( [events] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [this] => Hazzard\Events\EventServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\Events\Dispatcher Object ( [listeners:protected] => Array ( [app.init] => Array ( [0] => Array ( [0] => Closure Object ( ) ) ) [auth.login] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$user] => <required> [$remember] => <required> ) ) ) ) [auth.logout] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$user] => <required> ) ) ) ) [auth.signup] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$user] => <required> ) ) ) ) [comments.add] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$comment] => <required> ) ) ) ) [comments.canEdit] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$comment] => <required> ) ) ) ) [comments.canReply] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$comment] => <required> ) ) ) ) ) [wildcards:protected] => Array ( ) [sorted:protected] => Array ( [app.init] => Array ( [0] => Closure Object ( ) ) ) ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => ) [exception] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [this] => Hazzard\Exception\ExceptionServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\Exception\Handler Object ( [debug:protected] => 1 ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => ) [cookie] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [this] => Hazzard\Cookie\CookieServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\Cookie\CookieJar Object ( [path:protected] => / [domain:protected] => ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => 1 ) [session] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [static] => Array ( [me] => Hazzard\Session\SessionServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) ) [this] => Hazzard\Session\SessionServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\Session\Store Object ( ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => 1 ) [encrypter] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [this] => Hazzard\Encryption\EncryptionServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\Encryption\Encrypter Object ( [key:protected] => [cipher:protected] => rijndael-256 [mode:protected] => cbc [block:protected] => 32 ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => 1 ) [db] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [this] => Hazzard\Database\DatabaseServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => 1 ) [auth] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [this] => Hazzard\Auth\AuthServiceProvider Object ( [app:protected] => Hazzard\Foundation\Application Object *RECURSION* [defer:protected] => ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\Auth\Auth Object ( [user:protected] => [encrypter:protected] => Hazzard\Encryption\Encrypter Object ( [key:protected] => [cipher:protected] => rijndael-256 [mode:protected] => cbc [block:protected] => 32 ) [provider:protected] => Hazzard\Auth\UserProvider Object ( [hasher:protected] => Hazzard\Hashing\BcryptHasher Object ( [rounds:protected] => 10 ) [usermeta:protected] => Hazzard\User\Meta Object ( [db:protected] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) [table:protected] => usermeta ) [userModel:protected] => User [roleModel:protected] => Role ) [session:protected] => Hazzard\Session\Store Object ( ) [cookie:protected] => Hazzard\Cookie\CookieJar Object ( [path:protected] => / [domain:protected] => ) [validator:protected] => Hazzard\Validation\Factory Object ( [translator:protected] => Hazzard\Translation\Translator Object ( [path:protected] => /var/www/html/lanase-website/panel/app/lang [loaded:protected] => Array ( ) [locale:protected] => en [fallback:protected] => en ) [verifier:protected] => Hazzard\Validation\DatabasePresenceVerifier Object ( [db:protected] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) ) [container:protected] => Hazzard\Foundation\Application Object *RECURSION* [extensions:protected] => Array ( [captcha] => Closure Object ( [static] => Array ( [config] => Array ( [public_key] => 6Ld8FRITAAAAANgGw-UKGJnUyXhjtn8e5ar_K6E5 [private_key] => 6Ld8FRITAAAAADXkRLMGuCWBXhLaEbaZtNRz2Ati ) ) [this] => Hazzard\Validation\ValidationServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [parameter] => Array ( [$attrs] => <required> [$response] => <required> ) ) ) [implicitExtensions:protected] => Array ( ) [replacers:protected] => Array ( ) [fallbackMessages:protected] => Array ( ) [resolver:protected] => ) [translator:protected] => Hazzard\Translation\Translator Object ( [path:protected] => /var/www/html/lanase-website/panel/app/lang [loaded:protected] => Array ( ) [locale:protected] => en [fallback:protected] => en ) [mailer:protected] => [userfields:protected] => [events:protected] => Hazzard\Events\Dispatcher Object ( [listeners:protected] => Array ( [app.init] => Array ( [0] => Array ( [0] => Closure Object ( ) ) ) [auth.login] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$user] => <required> [$remember] => <required> ) ) ) ) [auth.logout] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$user] => <required> ) ) ) ) [auth.signup] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$user] => <required> ) ) ) ) [comments.add] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$comment] => <required> ) ) ) ) [comments.canEdit] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$comment] => <required> ) ) ) ) [comments.canReply] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$comment] => <required> ) ) ) ) ) [wildcards:protected] => Array ( ) [sorted:protected] => Array ( [app.init] => Array ( [0] => Closure Object ( ) ) ) ) [errors:protected] => Hazzard\Support\MessageBag Object ( [messages:protected] => Array ( ) [format:protected] => :message ) [config:protected] => ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => 1 ) [hash] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [this] => Hazzard\Hashing\HashServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\Hashing\BcryptHasher Object ( [rounds:protected] => 10 ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => 1 ) [user.meta] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [this] => Hazzard\User\MetaServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\User\Meta Object ( [db:protected] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) [table:protected] => usermeta ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => 1 ) [validation.presence] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [this] => Hazzard\Validation\ValidationServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\Validation\DatabasePresenceVerifier Object ( [db:protected] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => 1 ) [validator] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [static] => Array ( [me] => Hazzard\Validation\ValidationServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) ) [this] => Hazzard\Validation\ValidationServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\Validation\Factory Object ( [translator:protected] => Hazzard\Translation\Translator Object ( [path:protected] => /var/www/html/lanase-website/panel/app/lang [loaded:protected] => Array ( ) [locale:protected] => en [fallback:protected] => en ) [verifier:protected] => Hazzard\Validation\DatabasePresenceVerifier Object ( [db:protected] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) ) [container:protected] => Hazzard\Foundation\Application Object *RECURSION* [extensions:protected] => Array ( [captcha] => Closure Object ( [static] => Array ( [config] => Array ( [public_key] => 6Ld8FRITAAAAANgGw-UKGJnUyXhjtn8e5ar_K6E5 [private_key] => 6Ld8FRITAAAAADXkRLMGuCWBXhLaEbaZtNRz2Ati ) ) [this] => Hazzard\Validation\ValidationServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [parameter] => Array ( [$attrs] => <required> [$response] => <required> ) ) ) [implicitExtensions:protected] => Array ( ) [replacers:protected] => Array ( ) [fallbackMessages:protected] => Array ( ) [resolver:protected] => ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => 1 ) [translator] => Array ( [concrete] => Closure Object ( [static] => Array ( [closure] => Closure Object ( [this] => Hazzard\Translation\TranslationServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [parameter] => Array ( [$app] => <required> ) ) [object] => Hazzard\Translation\Translator Object ( [path:protected] => /var/www/html/lanase-website/panel/app/lang [loaded:protected] => Array ( ) [locale:protected] => en [fallback:protected] => en ) ) [this] => Hazzard\Foundation\Application Object *RECURSION* [parameter] => Array ( [$container] => <required> ) ) [shared] => 1 ) ) [instances:protected] => Array ( [app] => Hazzard\Foundation\Application Object *RECURSION* [path] => /var/www/html/lanase-website/panel/app [path.base] => /var/www/html/lanase-website/panel [path.app] => /var/www/html/lanase-website/panel/app [path.storage] => /var/www/html/lanase-website/panel/app/storage [config] => Hazzard\Config\Repository Object ( [loader:protected] => Hazzard\Config\LoaderManager Object ( [fileLoader:protected] => Hazzard\Config\FileLoader Object ( [path:protected] => /var/www/html/lanase-website/panel/app/config ) [dbLoader:protected] => ) [items:protected] => Array ( [app] => Array ( [debug] => 1 [url] => ../panel/ [name] => Laboratorio Nacional de Análisis y Sintésis Ecológica [color_scheme] => blue [locale] => es [locales] => Array ( [en] => English [es] => Spanish ) [timezone] => UTC [key] => [csrf] => 1 [providers] => Array ( [0] => Hazzard\Events\EventServiceProvider [1] => Hazzard\Cookie\CookieServiceProvider [2] => Hazzard\Session\SessionServiceProvider [3] => Hazzard\Hashing\HashServiceProvider [4] => Hazzard\Encryption\EncryptionServiceProvider [5] => Hazzard\Translation\TranslationServiceProvider [6] => Hazzard\View\ViewServiceProvider [7] => Hazzard\Mail\MailServiceProvider [8] => Hazzard\Database\DatabaseServiceProvider [9] => Hazzard\Validation\ValidationServiceProvider [10] => Hazzard\Auth\AuthServiceProvider [11] => Hazzard\Auth\OAuthServiceProvider [12] => Hazzard\Auth\RegisterServiceProvider [13] => Hazzard\Auth\PasswordReminderServiceProvider [14] => Hazzard\User\MetaServiceProvider [15] => Hazzard\User\FieldsServiceProvider [16] => Hazzard\Messages\MessageServiceProvider [17] => Hazzard\Comments\CommentsServiceProvider ) [manifest] => /var/www/html/lanase-website/panel/app/storage [aliases] => Array ( [App] => Hazzard\Support\Facades\App [Config] => Hazzard\Support\Facades\Config [DB] => Hazzard\Support\Facades\DB [Model] => Hazzard\Database\Model [Validator] => Hazzard\Support\Facades\Validator [Cookie] => Hazzard\Support\Facades\Cookie [Session] => Hazzard\Support\Facades\Session [Hash] => Hazzard\Support\Facades\Hash [Crypt] => Hazzard\Support\Facades\Crypt [Event] => Hazzard\Support\Facades\Event [Lang] => Hazzard\Support\Facades\Lang [View] => Hazzard\Support\Facades\View [Mail] => Hazzard\Support\Facades\Mail [Auth] => Hazzard\Support\Facades\Auth [OAuth] => Hazzard\Support\Facades\OAuth [Register] => Hazzard\Support\Facades\Register [Password] => Hazzard\Support\Facades\Password [Usermeta] => Hazzard\Support\Facades\Usermeta [UserFields] => Hazzard\Support\Facades\UserFields [Message] => Hazzard\Support\Facades\Message [Contact] => Hazzard\Support\Facades\Contact [Comments] => Hazzard\Support\Facades\Comments ) ) [database] => Array ( [database] => lanaseweb [username] => lanase [password] => lanase1234 [hostname] => localhost [prefix] => [driver] => mysql [charset] => utf8 [collation] => utf8_general_ci ) [session] => Array ( [driver] => native [lifetime] => 120 [files] => /var/www/html/lanase-website/panel/app/storage/sessions [table] => sessions [cookie] => easylogin_session [path] => / [domain] => ) [auth] => Array ( [require_username] => 1 [username_change] => 1 [delete_account] => 1 [email_activation] => 1 [default_role_id] => 2 [captcha] => 1 [login_redirect] => [providers] => Array ( ) ) [services] => Array ( [recaptcha] => Array ( [public_key] => 6Ld8FRITAAAAANgGw-UKGJnUyXhjtn8e5ar_K6E5 [private_key] => 6Ld8FRITAAAAADXkRLMGuCWBXhLaEbaZtNRz2Ati ) [mailgun] => Array ( [secret] => [domain] => ) [mandrill] => Array ( [secret] => ) [facebook] => Array ( [id] => 1495846030719255 [secret] => 2e599846300e86eb80631c4531c680e6 ) [google] => Array ( [id] => [secret] => ) [twitter] => Array ( [id] => [secret] => ) [linkedin] => Array ( [id] => [secret] => ) [microsoft] => Array ( [id] => [secret] => ) [instagram] => Array ( [id] => [secret] => ) [github] => Array ( [id] => [secret] => ) [yammer] => Array ( [id] => [secret] => ) [foursquare] => Array ( [id] => [secret] => ) [soundcloud] => Array ( [id] => [secret] => ) [vkontakte] => Array ( [id] => [secret] => ) ) ) ) [db] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) [hash] => Hazzard\Hashing\BcryptHasher Object ( [rounds:protected] => 10 ) [user.meta] => Hazzard\User\Meta Object ( [db:protected] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) [table:protected] => usermeta ) [session] => Hazzard\Session\Store Object ( ) [cookie] => Hazzard\Cookie\CookieJar Object ( [path:protected] => / [domain:protected] => ) [translator] => Hazzard\Translation\Translator Object ( [path:protected] => /var/www/html/lanase-website/panel/app/lang [loaded:protected] => Array ( ) [locale:protected] => en [fallback:protected] => en ) [validation.presence] => Hazzard\Validation\DatabasePresenceVerifier Object ( [db:protected] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) ) [validator] => Hazzard\Validation\Factory Object ( [translator:protected] => Hazzard\Translation\Translator Object ( [path:protected] => /var/www/html/lanase-website/panel/app/lang [loaded:protected] => Array ( ) [locale:protected] => en [fallback:protected] => en ) [verifier:protected] => Hazzard\Validation\DatabasePresenceVerifier Object ( [db:protected] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) ) [container:protected] => Hazzard\Foundation\Application Object *RECURSION* [extensions:protected] => Array ( [captcha] => Closure Object ( [static] => Array ( [config] => Array ( [public_key] => 6Ld8FRITAAAAANgGw-UKGJnUyXhjtn8e5ar_K6E5 [private_key] => 6Ld8FRITAAAAADXkRLMGuCWBXhLaEbaZtNRz2Ati ) ) [this] => Hazzard\Validation\ValidationServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [parameter] => Array ( [$attrs] => <required> [$response] => <required> ) ) ) [implicitExtensions:protected] => Array ( ) [replacers:protected] => Array ( ) [fallbackMessages:protected] => Array ( ) [resolver:protected] => ) [encrypter] => Hazzard\Encryption\Encrypter Object ( [key:protected] => [cipher:protected] => rijndael-256 [mode:protected] => cbc [block:protected] => 32 ) [auth] => Hazzard\Auth\Auth Object ( [user:protected] => [encrypter:protected] => Hazzard\Encryption\Encrypter Object ( [key:protected] => [cipher:protected] => rijndael-256 [mode:protected] => cbc [block:protected] => 32 ) [provider:protected] => Hazzard\Auth\UserProvider Object ( [hasher:protected] => Hazzard\Hashing\BcryptHasher Object ( [rounds:protected] => 10 ) [usermeta:protected] => Hazzard\User\Meta Object ( [db:protected] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) [table:protected] => usermeta ) [userModel:protected] => User [roleModel:protected] => Role ) [session:protected] => Hazzard\Session\Store Object ( ) [cookie:protected] => Hazzard\Cookie\CookieJar Object ( [path:protected] => / [domain:protected] => ) [validator:protected] => Hazzard\Validation\Factory Object ( [translator:protected] => Hazzard\Translation\Translator Object ( [path:protected] => /var/www/html/lanase-website/panel/app/lang [loaded:protected] => Array ( ) [locale:protected] => en [fallback:protected] => en ) [verifier:protected] => Hazzard\Validation\DatabasePresenceVerifier Object ( [db:protected] => Hazzard\Database\Connection Object ( [pdo:protected] => PDO Object ( ) [fetchMode:protected] => 8 [tablePrefix:protected] => ) ) [container:protected] => Hazzard\Foundation\Application Object *RECURSION* [extensions:protected] => Array ( [captcha] => Closure Object ( [static] => Array ( [config] => Array ( [public_key] => 6Ld8FRITAAAAANgGw-UKGJnUyXhjtn8e5ar_K6E5 [private_key] => 6Ld8FRITAAAAADXkRLMGuCWBXhLaEbaZtNRz2Ati ) ) [this] => Hazzard\Validation\ValidationServiceProvider Object ( [defer:protected] => 1 [app:protected] => Hazzard\Foundation\Application Object *RECURSION* ) [parameter] => Array ( [$attrs] => <required> [$response] => <required> ) ) ) [implicitExtensions:protected] => Array ( ) [replacers:protected] => Array ( ) [fallbackMessages:protected] => Array ( ) [resolver:protected] => ) [translator:protected] => Hazzard\Translation\Translator Object ( [path:protected] => /var/www/html/lanase-website/panel/app/lang [loaded:protected] => Array ( ) [locale:protected] => en [fallback:protected] => en ) [mailer:protected] => [userfields:protected] => [events:protected] => Hazzard\Events\Dispatcher Object ( [listeners:protected] => Array ( [app.init] => Array ( [0] => Array ( [0] => Closure Object ( ) ) ) [auth.login] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$user] => <required> [$remember] => <required> ) ) ) ) [auth.logout] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$user] => <required> ) ) ) ) [auth.signup] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$user] => <required> ) ) ) ) [comments.add] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$comment] => <required> ) ) ) ) [comments.canEdit] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$comment] => <required> ) ) ) ) [comments.canReply] => Array ( [0] => Array ( [0] => Closure Object ( [parameter] => Array ( [$comment] => <required> ) ) ) ) ) [wildcards:protected] => Array ( ) [sorted:protected] => Array ( [app.init] => Array ( [0] => Closure Object ( ) ) ) ) [errors:protected] => Hazzard\Support\MessageBag Object ( [messages:protected] => Array ( ) [format:protected] => :message ) [config:protected] => ) ) [aliases:protected] => Array ( ) [reboundCallbacks:protected] => Array ( ) [resolvingCallbacks:protected] => Array ( ) [globalResolvingCallbacks:protected] => Array ( ) )
path /var/www/html/lanase-website/panel/app/storage/services.json
manifest Array ( [providers] => Array ( [0] => Hazzard\Events\EventServiceProvider [1] => Hazzard\Cookie\CookieServiceProvider [2] => Hazzard\Session\SessionServiceProvider [3] => Hazzard\Hashing\HashServiceProvider [4] => Hazzard\Encryption\EncryptionServiceProvider [5] => Hazzard\Translation\TranslationServiceProvider [6] => Hazzard\View\ViewServiceProvider [7] => Hazzard\Mail\MailServiceProvider [8] => Hazzard\Database\DatabaseServiceProvider [9] => Hazzard\Validation\ValidationServiceProvider [10] => Hazzard\Auth\AuthServiceProvider [11] => Hazzard\Auth\OAuthServiceProvider [12] => Hazzard\Auth\RegisterServiceProvider [13] => Hazzard\Auth\PasswordReminderServiceProvider [14] => Hazzard\User\MetaServiceProvider [15] => Hazzard\User\FieldsServiceProvider [16] => Hazzard\Messages\MessageServiceProvider [17] => Hazzard\Comments\CommentsServiceProvider ) [eager] => Array ( [0] => Hazzard\Events\EventServiceProvider [1] => Hazzard\Cookie\CookieServiceProvider [2] => Hazzard\Session\SessionServiceProvider [3] => Hazzard\Encryption\EncryptionServiceProvider [4] => Hazzard\Database\DatabaseServiceProvider [5] => Hazzard\Auth\AuthServiceProvider ) [deferred] => Array ( [hash] => Hazzard\Hashing\HashServiceProvider [translator] => Hazzard\Translation\TranslationServiceProvider [view] => Hazzard\View\ViewServiceProvider [mailer] => Hazzard\Mail\MailServiceProvider [validator] => Hazzard\Validation\ValidationServiceProvider [validation.presence] => Hazzard\Validation\ValidationServiceProvider [auth.oauth] => Hazzard\Auth\OAuthServiceProvider [auth.register] => Hazzard\Auth\RegisterServiceProvider [auth.reminder] => Hazzard\Auth\PasswordReminderServiceProvider [user.meta] => Hazzard\User\MetaServiceProvider [user.fields] => Hazzard\User\FieldsServiceProvider [user.message] => Hazzard\Messages\MessageServiceProvider [user.contact] => Hazzard\Messages\MessageServiceProvider [comments] => Hazzard\Comments\CommentsServiceProvider ) )
mani Array ( [providers] => Array ( [0] => Hazzard\Events\EventServiceProvider [1] => Hazzard\Cookie\CookieServiceProvider [2] => Hazzard\Session\SessionServiceProvider [3] => Hazzard\Hashing\HashServiceProvider [4] => Hazzard\Encryption\EncryptionServiceProvider [5] => Hazzard\Translation\TranslationServiceProvider [6] => Hazzard\View\ViewServiceProvider [7] => Hazzard\Mail\MailServiceProvider [8] => Hazzard\Database\DatabaseServiceProvider [9] => Hazzard\Validation\ValidationServiceProvider [10] => Hazzard\Auth\AuthServiceProvider [11] => Hazzard\Auth\OAuthServiceProvider [12] => Hazzard\Auth\RegisterServiceProvider [13] => Hazzard\Auth\PasswordReminderServiceProvider [14] => Hazzard\User\MetaServiceProvider [15] => Hazzard\User\FieldsServiceProvider [16] => Hazzard\Messages\MessageServiceProvider [17] => Hazzard\Comments\CommentsServiceProvider ) [eager] => Array ( [0] => Hazzard\Events\EventServiceProvider [1] => Hazzard\Cookie\CookieServiceProvider [2] => Hazzard\Session\SessionServiceProvider [3] => Hazzard\Encryption\EncryptionServiceProvider [4] => Hazzard\Database\DatabaseServiceProvider [5] => Hazzard\Auth\AuthServiceProvider ) [deferred] => Array ( [hash] => Hazzard\Hashing\HashServiceProvider [translator] => Hazzard\Translation\TranslationServiceProvider [view] => Hazzard\View\ViewServiceProvider [mailer] => Hazzard\Mail\MailServiceProvider [validator] => Hazzard\Validation\ValidationServiceProvider [validation.presence] => Hazzard\Validation\ValidationServiceProvider [auth.oauth] => Hazzard\Auth\OAuthServiceProvider [auth.register] => Hazzard\Auth\RegisterServiceProvider [auth.reminder] => Hazzard\Auth\PasswordReminderServiceProvider [user.meta] => Hazzard\User\MetaServiceProvider [user.fields] => Hazzard\User\FieldsServiceProvider [user.message] => Hazzard\Messages\MessageServiceProvider [user.contact] => Hazzard\Messages\MessageServiceProvider [comments] => Hazzard\Comments\CommentsServiceProvider ) )
empty
empty
Key Value
_token bccbfcf03ac9c769d077a74c083de477
calendar_language .utf8
Key Value
USER apache
HOME /usr/share/httpd
SCRIPT_NAME /es/divulgacion.php
REQUEST_URI /es/divulgacion.php
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REMOTE_PORT 24804
SCRIPT_FILENAME /var/www/html/lanase-website/es/divulgacion.php
SERVER_ADMIN disla@enesmorelia.unam.mx
CONTEXT_DOCUMENT_ROOT /var/www/html/lanase-website
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /var/www/html/lanase-website
REMOTE_ADDR 10.10.10.1
SERVER_PORT 80
SERVER_ADDR 10.99.0.147
SERVER_NAME www.lanase.unam.mx
SERVER_SOFTWARE Apache/2.4.58 (Fedora Linux)
SERVER_SIGNATURE
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_CONNECTION keep-alive
HTTP_CACHE_CONTROL max-age=259200
HTTP_X_FORWARDED_FOR 10.1.141.91
HTTP_VIA 1.1 squid-proxy-5b5d847c96-4fwxx (squid/6.10)
HTTP_HOST www.lanase.unam.mx
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 */*
proxy-nokeepalive 1
UNIQUE_ID aE7RKREqYuU4U6E5H5iEMQAAAAM
FCGI_ROLE RESPONDER
PHP_SELF /es/divulgacion.php
REQUEST_TIME_FLOAT 1749995817.4184
REQUEST_TIME 1749995817
empty
0. Whoops\Handler\PrettyPageHandler