Deprecated: Creation of dynamic property Joomla\Database\Mysql\MysqlDriver::$charset is deprecated in /hp/bq/ac/ci/www/libraries/vendor/joomla/database/src/Mysql/MysqlDriver.php on line 121

Warning: session_name(): Session name cannot be changed after headers have already been sent in /hp/bq/ac/ci/www/libraries/vendor/joomla/session/src/Storage/NativeStorage.php on line 405
Call to a member function getTag() on null (500 Whoops, looks like something went wrong.)

RuntimeException Error

HTTP 500 Whoops, looks like something went wrong.

Call to a member function getTag() on null

Exceptions 2

Error

  1.         array $dependencies = []
  2.     ) {
  3.         parent::__construct($name$uri$options$attributes$dependencies);
  4.         // Prepare Uri depend from the active language
  5.         $langTag Factory::getApplication()->getLanguage()->getTag();
  6.         $client  $this->getOption('client');
  7.         // Create Uri <client>/language/<langTag>/<langTag>.css
  8.         if ($client) {
  9.             $this->uri $client '/language/' $langTag '/' $langTag '.css';
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/cassiopeia/joomla.asset.json')), array(), array()) in /hp/bq/ac/ci/www/libraries/src/WebAsset/WebAssetRegistry.php (line 247)
  1.         $className \array_key_exists('class'$options) ? $options['class'] : null;
  2.         if ($className && class_exists($nameSpace '\\' $className)) {
  3.             $className $nameSpace '\\' $className;
  4.             return new $className($name$uri$options$attributes$dependencies);
  5.         }
  6.         return new WebAssetItem($name$uri$options$attributes$dependencies);
  7.     }
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/cassiopeia/joomla.asset.json'))) in /hp/bq/ac/ci/www/libraries/src/WebAsset/WebAssetRegistry.php (line 419)
  1.             // Inheriting the Namespace
  2.             if ($namespace && !\array_key_exists('namespace'$options)) {
  3.                 $options['namespace'] = $namespace;
  4.             }
  5.             $assetItem $this->createAsset($name$uri$options);
  6.             $this->add($item['type'], $assetItem);
  7.         }
  8.     }
  9.     /**
WebAssetRegistry->parseRegistryFile('templates/cassiopeia/joomla.asset.json') in /hp/bq/ac/ci/www/libraries/src/WebAsset/WebAssetRegistry.php (line 351)
  1.         $this->dataFilesNew = [];
  2.         foreach ($paths as $path) {
  3.             // Parse only if the file was not parsed already
  4.             if (empty($this->dataFilesParsed[$path])) {
  5.                 $this->parseRegistryFile($path);
  6.                 // Mark the file as parsed
  7.                 $this->dataFilesParsed[$path] = $path;
  8.             }
  9.         }
WebAssetRegistry->parseRegistryFiles() in /hp/bq/ac/ci/www/libraries/src/WebAsset/WebAssetRegistry.php (line 159)
  1.         if (!array_key_exists($type$this->assets)) {
  2.             $this->assets[$type] = [];
  3.         }
  4.         // Check if any new file was added
  5.         $this->parseRegistryFiles();
  6.         $eventChange 'new';
  7.         $eventAsset  $asset;
  8.         // Use "old" asset for "Changed" event, a "new" asset can be loaded by a name from the registry
WebAssetRegistry->add('style', object(WebAssetItem)) in /hp/bq/ac/ci/www/libraries/src/WebAsset/WebAssetManager.php (line 508)
  1.         if ($asset instanceof WebAssetItemInterface) {
  2.             $this->registry->add($type$asset);
  3.         } elseif (is_string($asset)) {
  4.             $options['type'] = $type;
  5.             $assetInstance   $this->registry->createAsset($asset$uri$options$attributes$dependencies);
  6.             $this->registry->add($type$assetInstance);
  7.         } else {
  8.             throw new \InvalidArgumentException(
  9.                 sprintf(
  10.                     '%s(): Argument #2 ($asset) must be a string or an instance of %s, %s given.',
  11.                     __METHOD__,
WebAssetManager->registerAsset('style', 'theme.colors_standard', 'media/templates/site/cassiopeia/css/global/colors_standard.css') in /hp/bq/ac/ci/www/libraries/src/WebAsset/WebAssetManager.php (line 234)
  1.             }
  2.             if ($andUse) {
  3.                 $name $arguments[0] instanceof WebAssetItemInterface $arguments[0]->getName() : $arguments[0];
  4.                 return $this->registerAsset($type, ...$arguments)->useAsset($type$name);
  5.             } else {
  6.                 return $this->registerAsset($type, ...$arguments);
  7.             }
  8.         }
WebAssetManager->__call('registerandusestyle', array('theme.colors_standard', 'media/templates/site/cassiopeia/css/global/colors_standard.css')) in /hp/bq/ac/ci/www/templates/cassiopeia/error.php (line 40)
  1. $templatePath 'media/templates/site/cassiopeia';
  2. // Color Theme
  3. $paramsColorName $this->params->get('colorName''colors_standard');
  4. $assetColorName  'theme.' $paramsColorName;
  5. $wa->registerAndUseStyle($assetColorName$templatePath '/css/global/' $paramsColorName '.css');
  6. // Use a font scheme if set in the template style options
  7. $paramsFontScheme $this->params->get('useFontScheme'false);
  8. $fontStyles       '';
require('/hp/bq/ac/ci/www/templates/cassiopeia/error.php') in /hp/bq/ac/ci/www/libraries/src/Document/HtmlDocument.php (line 721)
  1.             // Store the file path
  2.             $this->_file $directory '/' $filename;
  3.             // Get the file content
  4.             ob_start();
  5.             require $directory '/' $filename;
  6.             $contents ob_get_contents();
  7.             ob_end_clean();
  8.         }
  9.         return $contents;
HtmlDocument->_loadTemplate('/hp/bq/ac/ci/www/templates/cassiopeia', 'error.php') in /hp/bq/ac/ci/www/libraries/src/Document/HtmlDocument.php (line 776)
  1.         $this->baseurl  Uri::base(true);
  2.         $this->params   $params['params'] ?? new Registry();
  3.         $this->template $template;
  4.         // Load
  5.         $this->_template $this->_loadTemplate($baseDir$file);
  6.         return $this;
  7.     }
  8.     /**
HtmlDocument->_fetchTemplate(array('template' => 'cassiopeia', 'directory' => '/hp/bq/ac/ci/www/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /hp/bq/ac/ci/www/libraries/src/Document/HtmlDocument.php (line 612)
  1.      *
  2.      * @since   1.7.0
  3.      */
  4.     public function parse($params = [])
  5.     {
  6.         return $this->_fetchTemplate($params)->_