© Ufolep - CNS Sports Aériens & Modélisme CLAP - 2023/2024
Catégorie: Legislation_aero
Fichiers: Page 2 sur 2
Fichiers: 17
(1 vote)
Date 2018-11-16
Taille du fichier 119.16 KB
Téléchargement 469
(0 votes)
Date 2018-11-16
Taille du fichier 1.04 MB
Téléchargement 476
pdf2jo_20151217_1POPULAIRE
(0 votes)
Date 2018-11-16
Taille du fichier 278.49 KB
Téléchargement 465
(0 votes)
Date 2018-11-16
Taille du fichier 431.19 KB
Téléchargement 486
(0 votes)
Date 2018-11-16
Taille du fichier 123.54 KB
Téléchargement 447
pdf5jo_20151217_2POPULAIRE
(0 votes)
Date 2018-11-16
Taille du fichier 164.56 KB
Téléchargement 389
(0 votes)
Date 2018-11-16
Taille du fichier 541.31 KB
Téléchargement 441
P1 SoC wB@1 =10B01 4͘w8B 1 3A=fwB 1 SwB 1 XEB 1 GyB 1 SB 1 ?8"SxB1 @(1@xB1 '(qB1 4v(B1 #3B1 Try0oBp1 .R1B`1 .BP1 .4RyB@1 l/0B01 gS B 1 /K,F0B1 곧сНB!  *#$% /51'.)+2 0768&-P0 "ropjB@0 CFB00 jŏQzB 0 tpB0 (S0B0 =|ȕB0 곧сНB0 p~PApBP0 $hRB@0 ߢ>b kB 0 1hB0 |tB0 Ip8B0 m;18B0 VӱB0 bxsأB0 OkphB0 |B0 xRHBp0 6RHB`0 }|p{BP0 |lB@0 #|pB00 k01B 0 Ci `B0 |B0 SB0 A |SГB0 F1SB0 QSB0 nDw(B1 Attempted to load class "RequestDataCollector" from namespace "DebugBar\DataCollector". Did you forget a "use" statement for another namespace? (500 Whoops, looks like something went wrong.)

ClassNotFoundError

HTTP 500 Whoops, looks like something went wrong.

Attempted to load class "RequestDataCollector" from namespace "DebugBar\DataCollector".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1. /**
  2.  * Collects info about the request content while redacting potentially secret content
  3.  *
  4.  * @since  4.2.4
  5.  */
  6. class RequestDataCollector extends \DebugBar\DataCollector\RequestDataCollector
  7. {
  8.     /**
  9.      * Called by the DebugBar when data needs to be collected
  10.      *
  11.      * @since  4.2.4
  1.  * @return void
  2.  * @private
  3.  */
  4. function includeFile($file)
  5. {
  6.     include $file;
  7. }
  1.      * @return true|null True if loaded, null otherwise
  2.      */
  3.     public function loadClass($class)
  4.     {
  5.         if ($file $this->findFile($class)) {
  6.             includeFile($file);
  7.             return true;
  8.         }
  9.         return null;
ClassLoader->loadClass('Joomla\\Plugin\\System\\Debug\\DataCollector\\RequestDataCollector') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Autoload/ClassLoader.php (line 59)
  1.      *
  2.      * @since   3.4
  3.      */
  4.     public function loadClass($class)
  5.     {
  6.         if ($result $this->loader->loadClass($class)) {
  7.             \JLoader::applyAliasFor($class);
  8.         }
  9.         return $result;
  10.     }
ClassLoader->loadClass('Joomla\\Plugin\\System\\Debug\\DataCollector\\RequestDataCollector') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/plugins/system/debug/src/Extension/Debug.php (line 295)
  1.             if ($this->params->get('memory'1)) {
  2.                 $this->debugBar->addCollector(new MemoryCollector($this->params$endMemory));
  3.             }
  4.             if ($this->params->get('request'1)) {
  5.                 $this->debugBar->addCollector(new RequestDataCollector());
  6.             }
  7.             if ($this->params->get('session'1)) {
  8.                 $this->debugBar->addCollector(new SessionCollector($this->paramstrue));
  9.             }
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
  1.         // Send the application response.
  2.         $this->respond();
  3.         // Trigger the onAfterRespond event.
  4.         $this->getDispatcher()->dispatch('onAfterRespond');
  5.     }
  6.     /**
  7.      * Check if the user is required to reset their password.
  8.      *
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/includes/app.php') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/index.php (line 32)
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

Stack Trace

ClassNotFoundError
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "RequestDataCollector" from namespace "DebugBar\DataCollector".
Did you forget a "use" statement for another namespace?

  at /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/plugins/system/debug/src/DataCollector/RequestDataCollector.php:24
  at include()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/composer/ClassLoader.php:571)
  at Composer\Autoload\includeFile('/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/plugins/system/debug/src/DataCollector/RequestDataCollector.php')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/composer/ClassLoader.php:428)
  at Composer\Autoload\ClassLoader->loadClass('Joomla\\Plugin\\System\\Debug\\DataCollector\\RequestDataCollector')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Autoload/ClassLoader.php:59)
  at Joomla\CMS\Autoload\ClassLoader->loadClass('Joomla\\Plugin\\System\\Debug\\DataCollector\\RequestDataCollector')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/plugins/system/debug/src/Extension/Debug.php:295)
  at Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond(object(Event))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch('onAfterRespond')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php:332)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/includes/app.php:61)
  at require_once('/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/includes/app.php')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/index.php:32)