0 @ ˢsK COLORSPACE_YPBPR 1 0 / J 0 0 M COLORSPACE_YUV 1 1 @0 J 0 0 c C COLORSPACE_CMYK 1 `1 0 J 0 0 =
COLORSPACE_SRGB 1 1 1 J 0 0 # JM COLORSPACE_HSB 1 2 `1 J 0 0 JM COLORSPACE_HSL 1 2 1 J 0 0 pKM COLORSPACE_HWB 1 2 2 J 0 0 C q[M COLORSPACE_LOG 1 @3 2 J 0 0 4M COLORSPACE_CMY 1 3 2 J 0 0 F\M COLORSPACE_LUV 1 4 @3 J 0 0 c HM COLORSPACE_HCL 1 `4 3 J 0 0 YM COLORSPACE_LCH 1 4 4 J 0 0 # ;[M COLORSPACE_LMS 1 05 `4 J 0 @ t١sK COLORSPACE_LCHAB ]1 5 4 J 0 @ v١sK COLORSPACE_LCHUV ? P@ 1 6 05 J 0 @ s JXsK COLORSPACE_SCRGB Tv1 p6 5 J 0 0 JM COLORSPACE_HSI 1 6 6 J 0 0 S KM COLORSPACE_HSV 1 07 p6 J 0 0 e COLORSPACE_HCLP 1 7 6 J 0 @ %ŢsK COLORSPACE_YDBDR F F 1 8 07 J 0 @ s E( COLORSPACE_REC601YCBCR r1 8 7 J 0 @ O( COLORSPACE_REC709YCBCR I 1 8 8 J 0 0 ُM COLORSPACE_XYY 1 P9 8 J 0 @ S COLORSPACE_LINEARGRAY Ϝ|01 9 8 J 0 @ HUr COLORSPACE_DISPLAYP3 M 1 0: P9 J 0 @ r2 COLORSPACE_ADOBE98 IP1 : 9 J 0 @ U COLORSPACE_PROPHOTO P 1 ; 0: J 0 @ s kȏ COLORSPACE_JZAZBZ *1 ; : J 0 @ @by VIRTUALPIXELMETHOD_UNDEFINED 1 ; ; J 0 @ S Wtg?j VIRTUALPIXELMETHOD_BACKGROUND 1 `< ; J 0 @ VIRTUALPIXELMETHOD_EDGE V 1 < ; J 0 @ 3 )Q՝c VIRTUALPIXELMETHOD_MIRROR :,1 @= `< J 0 @ |R VIRTUALPIXELMETHOD_TILE X 1 = < J 0 @ mnD VIRTUALPIXELMETHOD_TRANSPARENT 1 > @= J 0 @ c Z VIRTUALPIXELMETHOD_MASK [ 1 > = J 0 @ K_SA VIRTUALPIXELMETHOD_BLACK K*1 > J 0 @ C V VIRTUALPIXELMETHOD_GRAY ^ ? J W/4h1 g J ` 0 + J @ + Gv COMPRESSION_B44A 1 @@ ? J ng .= ':' . $url['pass'];
}
$parsed_string .= '@';
}
if (!empty($url['host'])) {
$parsed_string .= $url['host'];
}
if (!empty($url['port'])) {
$parsed_string .= ':' . $url['port'];
}
if (!empty($url['path'])) {
$parsed_string .= $url['path'];
}
if (!empty($url['query'])) {
$parsed_string .= '?' . $url['query'];
}
if (!empty($url['fragment'])) {
$parsed_string .= '#' . $url['fragment'];
}
$new_url = $url;
return $parsed_string;
}
}
Warning: session_name(): Session name cannot be changed after headers have already been sent in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/session/src/Storage/NativeStorage.php on line 405
array $dependencies = [] ) { parent::__construct($name, $uri, $options, $attributes, $dependencies); // Prepare Uri depend from the active language $langTag = Factory::getApplication()->getLanguage()->getTag(); $client = $this->getOption('client'); // Create Uri <client>/language/<langTag>/<langTag>.css if ($client) { $this->uri = $client . '/language/' . $langTag . '/' . $langTag . '.css'; $className = \array_key_exists('class', $options) ? $options['class'] : null; if ($className && class_exists($nameSpace . '\\' . $className)) { $className = $nameSpace . '\\' . $className; return new $className($name, $uri, $options, $attributes, $dependencies); } return new WebAssetItem($name, $uri, $options, $attributes, $dependencies); } // Inheriting the Namespace if ($namespace && !\array_key_exists('namespace', $options)) { $options['namespace'] = $namespace; } $assetItem = $this->createAsset($name, $uri, $options); $this->add($item['type'], $assetItem); } } /** } foreach ($this->dataFilesNew as $path) { // Parse only if the file was not parsed already if (empty($this->dataFilesParsed[$path])) { $this->parseRegistryFile($path); // Mark the file as parsed $this->dataFilesParsed[$path] = $path; } * @since 4.0.0 */ public function get(string $type, string $name): WebAssetItemInterface { // Check if any new file was added $this->parseRegistryFiles(); if (empty($this->assets[$type][$name])) { throw new UnknownAssetException(sprintf('There is no "%s" asset of a "%s" type in the registry.', $name, $type)); } if ($this->locked) { throw new InvalidActionException('WebAssetManager is locked, you came late'); } // Check whether asset exists $asset = $this->registry->get($type, $name); if (empty($this->activeAssets[$type])) { $this->activeAssets[$type] = []; } } if ($andUse) { $name = $arguments[0] instanceof WebAssetItemInterface ? $arguments[0]->getName() : $arguments[0]; return $this->registerAsset($type, ...$arguments)->useAsset($type, $name); } else { return $this->registerAsset($type, ...$arguments); } } $this->error = new Exception(Text::_('JERROR_ALERTNOAUTHOR')); $this->debug = false;}// Load template CSS file$this->getWebAssetManager()->registerAndUseStyle('template.system.error', 'media/system/css/system-site-error.css');if ($this->direction === 'rtl') { $this->getWebAssetManager()->registerAndUseStyle('template.system.error_rtl', 'media/system/css/system-site-error_rtl.css');} // Store the file path $this->_file = $directory . '/' . $filename; // Get the file content ob_start(); require $directory . '/' . $filename; $contents = ob_get_contents(); ob_end_clean(); } return $contents; $this->baseurl = Uri::base(true); $this->params = $params['params'] ?? new Registry(); $this->template = $template; // Load $this->_template = $this->_loadTemplate($baseDir, $file); return $this; } /** * * @since 1.7.0 */ public function parse($params = []) { return $this->_fetchTemplate($params)->_parseTemplate(); } /** * Outputs the template to the browser. * public function render($caching = false, $params = []) { $this->_caching = $caching; if (empty($this->_template)) { $this->parse($params); } if (\array_key_exists('csp_nonce', $params) && $params['csp_nonce'] !== null) { $this->cspNonce = $params['csp_nonce']; } $this->debug = $params['debug'] ?? false; $this->error = $this->_error; $params['file'] = 'error.php'; return parent::render($cache, $params); } /** * Render the backtrace * 'template' => $template->template, 'directory' => JPATH_THEMES, 'debug' => JDEBUG, 'csp_nonce' => $app->get('csp_nonce'), 'templateInherits' => $template->parent, 'params' => $template->params, ] ); }} // Reset the document object in the factory, this gives us a clean slate and lets everything render properly Factory::$document = $renderer->getDocument(); Factory::getApplication()->loadDocument(Factory::$document); $data = $renderer->render($error); // If nothing was rendered, just use the message from the Exception if (empty($data)) { $data = $error->getMessage(); } * @since 3.10.0 */ public static function handleException(\Throwable $error) { static::logException($error); static::render($error); } /** * Render the error page based on an exception. * ); // Trigger the onError event. $this->triggerEvent('onError', $event); ExceptionHandler::handleException($event->getError()); } // Trigger the onBeforeRespond event. $this->getDispatcher()->dispatch('onBeforeRespond');// Set the application as global app\Joomla\CMS\Factory::$application = $app;// Execute the application.$app->execute(); * define() is used rather than "const" to not error for PHP 5.2 and lower */define('_JEXEC', 1);// Run the application - All executable code should be triggered through this filerequire_once dirname(__FILE__) . '/includes/app.php'; throw new \RuntimeException('Failed to start the session: already started by PHP.'); } if (ini_get('session.use_cookies') && headers_sent($file, $line)) { throw new \RuntimeException( sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line) ); } if (!session_start()) $this->setId($session_clean); $cookie->set($session_name, '', time() - 3600); } } parent::start(); // Try loading data from the session if (isset($_SESSION['joomla']) && !empty($_SESSION['joomla'])) { $this->data = unserialize(base64_decode($_SESSION['joomla'])); } if ($this->isStarted()) { return; } $this->store->start(); $this->setState(SessionState::ACTIVE); // Initialise the session $this->setCounter(); */ public function has($name) { if (!$this->isActive()) { $this->start(); } return $this->store->has($name); } $name = $args[2] . '.' . $name; } } if (parent::has($name)) { // Parent is used because of b/c, can be changed in Joomla 5 return parent::get($name, $default); } /* __CLASS__ ), E_USER_DEPRECATED ); $instance = self::getApplication()->getSession()->get('user'); if (\is_null($id)) { if (!($instance instanceof User)) { $instance = User::getInstance(); } * * @since 3.2 */ protected function initialiseApp($options = []) { $user = Factory::getUser(); // If the user is a guest we populate it with the guest user group. if ($user->guest) { $guestUsergroup = ComponentHelper::getParams('com_users')->get('guest_usergroup', 1); $user->groups = [$guestUsergroup]; * @since 3.2 */ protected function doExecute() { // Initialise the application $this->initialiseApp(); // Mark afterInitialise in the profiler. JDEBUG ? $this->profiler->mark('afterInitialise') : null; // Route the application $this->sanityCheckSystemVariables(); $this->setupLogging(); $this->createExtensionNamespaceMap(); // Perform application routines. $this->doExecute(); // If we have an application document object, render it. if ($this->document instanceof \Joomla\CMS\Document\Document) { // Render the application output. $this->render();// Set the application as global app\Joomla\CMS\Factory::$application = $app;// Execute the application.$app->execute(); * define() is used rather than "const" to not error for PHP 5.2 and lower */define('_JEXEC', 1);// Run the application - All executable code should be triggered through this filerequire_once dirname(__FILE__) . '/includes/app.php';|
[2/2]
Error
|
|---|
Error:
Call to a member function getTag() on null
at /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/WebAsset/AssetItem/LangActiveAssetItem.php:48
at Joomla\CMS\WebAsset\AssetItem\LangActiveAssetItem->__construct('template.active.language', '', array('description' => 'An asset to allow language specific css, eg \'language/[lang-CODE]/[lang-CODE].css\', to use it as a dependency to the active template', 'type' => 'style', 'class' => 'LangActiveAssetItem', 'dependencies' => array('template.active'), 'assetSource' => array('registryFile' => 'templates/allrounder/joomla.asset.json')), array(), array())
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/WebAsset/WebAssetRegistry.php:238)
at Joomla\CMS\WebAsset\WebAssetRegistry->createAsset('template.active.language', '', array('description' => 'An asset to allow language specific css, eg \'language/[lang-CODE]/[lang-CODE].css\', to use it as a dependency to the active template', 'type' => 'style', 'class' => 'LangActiveAssetItem', 'dependencies' => array('template.active'), 'assetSource' => array('registryFile' => 'templates/allrounder/joomla.asset.json')))
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/WebAsset/WebAssetRegistry.php:409)
at Joomla\CMS\WebAsset\WebAssetRegistry->parseRegistryFile('templates/allrounder/joomla.asset.json')
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/WebAsset/WebAssetRegistry.php:338)
at Joomla\CMS\WebAsset\WebAssetRegistry->parseRegistryFiles()
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/WebAsset/WebAssetRegistry.php:131)
at Joomla\CMS\WebAsset\WebAssetRegistry->get('style', 'template.system.error')
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/WebAsset/WebAssetManager.php:263)
at Joomla\CMS\WebAsset\WebAssetManager->useAsset('style', 'template.system.error')
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/WebAsset/WebAssetManager.php:234)
at Joomla\CMS\WebAsset\WebAssetManager->__call('registerandusestyle', array('template.system.error', 'media/system/css/system-site-error.css'))
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/templates/system/error.php:24)
at require('/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/templates/system/error.php')
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:721)
at Joomla\CMS\Document\HtmlDocument->_loadTemplate('/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/templates/system', 'error.php')
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:776)
at Joomla\CMS\Document\HtmlDocument->_fetchTemplate(array('template' => 'allrounder', 'directory' => '/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:612)
at Joomla\CMS\Document\HtmlDocument->parse(array('template' => 'allrounder', 'directory' => '/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:630)
at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'allrounder', 'directory' => '/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/ErrorDocument.php:139)
at Joomla\CMS\Document\ErrorDocument->render(false, array('template' => 'allrounder', 'directory' => '/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Error/Renderer/HtmlRenderer.php:78)
at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(RuntimeException))
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Exception/ExceptionHandler.php:126)
at Joomla\CMS\Exception\ExceptionHandler::render(object(RuntimeException))
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Exception/ExceptionHandler.php:72)
at Joomla\CMS\Exception\ExceptionHandler::handleException(object(RuntimeException))
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php:322)
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)
|
|
[1/2]
RuntimeException
|
|---|
RuntimeException:
Failed to start the session because headers have already been sent by "/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/jakeasmith/http_build_url/src/http_build_url.php" at line 1.
at /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/session/src/Storage/NativeStorage.php:473
at Joomla\Session\Storage\NativeStorage->start()
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Session/Storage/JoomlaStorage.php:295)
at Joomla\CMS\Session\Storage\JoomlaStorage->start()
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/session/src/Session.php:406)
at Joomla\Session\Session->start()
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/session/src/Session.php:333)
at Joomla\Session\Session->has('user')
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Session/Session.php:194)
at Joomla\CMS\Session\Session->get('user')
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Factory.php:372)
at Joomla\CMS\Factory::getUser()
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/SiteApplication.php:562)
at Joomla\CMS\Application\SiteApplication->initialiseApp()
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/SiteApplication.php:226)
at Joomla\CMS\Application\SiteApplication->doExecute()
(/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php:293)
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)
|