Deprecated: Creation of dynamic property plgSystemJAPopup::$_plugin is deprecated in /homepages/23/d380474000/htdocs/circle2020/plugins/system/japopup/japopup.php on line 50
0 Failed to start the session because headers have already been sent by "/homepages/23/d380474000/htdocs/circle2020/plugins/system/japopup/japopup.php" at line 50. #0 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Session/Storage/JoomlaStorage.php(295): Joomla\Session\Storage\NativeStorage->start() #1 /homepages/23/d380474000/htdocs/circle2020/libraries/vendor/joomla/session/src/Session.php(406): Joomla\CMS\Session\Storage\JoomlaStorage->start() #2 /homepages/23/d380474000/htdocs/circle2020/libraries/vendor/joomla/session/src/Session.php(333): Joomla\Session\Session->start() #3 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Session/Session.php(194): Joomla\Session\Session->has() #4 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Application/CMSApplication.php(544): Joomla\CMS\Session\Session->get() #5 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Application/CMSApplication.php(240): Joomla\CMS\Application\CMSApplication->getMessageQueue() #6 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Application/SiteApplication.php(523): Joomla\CMS\Application\CMSApplication->enqueueMessage() #7 /homepages/23/d380474000/htdocs/circle2020/plugins/system/debug/src/DataCollector/InfoCollector.php(135): Joomla\CMS\Application\SiteApplication->getTemplate() #8 /homepages/23/d380474000/htdocs/circle2020/libraries/vendor/maximebf/debugbar/src/DebugBar/DebugBar.php(238): Joomla\Plugin\System\Debug\DataCollector\InfoCollector->collect() #9 /homepages/23/d380474000/htdocs/circle2020/libraries/vendor/maximebf/debugbar/src/DebugBar/DebugBar.php(265): DebugBar\DebugBar->collect() #10 /homepages/23/d380474000/htdocs/circle2020/libraries/vendor/maximebf/debugbar/src/DebugBar/DebugBar.php(340): DebugBar\DebugBar->getData() #11 /homepages/23/d380474000/htdocs/circle2020/plugins/system/debug/src/Extension/Debug.php(331): DebugBar\DebugBar->stackData() #12 /homepages/23/d380474000/htdocs/circle2020/libraries/vendor/joomla/event/src/Dispatcher.php(486): Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond() #13 /homepages/23/d380474000/htdocs/circle2020/libraries/vendor/joomla/application/src/AbstractApplication.php(99): Joomla\Event\Dispatcher->dispatch() #14 /homepages/23/d380474000/htdocs/circle2020/libraries/vendor/joomla/application/src/AbstractWebApplication.php(510): Joomla\Application\AbstractApplication->dispatchEvent() #15 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Application/CMSApplication.php(983): Joomla\Application\AbstractWebApplication->redirect() #16 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Router/SiteRouter.php(114): Joomla\CMS\Application\CMSApplication->redirect() #17 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Router/Router.php(384): Joomla\CMS\Router\SiteRouter->parseCheckSSL() #18 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Router/Router.php(144): Joomla\CMS\Router\Router->processParseRules() #19 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Application/SiteApplication.php(746): Joomla\CMS\Router\Router->parse() #20 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Application/SiteApplication.php(232): Joomla\CMS\Application\SiteApplication->route() #21 /homepages/23/d380474000/htdocs/circle2020/libraries/src/Application/CMSApplication.php(293): Joomla\CMS\Application\SiteApplication->doExecute() #22 /homepages/23/d380474000/htdocs/circle2020/includes/app.php(61): Joomla\CMS\Application\CMSApplication->execute() #23 /homepages/23/d380474000/htdocs/circle2020/index.php(32): require_once('/homepages/23/d...') #24 {main} 'info' is already a registered collector (500 Whoops, looks like something went wrong.)

DebugBarException

HTTP 500 Whoops, looks like something went wrong.

'info' is already a registered collector

Exception

DebugBar\ DebugBarException

  1.     {
  2.         if ($collector->getName() === '__meta') {
  3.             throw new DebugBarException("'__meta' is a reserved name and cannot be used as a collector name");
  4.         }
  5.         if (isset($this->collectors[$collector->getName()])) {
  6.             throw new DebugBarException("'{$collector->getName()}' is already a registered collector");
  7.         }
  8.         $this->collectors[$collector->getName()] = $collector;
  9.         return $this;
  10.     }
  1.         }
  2.         // Load language.
  3.         $this->loadLanguage();
  4.         $this->debugBar->addCollector(new InfoCollector($this->params$this->debugBar->getCurrentRequestId()));
  5.         $this->debugBar->addCollector(new UserCollector());
  6.         if (JDEBUG) {
  7.             if ($this->params->get('memory'1)) {
  8.                 $this->debugBar->addCollector(new MemoryCollector($this->params$endMemory));
  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('/homepages/23/d380474000/htdocs/circle2020/includes/app.php') in /homepages/23/d380474000/htdocs/circle2020/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

DebugBarException
DebugBar\DebugBarException:
'info' is already a registered collector

  at /homepages/23/d380474000/htdocs/circle2020/libraries/vendor/maximebf/debugbar/src/DebugBar/DebugBar.php:65
  at DebugBar\DebugBar->addCollector()
     (/homepages/23/d380474000/htdocs/circle2020/plugins/system/debug/src/Extension/Debug.php:286)
  at Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond()
     (/homepages/23/d380474000/htdocs/circle2020/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch()
     (/homepages/23/d380474000/htdocs/circle2020/libraries/src/Application/CMSApplication.php:332)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/homepages/23/d380474000/htdocs/circle2020/includes/app.php:61)
  at require_once('/homepages/23/d380474000/htdocs/circle2020/includes/app.php')
     (/homepages/23/d380474000/htdocs/circle2020/index.php:32)