TypeError Error

HTTP 500 Whoops, looks like something went wrong.

Cannot access protected property TypeError::$code

Exceptions 2

Error

  1. ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language?>" lang="<?php echo $this->language?>" dir="<?php echo $this->direction?>">
  4. <head>
  5.     <title><?php echo $this->error->code ?> - <?php echo $this->title?></title>
  6.     <link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/system/css/error.css" type="text/css" />
  7.     <?php if($this->direction == 'rtl') : ?>
  8.     <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/error_rtl.css" type="text/css" />
  9.     <?php endif; ?>
  10. </head>
  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/falaghso/public_html/templates/falagh', 'error.php') in /home/falaghso/public_html/libraries/src/Document/HtmlDocument.php (line 785)
  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' => 'falagh', 'directory' => '/home/falaghso/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/falaghso/public_html/libraries/src/Document/HtmlDocument.php (line 622)
  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' => 'falagh', 'directory' => '/home/falaghso/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/falaghso/public_html/libraries/src/Document/HtmlDocument.php (line 640)
  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' => 'falagh', 'directory' => '/home/falaghso/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/falaghso/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' => 'falagh', 'directory' => '/home/falaghso/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/falaghso/public_html/libraries/src/Error/Renderer/HtmlRenderer.php (line 78)
  1.                 'template'         => $template->template,
  2.                 'directory'        => JPATH_THEMES,
  3.                 'debug'            => JDEBUG,
  4.                 'csp_nonce'        => $app->get('csp_nonce'),
  5.                 'templateInherits' => $template->parent,
  6.                 'params'           => $template->params,
  7.             ]
  8.         );
  9.     }
  10. }
HtmlRenderer->render(object(TypeError)) in /home/falaghso/public_html/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(TypeError)) in /home/falaghso/public_html/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(TypeError)) in /home/falaghso/public_html/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/falaghso/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/falaghso/public_html/includes/app.php') in /home/falaghso/public_html/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';

TypeError

Joomla\CMS\Event\Model\FormEvent::onSetData(): Argument #1 ($value) must be of type object|array, null given, called in /home/falaghso/public_html/libraries/src/Event/AbstractEvent.php on line 227

  1.      *
  2.      * @return  object|array
  3.      *
  4.      * @since  5.0.0
  5.      */
  6.     protected function onSetData(object|array $value): object|array
  7.     {
  8.         return $value;
  9.     }
  10.     /**
  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 6. Use "%s" instead. Event %s',
  10.                     $methodName2,
AbstractEvent->setArgument('data', null) in /home/falaghso/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('onContentPrepareForm', array('subject' => object(Form), 'data' => null)) in /home/falaghso/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('onContentPrepareForm', array('subject' => object(Form), 'data' => null)) in /home/falaghso/public_html/libraries/src/Event/Model/FormEvent.php (line 56)
  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.         }
FormEvent->__construct('onContentPrepareForm', array('subject' => object(Form), 'data' => null)) in /home/falaghso/public_html/libraries/src/Application/EventAware.php (line 106)
  1.         if ($args instanceof Event) {
  2.             $event $args;
  3.         } elseif (\is_array($args)) {
  4.             $className self::getEventClassByEventName($eventName);
  5.             $event     = new $className($eventName$args);
  6.         } else {
  7.             throw new \InvalidArgumentException('The arguments must either be an event or an array');
  8.         }
  9.         $result $dispatcher->dispatch($eventName$event);
WebApplication->triggerEvent('onContentPrepareForm', array(object(Form), null)) in /home/falaghso/public_html/modules/mod_smsregistration/tmpl/register.php (line 24)
  1. Form::addFormPath(JPATH_SITE '/components/com_users/forms');
  2. $form Form::getInstance('com_users.registration''registration');
  3. //$form = Factory::getContainer()->get(FormFactoryInterface::class)->createForm('com_users.registration',array('xml','registration'));
  4. $data null;
  5. //$dispatcher->trigger('onContentPrepareForm', array($form, $data));
  6. $app->triggerEvent('onContentPrepareForm', array($form$data));
  7. $all_groups $form->getFieldsets();
  8. $field_groups = array();
  9. foreach (array_reverse($all_groups) as $key => $value) {
  10.     if((strrpos($key'fields')) === false) continue;
require('/home/falaghso/public_html/modules/mod_smsregistration/tmpl/register.php') in /home/falaghso/public_html/modules/mod_smsregistration/tmpl/default.php (line 38)
  1. ?>
  2. <div class="mod_smsregistration">
  3.     <?php if($user->id  == ){ ?>
  4.         <?php require JPATH_BASE .'/modules/mod_smsregistration/tmpl/login.php'?> 
  5.         <?php require JPATH_BASE .'/modules/mod_smsregistration/tmpl/register.php'?>
  6.         <?php require JPATH_BASE .'/modules/mod_smsregistration/tmpl/reset.php'?>
  7.         <?php require JPATH_BASE .'/modules/mod_smsregistration/tmpl/confirm.php'?>
  8.         <?php require JPATH_BASE .'/modules/mod_smsregistration/tmpl/password.php'?>
  9.     <?php } else { ?>
  10.         <?php require JPATH_BASE .'/modules/mod_smsregistration/tmpl/user_menu.php'?> 
require('/home/falaghso/public_html/modules/mod_smsregistration/tmpl/default.php') in /home/falaghso/public_html/modules/mod_smsregistration/mod_smsregistration.php (line 40)
  1.     require_once JPATH_SITE."/administrator/components/com_smsregistration/helpers/sendsms.php";
  2. endif; 
  3. if(!class_exists('SRHelper')) :
  4.     require_once JPATH_SITE.'/administrator/components/com_smsregistration/helpers/smsregistration.php';
  5. endif; 
  6. require JModuleHelper::getLayoutPath('mod_smsregistration''default'); 
include('/home/falaghso/public_html/modules/mod_smsregistration/mod_smsregistration.php') in /home/falaghso/public_html/libraries/src/Dispatcher/ModuleDispatcher.php (line 52)
  1.                 unset($displayData);
  2.             } else {
  3.                 extract($displayData);
  4.             }
  5.             include $path;
  6.         };
  7.         $loader($path$this->getLayoutData());
  8.     }
  9. }
ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}('/home/falaghso/public_html/modules/mod_smsregistration/mod_smsregistration.php', null) in /home/falaghso/public_html/libraries/src/Dispatcher/ModuleDispatcher.php (line 55)
  1.             }
  2.             include $path;
  3.         };
  4.         $loader($path$this->getLayoutData());
  5.     }
  6. }
  1.         $dispatcher $app->bootModule($module->module$app->getName())->getDispatcher($module$app);
  2.         // Check if we have a dispatcher
  3.         if ($dispatcher) {
  4.             ob_start();
  5.             $dispatcher->dispatch();
  6.             $module->content ob_get_clean();
  7.         }
  8.         // Add the flag that the module content has been rendered
  9.         $module->contentRendered true;
ModuleHelper::renderRawModule(object(stdClass), object(Registry), array('name' => 'topleft')) in /home/falaghso/public_html/libraries/src/Helper/ModuleHelper.php (line 162)
  1.         // Get module parameters
  2.         $params = new Registry($module->params);
  3.         // Render the module content
  4.         static::renderRawModule($module$params$attribs);
  5.         // Return early if only the content is required
  6.         if (!empty($attribs['contentOnly'])) {
  7.             return $module->content;
  8.         }
ModuleHelper::renderModule(object(stdClass), array('name' => 'topleft')) in /home/falaghso/public_html/libraries/src/Document/Renderer/Html/ModuleRenderer.php (line 99)
  1.             $module->contentRendered true;
  2.             return $module->content;
  3.         }
  4.         return ModuleHelper::renderModule($module$attribs);
  5.     }
  6. }
ModuleRenderer->render(object(stdClass), array('name' => 'topleft'), null) in /home/falaghso/public_html/libraries/src/Document/Renderer/Html/ModulesRenderer.php (line 51)
  1.         $user         Factory::getUser();
  2.         $frontediting = ($app->isClient('site') && $app->get('frontediting'1) && !$user->guest);
  3.         $menusEditing = ($app->get('frontediting'1) == 2) && $user->authorise('core.edit''com_menus');
  4.         foreach (ModuleHelper::getModules($position) as $mod) {
  5.             $moduleHtml $renderer->render($mod$params$content);
  6.             if ($frontediting && trim($moduleHtml) != '' && $user->authorise('module.edit.frontend''com_modules.module.' $mod->id)) {
  7.                 $displayData = ['moduleHtml' => &$moduleHtml'module' => $mod'position' => $position'menusediting' => $menusEditing];
  8.                 LayoutHelper::render('joomla.edit.frontediting_modules'$displayData);
  9.             }
ModulesRenderer->render('topleft', array('name' => 'topleft'), null) in /home/falaghso/public_html/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('modules', 'topleft', array('name' => 'topleft')) in /home/falaghso/public_html/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/falaghso/public_html/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' => 'falagh', 'file' => 'index.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/home/falaghso/public_html/templates')) in /home/falaghso/public_html/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/falaghso/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/falaghso/public_html/includes/app.php') in /home/falaghso/public_html/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:
Cannot access protected property TypeError::$code

  at /home/falaghso/public_html/templates/falagh/error.php:24
  at require()
     (/home/falaghso/public_html/libraries/src/Document/HtmlDocument.php:731)
  at Joomla\CMS\Document\HtmlDocument->_loadTemplate('/home/falaghso/public_html/templates/falagh', 'error.php')
     (/home/falaghso/public_html/libraries/src/Document/HtmlDocument.php:785)
  at Joomla\CMS\Document\HtmlDocument->_fetchTemplate(array('template' => 'falagh', 'directory' => '/home/falaghso/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/falaghso/public_html/libraries/src/Document/HtmlDocument.php:622)
  at Joomla\CMS\Document\HtmlDocument->parse(array('template' => 'falagh', 'directory' => '/home/falaghso/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/falaghso/public_html/libraries/src/Document/HtmlDocument.php:640)
  at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'falagh', 'directory' => '/home/falaghso/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/falaghso/public_html/libraries/src/Document/ErrorDocument.php:139)
  at Joomla\CMS\Document\ErrorDocument->render(false, array('template' => 'falagh', 'directory' => '/home/falaghso/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/falaghso/public_html/libraries/src/Error/Renderer/HtmlRenderer.php:78)
  at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(TypeError))
     (/home/falaghso/public_html/libraries/src/Exception/ExceptionHandler.php:136)
  at Joomla\CMS\Exception\ExceptionHandler::render(object(TypeError))
     (/home/falaghso/public_html/libraries/src/Exception/ExceptionHandler.php:73)
  at Joomla\CMS\Exception\ExceptionHandler::handleException(object(TypeError))
     (/home/falaghso/public_html/libraries/src/Application/CMSApplication.php:336)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/falaghso/public_html/includes/app.php:58)
  at require_once('/home/falaghso/public_html/includes/app.php')
     (/home/falaghso/public_html/index.php:32)                
[1/2] TypeError
TypeError:
Joomla\CMS\Event\Model\FormEvent::onSetData(): Argument #1 ($value) must be of type object|array, null given, called in /home/falaghso/public_html/libraries/src/Event/AbstractEvent.php on line 227

  at /home/falaghso/public_html/libraries/src/Event/Model/FormEvent.php:116
  at Joomla\CMS\Event\Model\FormEvent->onSetData(null)
     (/home/falaghso/public_html/libraries/src/Event/AbstractEvent.php:227)
  at Joomla\CMS\Event\AbstractEvent->setArgument('data', null)
     (/home/falaghso/public_html/libraries/src/Event/AbstractEvent.php:115)
  at Joomla\CMS\Event\AbstractEvent->__construct('onContentPrepareForm', array('subject' => object(Form), 'data' => null))
     (/home/falaghso/public_html/libraries/src/Event/AbstractImmutableEvent.php:51)
  at Joomla\CMS\Event\AbstractImmutableEvent->__construct('onContentPrepareForm', array('subject' => object(Form), 'data' => null))
     (/home/falaghso/public_html/libraries/src/Event/Model/FormEvent.php:56)
  at Joomla\CMS\Event\Model\FormEvent->__construct('onContentPrepareForm', array('subject' => object(Form), 'data' => null))
     (/home/falaghso/public_html/libraries/src/Application/EventAware.php:106)
  at Joomla\CMS\Application\WebApplication->triggerEvent('onContentPrepareForm', array(object(Form), null))
     (/home/falaghso/public_html/modules/mod_smsregistration/tmpl/register.php:24)
  at require('/home/falaghso/public_html/modules/mod_smsregistration/tmpl/register.php')
     (/home/falaghso/public_html/modules/mod_smsregistration/tmpl/default.php:38)
  at require('/home/falaghso/public_html/modules/mod_smsregistration/tmpl/default.php')
     (/home/falaghso/public_html/modules/mod_smsregistration/mod_smsregistration.php:40)
  at include('/home/falaghso/public_html/modules/mod_smsregistration/mod_smsregistration.php')
     (/home/falaghso/public_html/libraries/src/Dispatcher/ModuleDispatcher.php:52)
  at Joomla\CMS\Dispatcher\ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}('/home/falaghso/public_html/modules/mod_smsregistration/mod_smsregistration.php', null)
     (/home/falaghso/public_html/libraries/src/Dispatcher/ModuleDispatcher.php:55)
  at Joomla\CMS\Dispatcher\ModuleDispatcher->dispatch()
     (/home/falaghso/public_html/libraries/src/Helper/ModuleHelper.php:291)
  at Joomla\CMS\Helper\ModuleHelper::renderRawModule(object(stdClass), object(Registry), array('name' => 'topleft'))
     (/home/falaghso/public_html/libraries/src/Helper/ModuleHelper.php:162)
  at Joomla\CMS\Helper\ModuleHelper::renderModule(object(stdClass), array('name' => 'topleft'))
     (/home/falaghso/public_html/libraries/src/Document/Renderer/Html/ModuleRenderer.php:99)
  at Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render(object(stdClass), array('name' => 'topleft'), null)
     (/home/falaghso/public_html/libraries/src/Document/Renderer/Html/ModulesRenderer.php:51)
  at Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render('topleft', array('name' => 'topleft'), null)
     (/home/falaghso/public_html/libraries/src/Document/HtmlDocument.php:575)
  at Joomla\CMS\Document\HtmlDocument->getBuffer('modules', 'topleft', array('name' => 'topleft'))
     (/home/falaghso/public_html/libraries/src/Document/HtmlDocument.php:894)
  at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
     (/home/falaghso/public_html/libraries/src/Document/HtmlDocument.php:647)
  at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'falagh', 'file' => 'index.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/home/falaghso/public_html/templates'))
     (/home/falaghso/public_html/libraries/src/Application/CMSApplication.php:1073)
  at Joomla\CMS\Application\CMSApplication->render()
     (/home/falaghso/public_html/libraries/src/Application/SiteApplication.php:732)
  at Joomla\CMS\Application\SiteApplication->render()
     (/home/falaghso/public_html/libraries/src/Application/CMSApplication.php:311)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/falaghso/public_html/includes/app.php:58)
  at require_once('/home/falaghso/public_html/includes/app.php')
     (/home/falaghso/public_html/index.php:32)