Notice: unserialize(): Error at offset 8143 of 8159 bytes in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 77

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 85

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 88

Notice: unserialize(): Error at offset 8143 of 8159 bytes in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 77

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 85

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 88

Notice: unserialize(): Error at offset 8143 of 8159 bytes in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 77

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 85

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 88

Notice: unserialize(): Error at offset 8143 of 8159 bytes in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 77

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 85

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 88

Notice: unserialize(): Error at offset 8143 of 8159 bytes in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 77

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 85

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 88

Notice: unserialize(): Error at offset 8143 of 8159 bytes in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 77

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 85

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 88

Notice: unserialize(): Error at offset 8143 of 8159 bytes in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 77

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 85

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 88

Notice: unserialize(): Error at offset 8143 of 8159 bytes in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 77

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 85

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 88

Notice: unserialize(): Error at offset 7883 of 8159 bytes in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 77

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 85

Warning: Trying to access array offset on value of type bool in /home/iranieex/public_html/libraries/src/Cache/Controller/CallbackController.php on line 88
Joomla\CMS\Event\Module\ModuleListEvent::onSetModules(): Argument #1 ($value) must be of type array, null given, called in /home/iranieex/public_html/libraries/src/Event/AbstractEvent.php on line 227 (500 Whoops, looks like something went wrong.)

Joomla\CMS\Event\Module\ModuleListEvent::onSetModules(): Argument #1 ($value) must be of type array, null given, called in /home/iranieex/public_html/libraries/src/Event/AbstractEvent.php on line 227

Exceptions 2

TypeError

  1.      *
  2.      * @return  object[]
  3.      *
  4.      * @since  5.0.0
  5.      */
  6.     protected function onSetModules(array $value): array
  7.     {
  8.         // Filter out Module elements. Non empty result means invalid data
  9.         $valid = !array_filter($value, function ($item) {
  10.             return !\is_object($item);
  11.         });
ModuleListEvent->onSetModules(null) in /home/iranieex/public_html/libraries/src/Event/AbstractEvent.php (line 227)
  1.         $ucfirst     ucfirst($name);
  2.         $methodName1 'onSet' $ucfirst;
  3.         $methodName2 'set' $ucfirst;
  4.         if (method_exists($this$methodName1)) {
  5.             $value $this->{$methodName1}($value);
  6.         } elseif (method_exists($this$methodName2)) {
  7.             @trigger_error(
  8.                 \sprintf(
  9.                     'Use method "%s" for value pre-processing is deprecated, and will not work in Joomla 7. Use "%s" instead. Event %s',
  10.                     $methodName2,
AbstractEvent->setArgument('modules', null) in /home/iranieex/public_html/libraries/src/Event/AbstractEvent.php (line 115)
  1.     public function __construct(string $name, array $arguments = [])
  2.     {
  3.         parent::__construct($name$arguments);
  4.         foreach ($arguments as $argumentName => $value) {
  5.             $this->setArgument($argumentName$value);
  6.         }
  7.     }
  8.     /**
  9.      * Get an event argument value.
AbstractEvent->__construct('onAfterModuleList', array('modules' => null, 'subject' => null)) in /home/iranieex/public_html/libraries/src/Event/AbstractImmutableEvent.php (line 51)
  1.             );
  2.         }
  3.         $this->constructed true;
  4.         parent::__construct($name$arguments);
  5.     }
  6.     /**
  7.      * Set the value of an event argument.
  8.      *
AbstractImmutableEvent->__construct('onAfterModuleList', array('modules' => null, 'subject' => null)) in /home/iranieex/public_html/libraries/src/Event/Module/ModuleEvent.php (line 55)
  1.         // Reshape the arguments array to preserve b/c with legacy listeners
  2.         if ($this->legacyArgumentsOrder) {
  3.             $arguments $this->reshapeArguments($arguments$this->legacyArgumentsOrder);
  4.         }
  5.         parent::__construct($name$arguments);
  6.         if (!\array_key_exists('subject'$this->arguments)) {
  7.             throw new \BadMethodCallException("Argument 'subject' of event {$name} is required but has not been provided");
  8.         }
  9.     }
ModuleEvent->__construct('onAfterModuleList', array('modules' => null, 'subject' => null)) in /home/iranieex/public_html/libraries/src/Event/Module/ModuleListEvent.php (line 48)
  1.     public function __construct($name, array $arguments = [])
  2.     {
  3.         // This event has a dummy subject for now
  4.         $this->arguments['subject'] ??= new \stdClass();
  5.         parent::__construct($name$arguments);
  6.         if (!\array_key_exists('modules'$this->arguments)) {
  7.             throw new \BadMethodCallException("Argument 'modules' of event {$name} is required but has not been provided");
  8.         }
ModuleListEvent->__construct('onAfterModuleList', array('modules' => null)) in /home/iranieex/public_html/libraries/src/Helper/ModuleHelper.php (line 385)
  1.         // If the onPrepareModuleList event returns an array of modules, then ignore the default module list creation
  2.         if (!$modules) {
  3.             $modules = static::getModuleList();
  4.         }
  5.         $modules $dispatcher->dispatch('onAfterModuleList', new Module\AfterModuleListEvent('onAfterModuleList', [
  6.             'modules' => &$modules// @todo: Remove reference in Joomla 7, see AfterModuleListEvent::__constructor()
  7.         ]))->getArgument('modules'$modules);
  8.         $modules = static::cleanModuleList($modules);
  1.     public static function &getModules($position)
  2.     {
  3.         $position strtolower($position);
  4.         $result   = [];
  5.         $input    Factory::getApplication()->getInput();
  6.         $modules  = &static::load();
  7.         foreach ($modules as $module) {
  8.             if ($module->position === $position) {
  9.                 $result[] = $module;
  10.             }
ModuleHelper::getModules('error-404') in /home/iranieex/public_html/libraries/src/Document/HtmlDocument.php (line 672)
  1.     {
  2.         if ((isset(parent::$_buffer['modules'][$positionName])) && (parent::$_buffer['modules'][$positionName] === false)) {
  3.             return 0;
  4.         }
  5.         $modules ModuleHelper::getModules($positionName);
  6.         if (!$withContentOnly) {
  7.             return \count($modules);
  8.         }
HtmlDocument->countModules('error-404') in /home/iranieex/public_html/templates/system/error.php (line 47)
  1. </head>
  2. <body>
  3.     <div class="error">
  4.         <div id="outline">
  5.         <div id="errorboxoutline">
  6.             <?php if ($this->countModules('error-' $errorCode)) : ?>
  7.                     <jdoc:include type="modules" name="error-<?php echo $errorCode?>" style="none" />
  8.             <?php else : ?>
  9.             <div id="errorboxheader"><?php echo $this->error->getCode(); ?> - <?php echo htmlspecialchars($this->error->getMessage(), ENT_QUOTES'UTF-8'); ?></div>
  10.             <div id="errorboxbody">
  11.             <p><strong><?php echo Text::_('JERROR_LAYOUT_NOT_ABLE_TO_VISIT'); ?></strong></p>
require('/home/iranieex/public_html/templates/system/error.php') in /home/iranieex/public_html/libraries/src/Document/HtmlDocument.php (line 734)
  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_clean();
  7.         }
  8.         return $contents;
  9.     }
HtmlDocument->_loadTemplate('/home/iranieex/public_html/templates/system', 'error.php') in /home/iranieex/public_html/libraries/src/Document/HtmlDocument.php (line 788)
  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' => 'j-directory', 'directory' => '/home/iranieex/public_html/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/iranieex/public_html/libraries/src/Document/HtmlDocument.php (line 625)
  1.      *
  2.      * @since   1.7.0
  3.      */
  4.     public function parse($params = [])
  5.     {
  6.         return $this->_fetchTemplate($params)->_parseTemplate();
  7.     }
  8.     /**
  9.      * Outputs the template to the browser.
  10.      *
HtmlDocument->parse(array('template' => 'j-directory', 'directory' => '/home/iranieex/public_html/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/iranieex/public_html/libraries/src/Document/HtmlDocument.php (line 643)
  1.     public function render($caching false$params = [])
  2.     {
  3.         $this->_caching $caching;
  4.         if (empty($this->_template)) {
  5.             $this->parse($params);
  6.         }
  7.         if (\array_key_exists('csp_nonce'$params) && $params['csp_nonce'] !== null) {
  8.             $this->cspNonce $params['csp_nonce'];
  9.         }
HtmlDocument->render(false, array('template' => 'j-directory', 'directory' => '/home/iranieex/public_html/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/iranieex/public_html/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' => 'j-directory', 'directory' => '/home/iranieex/public_html/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/iranieex/public_html/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(MissingComponentException)) in /home/iranieex/public_html/libraries/src/Exception/ExceptionHandler.php (line 142)
  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(MissingComponentException)) in /home/iranieex/public_html/libraries/src/Exception/ExceptionHandler.php (line 76)
  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(MissingComponentException)) in /home/iranieex/public_html/libraries/src/Application/CMSApplication.php (line 334)
  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/iranieex/public_html/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/iranieex/public_html/includes/app.php') in /home/iranieex/public_html/index.php (line 51)
  1.     // ... die
  2.     die();
  3. }
  4. // Run the application - All executable code should be triggered through this file
  5. require_once __DIR__ '/includes/app.php';

Joomla\CMS\Component\Exception\ MissingComponentException

Component not found.

  1.             \define('JPATH_COMPONENT_ADMINISTRATOR'JPATH_ADMINISTRATOR '/components/' $option);
  2.         }
  3.         // If component is disabled throw error
  4.         if (!static::isEnabled($option)) {
  5.             throw new MissingComponentException(Text::_('JLIB_APPLICATION_ERROR_COMPONENT_NOT_FOUND'), 404);
  6.         }
  7.         ob_start();
  8.         $app->bootComponent($option)->getDispatcher($app)->dispatch();
  9.         $contents ob_get_clean();
ComponentHelper::renderComponent('com_users') in /home/iranieex/public_html/libraries/src/Application/SiteApplication.php (line 217)
  1.         $this->dispatchEvent(
  2.             'onAfterInitialiseDocument',
  3.             new AfterInitialiseDocumentEvent('onAfterInitialiseDocument', ['subject' => $this'document' => $document])
  4.         );
  5.         $contents ComponentHelper::renderComponent($component);
  6.         $document->setBuffer($contents, ['type' => 'component']);
  7.         // Trigger the onAfterDispatch event.
  8.         $this->dispatchEvent(
  9.             'onAfterDispatch',
  1.                 ['option' => 'com_users''task' => 'method.save'],
  2.             ]);
  3.         }
  4.         // Dispatch the application
  5.         $this->dispatch();
  6.         // Mark afterDispatch in the profiler.
  7.         JDEBUG $this->profiler->mark('afterDispatch') : null;
  8.     }
  1.             $this->sanityCheckSystemVariables();
  2.             $this->setupLogging();
  3.             $this->createExtensionNamespaceMap();
  4.             // Perform application routines.
  5.             $this->doExecute();
  6.             // If we have an application document object, render it.
  7.             if ($this->document instanceof \Joomla\CMS\Document\Document) {
  8.                 // Render the application output.
  9.                 $this->render();
CMSApplication->execute() in /home/iranieex/public_html/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/iranieex/public_html/includes/app.php') in /home/iranieex/public_html/index.php (line 51)
  1.     // ... die
  2.     die();
  3. }
  4. // Run the application - All executable code should be triggered through this file
  5. require_once __DIR__ '/includes/app.php';

Stack Traces 2

[2/2] TypeError
TypeError:
Joomla\CMS\Event\Module\ModuleListEvent::onSetModules(): Argument #1 ($value) must be of type array, null given, called in /home/iranieex/public_html/libraries/src/Event/AbstractEvent.php on line 227

  at /home/iranieex/public_html/libraries/src/Event/Module/ModuleListEvent.php:73
  at Joomla\CMS\Event\Module\ModuleListEvent->onSetModules(null)
     (/home/iranieex/public_html/libraries/src/Event/AbstractEvent.php:227)
  at Joomla\CMS\Event\AbstractEvent->setArgument('modules', null)
     (/home/iranieex/public_html/libraries/src/Event/AbstractEvent.php:115)
  at Joomla\CMS\Event\AbstractEvent->__construct('onAfterModuleList', array('modules' => null, 'subject' => null))
     (/home/iranieex/public_html/libraries/src/Event/AbstractImmutableEvent.php:51)
  at Joomla\CMS\Event\AbstractImmutableEvent->__construct('onAfterModuleList', array('modules' => null, 'subject' => null))
     (/home/iranieex/public_html/libraries/src/Event/Module/ModuleEvent.php:55)
  at Joomla\CMS\Event\Module\ModuleEvent->__construct('onAfterModuleList', array('modules' => null, 'subject' => null))
     (/home/iranieex/public_html/libraries/src/Event/Module/ModuleListEvent.php:48)
  at Joomla\CMS\Event\Module\ModuleListEvent->__construct('onAfterModuleList', array('modules' => null))
     (/home/iranieex/public_html/libraries/src/Helper/ModuleHelper.php:385)
  at Joomla\CMS\Helper\ModuleHelper::load()
     (/home/iranieex/public_html/libraries/src/Helper/ModuleHelper.php:88)
  at Joomla\CMS\Helper\ModuleHelper::getModules('error-404')
     (/home/iranieex/public_html/libraries/src/Document/HtmlDocument.php:672)
  at Joomla\CMS\Document\HtmlDocument->countModules('error-404')
     (/home/iranieex/public_html/templates/system/error.php:47)
  at require('/home/iranieex/public_html/templates/system/error.php')
     (/home/iranieex/public_html/libraries/src/Document/HtmlDocument.php:734)
  at Joomla\CMS\Document\HtmlDocument->_loadTemplate('/home/iranieex/public_html/templates/system', 'error.php')
     (/home/iranieex/public_html/libraries/src/Document/HtmlDocument.php:788)
  at Joomla\CMS\Document\HtmlDocument->_fetchTemplate(array('template' => 'j-directory', 'directory' => '/home/iranieex/public_html/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/iranieex/public_html/libraries/src/Document/HtmlDocument.php:625)
  at Joomla\CMS\Document\HtmlDocument->parse(array('template' => 'j-directory', 'directory' => '/home/iranieex/public_html/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/iranieex/public_html/libraries/src/Document/HtmlDocument.php:643)
  at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'j-directory', 'directory' => '/home/iranieex/public_html/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/iranieex/public_html/libraries/src/Document/ErrorDocument.php:139)
  at Joomla\CMS\Document\ErrorDocument->render(false, array('template' => 'j-directory', 'directory' => '/home/iranieex/public_html/templates', 'debug' => false, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/iranieex/public_html/libraries/src/Error/Renderer/HtmlRenderer.php:70)
  at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(MissingComponentException))
     (/home/iranieex/public_html/libraries/src/Exception/ExceptionHandler.php:142)
  at Joomla\CMS\Exception\ExceptionHandler::render(object(MissingComponentException))
     (/home/iranieex/public_html/libraries/src/Exception/ExceptionHandler.php:76)
  at Joomla\CMS\Exception\ExceptionHandler::handleException(object(MissingComponentException))
     (/home/iranieex/public_html/libraries/src/Application/CMSApplication.php:334)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/iranieex/public_html/includes/app.php:58)
  at require_once('/home/iranieex/public_html/includes/app.php')
     (/home/iranieex/public_html/index.php:51)                
[1/2] MissingComponentException
Joomla\CMS\Component\Exception\MissingComponentException:
Component not found.

  at /home/iranieex/public_html/libraries/src/Component/ComponentHelper.php:357
  at Joomla\CMS\Component\ComponentHelper::renderComponent('com_users')
     (/home/iranieex/public_html/libraries/src/Application/SiteApplication.php:217)
  at Joomla\CMS\Application\SiteApplication->dispatch()
     (/home/iranieex/public_html/libraries/src/Application/SiteApplication.php:271)
  at Joomla\CMS\Application\SiteApplication->doExecute()
     (/home/iranieex/public_html/libraries/src/Application/CMSApplication.php:304)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/iranieex/public_html/includes/app.php:58)
  at require_once('/home/iranieex/public_html/includes/app.php')
     (/home/iranieex/public_html/index.php:51)