Error Error

HTTP 500 Whoops, looks like something went wrong.

Call to a member function getParams() on null

Exceptions 2

Error

  1.                     'isPartOf' => ['@id' => $baseId 'WebPage/base'],
  2.                     'name'     => htmlentities($menu->title),
  3.                     'blogPost' => [],
  4.                 ];
  5.                 if ($menu->getParams()->get('menu-meta_description')) {
  6.                     $additionalSchema['description'] = htmlentities($menu->getParams()->get('menu-meta_description'));
  7.                 }
  8.                 $model $component->createModel($view'Site');
Joomla->Joomla\Plugin\Content\Joomla\Extension\{closure}('category', '56') in /home/invideov/ivvjoomla5/libraries/src/Cache/Controller/CallbackController.php (line 120)
  1.         $coptions['nomodules'] = $woptions['nomodules'] ?? 1;
  2.         ob_start();
  3.         ob_implicit_flush(false);
  4.         $result \call_user_func_array($callback$referenceArgs);
  5.         $output ob_get_clean();
  6.         $data = ['result' => $result];
  7.         if ($wrkarounds) {
CallbackController->get(object(Closure), array('category', '56')) in /home/invideov/ivvjoomla5/plugins/content/joomla/src/Extension/Joomla.php (line 309)
  1.                 $articleSchema['isPartOf'] = ['@id' => $baseId 'WebPage/base'];
  2.                 return [$articleSchema];
  3.             }, [$id]);
  4.         } elseif (\in_array($view, ['category''featured''archive'])) {
  5.             $additionalSchemas $cache->get(function ($view$id) use ($component$baseId$app$db) {
  6.                 $menu $app->getMenu()->getActive();
  7.                 $schemaId $baseId 'com_content/' $view . ($view == 'category' '/' $id '');
  8.                 $additionalSchemas = [];
Joomla->injectContentSchema('com_content.category.56', object(Registry)) in /home/invideov/ivvjoomla5/plugins/content/joomla/src/Extension/Joomla.php (line 240)
  1.         $schema  $event->getSchema();
  2.         [$extension$view$id] = explode('.'$context);
  3.         if ($extension === 'com_content' && $this->params->get('schema_content'1)) {
  4.             $this->injectContentSchema($context$schema);
  5.         } elseif ($extension === 'com_contact' && $this->params->get('schema_contact'1)) {
  6.             $this->injectContactSchema($context$schema);
  7.         }
  8.     }
  1.             foreach ($this->listeners[$event->getName()] as $listener) {
  2.                 if ($event->isStopped()) {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
Dispatcher->dispatch('onSchemaBeforeCompileHead', object(BeforeCompileHeadEvent)) in /home/invideov/ivvjoomla5/plugins/system/schemaorg/src/Extension/Schemaorg.php (line 431)
  1.             'subject' => $schema,
  2.             'context' => $context '.' $itemId,
  3.         ]);
  4.         PluginHelper::importPlugin('schemaorg'nulltrue$dispatcher);
  5.         $dispatcher->dispatch('onSchemaBeforeCompileHead'$event);
  6.         $data $schema->get('@graph');
  7.         foreach ($data as $key => $entry) {
  8.             $data[$key] = $this->cleanupSchema($entry);
  1.             foreach ($this->listeners[$event->getName()] as $listener) {
  2.                 if ($event->isStopped()) {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
Dispatcher->dispatch('onBeforeCompileHead', object(BeforeCompileHeadEvent)) in /home/invideov/ivvjoomla5/libraries/src/Document/Renderer/Html/MetasRenderer.php (line 62)
  1.                 $asset->onAttachCallback($this->_doc);
  2.             }
  3.         }
  4.         // Trigger the onBeforeCompileHead event
  5.         $app->getDispatcher()->dispatch(
  6.             'onBeforeCompileHead',
  7.             new BeforeCompileHeadEvent('onBeforeCompileHead', ['subject' => $app'document' => $this->_doc])
  8.         );
  9.         // Add Script Options as inline asset
MetasRenderer->render(null, array(), null) in /home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php (line 575)
  1.             $cbuffer[$hash] = $tmpdata;
  2.             $cache->store($cbuffer'cbuffer_' $type);
  3.         } else {
  4.             $this->setBuffer($renderer->render($name$attribsnull), $type$name$title);
  5.         }
  6.         return parent::$_buffer[$type][$name][$title];
  7.     }
HtmlDocument->getBuffer('metas', null, array()) in /home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php (line 894)
  1.         $replace = [];
  2.         $with    = [];
  3.         foreach ($this->_template_tags as $jdoc => $args) {
  4.             $replace[] = $jdoc;
  5.             $with[]    = $this->getBuffer($args['type'], $args['name'], $args['attribs']);
  6.         }
  7.         return str_replace($replace$with$this->_template);
  8.     }
  9. }
HtmlDocument->_renderTemplate() in /home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php (line 647)
  1.         if (\array_key_exists('csp_nonce'$params) && $params['csp_nonce'] !== null) {
  2.             $this->cspNonce $params['csp_nonce'];
  3.         }
  4.         $data $this->_renderTemplate();
  5.         parent::render($caching$params);
  6.         return $data;
  7.     }
HtmlDocument->render(false, array('template' => 'ivv_accueil', 'directory' => '/home/invideov/ivvjoomla5/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/invideov/ivvjoomla5/libraries/src/Document/ErrorDocument.php (line 139)
  1.         $this->debug $params['debug'] ?? false;
  2.         $this->error $this->_error;
  3.         $params['file'] = 'error.php';
  4.         return parent::render($cache$params);
  5.     }
  6.     /**
  7.      * Render the backtrace
  8.      *
ErrorDocument->render(false, array('template' => 'ivv_accueil', 'directory' => '/home/invideov/ivvjoomla5/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/invideov/ivvjoomla5/libraries/src/Error/Renderer/HtmlRenderer.php (line 70)
  1.             ob_end_clean();
  2.         }
  3.         $this->getDocument()->setTitle(Text::_('Error') . ': ' $error->getCode());
  4.         return $this->getDocument()->render(
  5.             false,
  6.             [
  7.                 'template'         => $template->template,
  8.                 'directory'        => JPATH_THEMES,
  9.                 'debug'            => JDEBUG,
HtmlRenderer->render(object(Error)) in /home/invideov/ivvjoomla5/libraries/src/Exception/ExceptionHandler.php (line 136)
  1.                     'subject'  => $app,
  2.                     'document' => $renderer->getDocument(),
  3.                 ])
  4.             );
  5.             $data $renderer->render($error);
  6.             // If nothing was rendered, just use the message from the Exception
  7.             if (empty($data)) {
  8.                 $data $error->getMessage();
  9.             }
ExceptionHandler::render(object(Error)) in /home/invideov/ivvjoomla5/libraries/src/Exception/ExceptionHandler.php (line 73)
  1.      * @since   3.10.0
  2.      */
  3.     public static function handleException(\Throwable $error)
  4.     {
  5.         static::logException($error);
  6.         static::render($error);
  7.     }
  8.     /**
  9.      * Render the error page based on an exception.
  10.      *
ExceptionHandler::handleException(object(Error)) in /home/invideov/ivvjoomla5/libraries/src/Application/CMSApplication.php (line 336)
  1.             );
  2.             // Trigger the onError event.
  3.             $this->dispatchEvent('onError'$event);
  4.             ExceptionHandler::handleException($event->getError());
  5.         }
  6.         // Trigger the onBeforeRespond event.
  7.         $this->dispatchEvent(
  8.             'onBeforeRespond',
CMSApplication->execute() in /home/invideov/ivvjoomla5/includes/app.php (line 58)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/invideov/ivvjoomla5/includes/app.php') in /home/invideov/ivvjoomla5/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';

Error

Call to a member function getParams() on null

  1.                     'isPartOf' => ['@id' => $baseId 'WebPage/base'],
  2.                     'name'     => htmlentities($menu->title),
  3.                     'blogPost' => [],
  4.                 ];
  5.                 if ($menu->getParams()->get('menu-meta_description')) {
  6.                     $additionalSchema['description'] = htmlentities($menu->getParams()->get('menu-meta_description'));
  7.                 }
  8.                 $model $component->createModel($view'Site');
Joomla->Joomla\Plugin\Content\Joomla\Extension\{closure}('category', '56') in /home/invideov/ivvjoomla5/libraries/src/Cache/Controller/CallbackController.php (line 120)
  1.         $coptions['nomodules'] = $woptions['nomodules'] ?? 1;
  2.         ob_start();
  3.         ob_implicit_flush(false);
  4.         $result \call_user_func_array($callback$referenceArgs);
  5.         $output ob_get_clean();
  6.         $data = ['result' => $result];
  7.         if ($wrkarounds) {
CallbackController->get(object(Closure), array('category', '56')) in /home/invideov/ivvjoomla5/plugins/content/joomla/src/Extension/Joomla.php (line 309)
  1.                 $articleSchema['isPartOf'] = ['@id' => $baseId 'WebPage/base'];
  2.                 return [$articleSchema];
  3.             }, [$id]);
  4.         } elseif (\in_array($view, ['category''featured''archive'])) {
  5.             $additionalSchemas $cache->get(function ($view$id) use ($component$baseId$app$db) {
  6.                 $menu $app->getMenu()->getActive();
  7.                 $schemaId $baseId 'com_content/' $view . ($view == 'category' '/' $id '');
  8.                 $additionalSchemas = [];
Joomla->injectContentSchema('com_content.category.56', object(Registry)) in /home/invideov/ivvjoomla5/plugins/content/joomla/src/Extension/Joomla.php (line 240)
  1.         $schema  $event->getSchema();
  2.         [$extension$view$id] = explode('.'$context);
  3.         if ($extension === 'com_content' && $this->params->get('schema_content'1)) {
  4.             $this->injectContentSchema($context$schema);
  5.         } elseif ($extension === 'com_contact' && $this->params->get('schema_contact'1)) {
  6.             $this->injectContactSchema($context$schema);
  7.         }
  8.     }
  1.             foreach ($this->listeners[$event->getName()] as $listener) {
  2.                 if ($event->isStopped()) {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
Dispatcher->dispatch('onSchemaBeforeCompileHead', object(BeforeCompileHeadEvent)) in /home/invideov/ivvjoomla5/plugins/system/schemaorg/src/Extension/Schemaorg.php (line 431)
  1.             'subject' => $schema,
  2.             'context' => $context '.' $itemId,
  3.         ]);
  4.         PluginHelper::importPlugin('schemaorg'nulltrue$dispatcher);
  5.         $dispatcher->dispatch('onSchemaBeforeCompileHead'$event);
  6.         $data $schema->get('@graph');
  7.         foreach ($data as $key => $entry) {
  8.             $data[$key] = $this->cleanupSchema($entry);
  1.             foreach ($this->listeners[$event->getName()] as $listener) {
  2.                 if ($event->isStopped()) {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
Dispatcher->dispatch('onBeforeCompileHead', object(BeforeCompileHeadEvent)) in /home/invideov/ivvjoomla5/libraries/src/Document/Renderer/Html/MetasRenderer.php (line 62)
  1.                 $asset->onAttachCallback($this->_doc);
  2.             }
  3.         }
  4.         // Trigger the onBeforeCompileHead event
  5.         $app->getDispatcher()->dispatch(
  6.             'onBeforeCompileHead',
  7.             new BeforeCompileHeadEvent('onBeforeCompileHead', ['subject' => $app'document' => $this->_doc])
  8.         );
  9.         // Add Script Options as inline asset
MetasRenderer->render(null, array(), null) in /home/invideov/ivvjoomla5/libraries/src/Document/Renderer/Html/HeadRenderer.php (line 39)
  1.      * @since   3.5
  2.      */
  3.     public function render($head$params = [], $content null)
  4.     {
  5.         $buffer  '';
  6.         $buffer .= $this->_doc->loadRenderer('metas')->render($head$params$content);
  7.         $buffer .= $this->_doc->loadRenderer('styles')->render($head$params$content);
  8.         $buffer .= $this->_doc->loadRenderer('scripts')->render($head$params$content);
  9.         return $buffer;
  10.     }
HeadRenderer->render(null, array(), null) in /home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php (line 575)
  1.             $cbuffer[$hash] = $tmpdata;
  2.             $cache->store($cbuffer'cbuffer_' $type);
  3.         } else {
  4.             $this->setBuffer($renderer->render($name$attribsnull), $type$name$title);
  5.         }
  6.         return parent::$_buffer[$type][$name][$title];
  7.     }
HtmlDocument->getBuffer('head', null, array()) in /home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php (line 894)
  1.         $replace = [];
  2.         $with    = [];
  3.         foreach ($this->_template_tags as $jdoc => $args) {
  4.             $replace[] = $jdoc;
  5.             $with[]    = $this->getBuffer($args['type'], $args['name'], $args['attribs']);
  6.         }
  7.         return str_replace($replace$with$this->_template);
  8.     }
  9. }
HtmlDocument->_renderTemplate() in /home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php (line 647)
  1.         if (\array_key_exists('csp_nonce'$params) && $params['csp_nonce'] !== null) {
  2.             $this->cspNonce $params['csp_nonce'];
  3.         }
  4.         $data $this->_renderTemplate();
  5.         parent::render($caching$params);
  6.         return $data;
  7.     }
HtmlDocument->render(false, array('template' => 'ivv_accueil', 'file' => 'index.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/home/invideov/ivvjoomla5/templates')) in /home/invideov/ivvjoomla5/libraries/src/Application/CMSApplication.php (line 1073)
  1.         if ($this->isClient('site') && $this->get('caching') && $this->get('caching'2) == && !Factory::getUser()->get('id')) {
  2.             $caching true;
  3.         }
  4.         // Render the document.
  5.         $data $this->document->render($caching$this->docOptions);
  6.         // Set the application output data.
  7.         $this->setBody($data);
  8.         // Trigger the onAfterRender event.
  1.                 $this->set('themeInherits'$template->parent);
  2.                 break;
  3.         }
  4.         parent::render();
  5.     }
  6.     /**
  7.      * Route the application.
  8.      *
  1.             $this->doExecute();
  2.             // If we have an application document object, render it.
  3.             if ($this->document instanceof \Joomla\CMS\Document\Document) {
  4.                 // Render the application output.
  5.                 $this->render();
  6.             }
  7.             // If gzip compression is enabled in configuration and the server is compliant, compress the output.
  8.             if ($this->get('gzip') && !ini_get('zlib.output_compression') && ini_get('output_handler') !== 'ob_gzhandler') {
  9.                 $this->compress();
CMSApplication->execute() in /home/invideov/ivvjoomla5/includes/app.php (line 58)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/invideov/ivvjoomla5/includes/app.php') in /home/invideov/ivvjoomla5/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 Traces 2

[2/2] Error
Error:
Call to a member function getParams() on null

  at /home/invideov/ivvjoomla5/plugins/content/joomla/src/Extension/Joomla.php:323
  at Joomla\Plugin\Content\Joomla\Extension\Joomla->Joomla\Plugin\Content\Joomla\Extension\{closure}('category', '56')
     (/home/invideov/ivvjoomla5/libraries/src/Cache/Controller/CallbackController.php:120)
  at Joomla\CMS\Cache\Controller\CallbackController->get(object(Closure), array('category', '56'))
     (/home/invideov/ivvjoomla5/plugins/content/joomla/src/Extension/Joomla.php:309)
  at Joomla\Plugin\Content\Joomla\Extension\Joomla->injectContentSchema('com_content.category.56', object(Registry))
     (/home/invideov/ivvjoomla5/plugins/content/joomla/src/Extension/Joomla.php:240)
  at Joomla\Plugin\Content\Joomla\Extension\Joomla->onSchemaBeforeCompileHead(object(BeforeCompileHeadEvent))
     (/home/invideov/ivvjoomla5/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch('onSchemaBeforeCompileHead', object(BeforeCompileHeadEvent))
     (/home/invideov/ivvjoomla5/plugins/system/schemaorg/src/Extension/Schemaorg.php:431)
  at Joomla\Plugin\System\Schemaorg\Extension\Schemaorg->onBeforeCompileHead(object(BeforeCompileHeadEvent))
     (/home/invideov/ivvjoomla5/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch('onBeforeCompileHead', object(BeforeCompileHeadEvent))
     (/home/invideov/ivvjoomla5/libraries/src/Document/Renderer/Html/MetasRenderer.php:62)
  at Joomla\CMS\Document\Renderer\Html\MetasRenderer->render(null, array(), null)
     (/home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php:575)
  at Joomla\CMS\Document\HtmlDocument->getBuffer('metas', null, array())
     (/home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php:894)
  at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
     (/home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php:647)
  at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'ivv_accueil', 'directory' => '/home/invideov/ivvjoomla5/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/invideov/ivvjoomla5/libraries/src/Document/ErrorDocument.php:139)
  at Joomla\CMS\Document\ErrorDocument->render(false, array('template' => 'ivv_accueil', 'directory' => '/home/invideov/ivvjoomla5/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/invideov/ivvjoomla5/libraries/src/Error/Renderer/HtmlRenderer.php:70)
  at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(Error))
     (/home/invideov/ivvjoomla5/libraries/src/Exception/ExceptionHandler.php:136)
  at Joomla\CMS\Exception\ExceptionHandler::render(object(Error))
     (/home/invideov/ivvjoomla5/libraries/src/Exception/ExceptionHandler.php:73)
  at Joomla\CMS\Exception\ExceptionHandler::handleException(object(Error))
     (/home/invideov/ivvjoomla5/libraries/src/Application/CMSApplication.php:336)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/invideov/ivvjoomla5/includes/app.php:58)
  at require_once('/home/invideov/ivvjoomla5/includes/app.php')
     (/home/invideov/ivvjoomla5/index.php:32)                
[1/2] Error
Error:
Call to a member function getParams() on null

  at /home/invideov/ivvjoomla5/plugins/content/joomla/src/Extension/Joomla.php:323
  at Joomla\Plugin\Content\Joomla\Extension\Joomla->Joomla\Plugin\Content\Joomla\Extension\{closure}('category', '56')
     (/home/invideov/ivvjoomla5/libraries/src/Cache/Controller/CallbackController.php:120)
  at Joomla\CMS\Cache\Controller\CallbackController->get(object(Closure), array('category', '56'))
     (/home/invideov/ivvjoomla5/plugins/content/joomla/src/Extension/Joomla.php:309)
  at Joomla\Plugin\Content\Joomla\Extension\Joomla->injectContentSchema('com_content.category.56', object(Registry))
     (/home/invideov/ivvjoomla5/plugins/content/joomla/src/Extension/Joomla.php:240)
  at Joomla\Plugin\Content\Joomla\Extension\Joomla->onSchemaBeforeCompileHead(object(BeforeCompileHeadEvent))
     (/home/invideov/ivvjoomla5/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch('onSchemaBeforeCompileHead', object(BeforeCompileHeadEvent))
     (/home/invideov/ivvjoomla5/plugins/system/schemaorg/src/Extension/Schemaorg.php:431)
  at Joomla\Plugin\System\Schemaorg\Extension\Schemaorg->onBeforeCompileHead(object(BeforeCompileHeadEvent))
     (/home/invideov/ivvjoomla5/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch('onBeforeCompileHead', object(BeforeCompileHeadEvent))
     (/home/invideov/ivvjoomla5/libraries/src/Document/Renderer/Html/MetasRenderer.php:62)
  at Joomla\CMS\Document\Renderer\Html\MetasRenderer->render(null, array(), null)
     (/home/invideov/ivvjoomla5/libraries/src/Document/Renderer/Html/HeadRenderer.php:39)
  at Joomla\CMS\Document\Renderer\Html\HeadRenderer->render(null, array(), null)
     (/home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php:575)
  at Joomla\CMS\Document\HtmlDocument->getBuffer('head', null, array())
     (/home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php:894)
  at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
     (/home/invideov/ivvjoomla5/libraries/src/Document/HtmlDocument.php:647)
  at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'ivv_accueil', 'file' => 'index.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/home/invideov/ivvjoomla5/templates'))
     (/home/invideov/ivvjoomla5/libraries/src/Application/CMSApplication.php:1073)
  at Joomla\CMS\Application\CMSApplication->render()
     (/home/invideov/ivvjoomla5/libraries/src/Application/SiteApplication.php:732)
  at Joomla\CMS\Application\SiteApplication->render()
     (/home/invideov/ivvjoomla5/libraries/src/Application/CMSApplication.php:311)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/invideov/ivvjoomla5/includes/app.php:58)
  at require_once('/home/invideov/ivvjoomla5/includes/app.php')
     (/home/invideov/ivvjoomla5/index.php:32)