mysqli_sql_exception ExecutionFailureException Exception Exception

HTTP 500 Whoops, looks like something went wrong.

Материал не найден.

Exceptions 4

Exception

  1.                 $db->setQuery($query);
  2.                 $data $db->loadObject();
  3.                 if (empty($data)) {
  4.                     throw new \Exception(Text::_('COM_CONTENT_ERROR_ARTICLE_NOT_FOUND'), 404);
  5.                 }
  6.                 // Check for published state if filter set.
  7.                 if ((is_numeric($published) || is_numeric($archived)) && ($data->state != $published && $data->state != $archived)) {
  8.                     throw new \Exception(Text::_('COM_CONTENT_ERROR_ARTICLE_NOT_FOUND'), 404);
  1.                 $this->prepareDebugInfo('''<p><strong>Com_content area</strong> article</p>');
  2.                 $model             $app->bootComponent('com_content')
  3.                     ->getMVCFactory()
  4.                     ->createModel('Article''Site', ['ignore_request' => false]);
  5.                 $article           $model->getItem($id);
  6.                 $article->jcfields FieldsHelper::getFields("com_content.article"$articletrue);
  7.                 !JDEBUG ?: Profiler::getInstance('Application')->mark('<strong>plg WT SEO Meta templates - com_content provider plugin</strong>: After load article');
  8.                 $this->prepareDebugInfo('''<p><strong>Com_content Title</strong>: ' $article->title '</p>');
  9.                 $this->prepareDebugInfo('''<p><strong>Com_content Meta desc:</strong> ' $article->metadesc '</p>');
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
Dispatcher->dispatch('onWt_seo_meta_templatesAddVariables', object(GenericEvent)) in /home/i/inoysam/farfrom.ru/public_html/plugins/system/wt_seo_meta_templates/src/Extension/Wt_seo_meta_templates.php (line 57)
  1.         // получаем переменные от сторонних плагинов
  2.         !JDEBUG ?: Profiler::getInstance('Application')->mark('<strong>plg WT SEO Meta templates</strong>: Before additional plugins import');
  3.         $event AbstractEvent::create('onWt_seo_meta_templatesAddVariables', [
  4.             'subject' => $this
  5.         ]);
  6.         $app->getDispatcher()->dispatch($event->getName(), $event);
  7.         $result $event->getArgument('result');
  8.         !JDEBUG ?: Profiler::getInstance('Application')->mark('<strong>plg WT SEO Meta templates</strong>: After additional plugins import');
  9.         $allVariables = [];
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
Dispatcher->dispatch('onBeforeCompileHead', object(Event)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/EventAware.php (line 111)
  1.             $event     = new $className($eventName$args);
  2.         } else {
  3.             throw new \InvalidArgumentException('The arguments must either be an event or an array');
  4.         }
  5.         $result $dispatcher->dispatch($eventName$event);
  6.         // @todo - There are still test cases where the result isn't defined, temporarily leave the isset check in place
  7.         return !isset($result['result']) || \is_null($result['result']) ? [] : $result['result'];
  8.     }
  9. }
WebApplication->triggerEvent('onBeforeCompileHead') in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Document/Renderer/Html/MetasRenderer.php (line 61)
  1.                 $asset->onAttachCallback($this->_doc);
  2.             }
  3.         }
  4.         // Trigger the onBeforeCompileHead event
  5.         $app->triggerEvent('onBeforeCompileHead');
  6.         // Add Script Options as inline asset
  7.         $scriptOptions $this->_doc->getScriptOptions();
  8.         if ($scriptOptions) {
MetasRenderer->render(null, array(), null) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Document/HtmlDocument.php (line 565)
  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/i/inoysam/farfrom.ru/public_html/libraries/src/Document/HtmlDocument.php (line 833)
  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. }
  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' => 'cassiopeia', 'directory' => '/home/i/inoysam/farfrom.ru/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/i/inoysam/farfrom.ru/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' => 'cassiopeia', 'directory' => '/home/i/inoysam/farfrom.ru/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /home/i/inoysam/farfrom.ru/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. }
  1.             // Reset the document object in the factory, this gives us a clean slate and lets everything render properly
  2.             Factory::$document $renderer->getDocument();
  3.             Factory::getApplication()->loadDocument(Factory::$document);
  4.             $data $renderer->render($error);
  5.             // If nothing was rendered, just use the message from the Exception
  6.             if (empty($data)) {
  7.                 $data $error->getMessage();
  8.             }
  1.                 {
  2.                     $db->insertObject('#__redirect_links'$data'id');
  3.                 }
  4.                 catch (Exception $e)
  5.                 {
  6.                     ExceptionHandler::render(new Exception(Text::_('PLG_SYSTEM_ADVANCEDREDIRECT_ERROR_DATABASE'), 500$e));
  7.                 }
  8.             }
  9.             // AdvancedRedirect Code Start
  10.             if ($params->get('redirect_mode''auto') === 'static')
PlgSystemAdvancedRedirect::doErrorHandling(object(Exception)) in /home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php (line 87)
  1.      *
  2.      * @since   1.0.5
  3.      */
  4.     public function onError($error)
  5.     {
  6.         self::doErrorHandling($error);
  7.     }
  8.     /**
  9.      * Method to handle an error condition from JError.
  10.      *
PlgSystemAdvancedRedirect->onError(object(Exception), object(SiteApplication)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Plugin/CMSPlugin.php (line 289)
  1.                 }
  2.                 // Convert to indexed array for unpacking.
  3.                 $arguments \array_values($arguments);
  4.                 $result $this->{$methodName}(...$arguments);
  5.                 // Ignore null results
  6.                 if ($result === null) {
  7.                     return;
  8.                 }
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
Dispatcher->dispatch('onError', object(ErrorEvent)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/EventAware.php (line 111)
  1.             $event     = new $className($eventName$args);
  2.         } else {
  3.             throw new \InvalidArgumentException('The arguments must either be an event or an array');
  4.         }
  5.         $result $dispatcher->dispatch($eventName$event);
  6.         // @todo - There are still test cases where the result isn't defined, temporarily leave the isset check in place
  7.         return !isset($result['result']) || \is_null($result['result']) ? [] : $result['result'];
  8.     }
  9. }
WebApplication->triggerEvent('onError', object(ErrorEvent)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/CMSApplication.php (line 320)
  1.                     'application' => $this,
  2.                 ]
  3.             );
  4.             // Trigger the onError event.
  5.             $this->triggerEvent('onError'$event);
  6.             ExceptionHandler::handleException($event->getError());
  7.         }
  8.         // Trigger the onBeforeRespond event.
CMSApplication->execute() in /home/i/inoysam/farfrom.ru/public_html/includes/app.php (line 61)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/i/inoysam/farfrom.ru/public_html/includes/app.php') in /home/i/inoysam/farfrom.ru/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';

Exception

An database error occurred.

  1.                 {
  2.                     $db->insertObject('#__redirect_links'$data'id');
  3.                 }
  4.                 catch (Exception $e)
  5.                 {
  6.                     ExceptionHandler::render(new Exception(Text::_('PLG_SYSTEM_ADVANCEDREDIRECT_ERROR_DATABASE'), 500$e));
  7.                 }
  8.             }
  9.             // AdvancedRedirect Code Start
  10.             if ($params->get('redirect_mode''auto') === 'static')
PlgSystemAdvancedRedirect::doErrorHandling(object(Exception)) in /home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php (line 87)
  1.      *
  2.      * @since   1.0.5
  3.      */
  4.     public function onError($error)
  5.     {
  6.         self::doErrorHandling($error);
  7.     }
  8.     /**
  9.      * Method to handle an error condition from JError.
  10.      *
PlgSystemAdvancedRedirect->onError(object(Exception), object(SiteApplication)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Plugin/CMSPlugin.php (line 289)
  1.                 }
  2.                 // Convert to indexed array for unpacking.
  3.                 $arguments \array_values($arguments);
  4.                 $result $this->{$methodName}(...$arguments);
  5.                 // Ignore null results
  6.                 if ($result === null) {
  7.                     return;
  8.                 }
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
Dispatcher->dispatch('onError', object(ErrorEvent)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/EventAware.php (line 111)
  1.             $event     = new $className($eventName$args);
  2.         } else {
  3.             throw new \InvalidArgumentException('The arguments must either be an event or an array');
  4.         }
  5.         $result $dispatcher->dispatch($eventName$event);
  6.         // @todo - There are still test cases where the result isn't defined, temporarily leave the isset check in place
  7.         return !isset($result['result']) || \is_null($result['result']) ? [] : $result['result'];
  8.     }
  9. }
WebApplication->triggerEvent('onError', object(ErrorEvent)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/CMSApplication.php (line 320)
  1.                     'application' => $this,
  2.                 ]
  3.             );
  4.             // Trigger the onError event.
  5.             $this->triggerEvent('onError'$event);
  6.             ExceptionHandler::handleException($event->getError());
  7.         }
  8.         // Trigger the onBeforeRespond event.
CMSApplication->execute() in /home/i/inoysam/farfrom.ru/public_html/includes/app.php (line 61)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/i/inoysam/farfrom.ru/public_html/includes/app.php') in /home/i/inoysam/farfrom.ru/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';

Joomla\Database\Exception\ ExecutionFailureException

Field 'modified_date' doesn't have a default value

  1.                 throw new ExecutionFailureException($this->query$this->statement->error$this->statement->errno);
  2.             }
  3.         }
  4.         catch (\Throwable $e)
  5.         {
  6.             throw new ExecutionFailureException($this->query$e->getMessage(), $e->getCode(), $e);
  7.         }
  8.         if ($this->columnNames === null)
  9.         {
  10.             $meta $this->statement->result_metadata();
  1.             $this->statement->bindParam($key$obj->value$obj->dataType);
  2.         }
  3.         try
  4.         {
  5.             $this->executed $this->statement->execute();
  6.             // If there is a monitor registered, let it know we have finished this query
  7.             if ($this->monitor)
  8.             {
  9.                 $this->monitor->stopQuery();
  1.             ->insert($this->quoteName($table))
  2.             ->columns($fields)
  3.             ->values(implode(','$values));
  4.         // Set the query and execute the insert.
  5.         $this->setQuery($query)->execute();
  6.         // Update the primary key if it exists.
  7.         $id $this->insertid();
  8.         if ($key && $id && \is_string($key))
MysqliDriver->insertObject('#__redirect_links', object(stdClass), 'id') in /home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php (line 341)
  1.                     'created_date' => Factory::getDate()->toSql()
  2.                 );
  3.                 try
  4.                 {
  5.                     $db->insertObject('#__redirect_links'$data'id');
  6.                 }
  7.                 catch (Exception $e)
  8.                 {
  9.                     ExceptionHandler::render(new Exception(Text::_('PLG_SYSTEM_ADVANCEDREDIRECT_ERROR_DATABASE'), 500$e));
  10.                 }
PlgSystemAdvancedRedirect::doErrorHandling(object(Exception)) in /home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php (line 87)
  1.      *
  2.      * @since   1.0.5
  3.      */
  4.     public function onError($error)
  5.     {
  6.         self::doErrorHandling($error);
  7.     }
  8.     /**
  9.      * Method to handle an error condition from JError.
  10.      *
PlgSystemAdvancedRedirect->onError(object(Exception), object(SiteApplication)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Plugin/CMSPlugin.php (line 289)
  1.                 }
  2.                 // Convert to indexed array for unpacking.
  3.                 $arguments \array_values($arguments);
  4.                 $result $this->{$methodName}(...$arguments);
  5.                 // Ignore null results
  6.                 if ($result === null) {
  7.                     return;
  8.                 }
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
Dispatcher->dispatch('onError', object(ErrorEvent)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/EventAware.php (line 111)
  1.             $event     = new $className($eventName$args);
  2.         } else {
  3.             throw new \InvalidArgumentException('The arguments must either be an event or an array');
  4.         }
  5.         $result $dispatcher->dispatch($eventName$event);
  6.         // @todo - There are still test cases where the result isn't defined, temporarily leave the isset check in place
  7.         return !isset($result['result']) || \is_null($result['result']) ? [] : $result['result'];
  8.     }
  9. }
WebApplication->triggerEvent('onError', object(ErrorEvent)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/CMSApplication.php (line 320)
  1.                     'application' => $this,
  2.                 ]
  3.             );
  4.             // Trigger the onError event.
  5.             $this->triggerEvent('onError'$event);
  6.             ExceptionHandler::handleException($event->getError());
  7.         }
  8.         // Trigger the onBeforeRespond event.
CMSApplication->execute() in /home/i/inoysam/farfrom.ru/public_html/includes/app.php (line 61)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/i/inoysam/farfrom.ru/public_html/includes/app.php') in /home/i/inoysam/farfrom.ru/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';

mysqli_sql_exception

Field 'modified_date' doesn't have a default value

  1.             }
  2.         }
  3.         try
  4.         {
  5.             if (!$this->statement->execute())
  6.             {
  7.                 throw new ExecutionFailureException($this->query$this->statement->error$this->statement->errno);
  8.             }
  9.         }
  10.         catch (\Throwable $e)
  1.             }
  2.         }
  3.         try
  4.         {
  5.             if (!$this->statement->execute())
  6.             {
  7.                 throw new ExecutionFailureException($this->query$this->statement->error$this->statement->errno);
  8.             }
  9.         }
  10.         catch (\Throwable $e)
  1.             $this->statement->bindParam($key$obj->value$obj->dataType);
  2.         }
  3.         try
  4.         {
  5.             $this->executed $this->statement->execute();
  6.             // If there is a monitor registered, let it know we have finished this query
  7.             if ($this->monitor)
  8.             {
  9.                 $this->monitor->stopQuery();
  1.             ->insert($this->quoteName($table))
  2.             ->columns($fields)
  3.             ->values(implode(','$values));
  4.         // Set the query and execute the insert.
  5.         $this->setQuery($query)->execute();
  6.         // Update the primary key if it exists.
  7.         $id $this->insertid();
  8.         if ($key && $id && \is_string($key))
MysqliDriver->insertObject('#__redirect_links', object(stdClass), 'id') in /home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php (line 341)
  1.                     'created_date' => Factory::getDate()->toSql()
  2.                 );
  3.                 try
  4.                 {
  5.                     $db->insertObject('#__redirect_links'$data'id');
  6.                 }
  7.                 catch (Exception $e)
  8.                 {
  9.                     ExceptionHandler::render(new Exception(Text::_('PLG_SYSTEM_ADVANCEDREDIRECT_ERROR_DATABASE'), 500$e));
  10.                 }
PlgSystemAdvancedRedirect::doErrorHandling(object(Exception)) in /home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php (line 87)
  1.      *
  2.      * @since   1.0.5
  3.      */
  4.     public function onError($error)
  5.     {
  6.         self::doErrorHandling($error);
  7.     }
  8.     /**
  9.      * Method to handle an error condition from JError.
  10.      *
PlgSystemAdvancedRedirect->onError(object(Exception), object(SiteApplication)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Plugin/CMSPlugin.php (line 289)
  1.                 }
  2.                 // Convert to indexed array for unpacking.
  3.                 $arguments \array_values($arguments);
  4.                 $result $this->{$methodName}(...$arguments);
  5.                 // Ignore null results
  6.                 if ($result === null) {
  7.                     return;
  8.                 }
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
Dispatcher->dispatch('onError', object(ErrorEvent)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/EventAware.php (line 111)
  1.             $event     = new $className($eventName$args);
  2.         } else {
  3.             throw new \InvalidArgumentException('The arguments must either be an event or an array');
  4.         }
  5.         $result $dispatcher->dispatch($eventName$event);
  6.         // @todo - There are still test cases where the result isn't defined, temporarily leave the isset check in place
  7.         return !isset($result['result']) || \is_null($result['result']) ? [] : $result['result'];
  8.     }
  9. }
WebApplication->triggerEvent('onError', object(ErrorEvent)) in /home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/CMSApplication.php (line 320)
  1.                     'application' => $this,
  2.                 ]
  3.             );
  4.             // Trigger the onError event.
  5.             $this->triggerEvent('onError'$event);
  6.             ExceptionHandler::handleException($event->getError());
  7.         }
  8.         // Trigger the onBeforeRespond event.
CMSApplication->execute() in /home/i/inoysam/farfrom.ru/public_html/includes/app.php (line 61)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/i/inoysam/farfrom.ru/public_html/includes/app.php') in /home/i/inoysam/farfrom.ru/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 4

[4/4] Exception
Exception:
Материал не найден.

  at /home/i/inoysam/farfrom.ru/public_html/components/com_content/src/Model/ArticleModel.php:218
  at Joomla\Component\Content\Site\Model\ArticleModel->getItem(23)
     (/home/i/inoysam/farfrom.ru/public_html/plugins/system/wt_seo_meta_templates_content/src/Extension/Wt_seo_meta_templates_content.php:284)
  at Joomla\Plugin\System\Wt_seo_meta_templates_content\Extension\Wt_seo_meta_templates_content->onWt_seo_meta_templatesAddVariables(object(GenericEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch('onWt_seo_meta_templatesAddVariables', object(GenericEvent))
     (/home/i/inoysam/farfrom.ru/public_html/plugins/system/wt_seo_meta_templates/src/Extension/Wt_seo_meta_templates.php:57)
  at Joomla\Plugin\System\Wt_seo_meta_templates\Extension\Wt_seo_meta_templates->onBeforeCompileHead(object(GenericEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch('onBeforeCompileHead', object(Event))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/EventAware.php:111)
  at Joomla\CMS\Application\WebApplication->triggerEvent('onBeforeCompileHead')
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Document/Renderer/Html/MetasRenderer.php:61)
  at Joomla\CMS\Document\Renderer\Html\MetasRenderer->render(null, array(), null)
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Document/HtmlDocument.php:565)
  at Joomla\CMS\Document\HtmlDocument->getBuffer('metas', null, array())
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Document/HtmlDocument.php:833)
  at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Document/HtmlDocument.php:637)
  at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'cassiopeia', 'directory' => '/home/i/inoysam/farfrom.ru/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Document/ErrorDocument.php:139)
  at Joomla\CMS\Document\ErrorDocument->render(false, array('template' => 'cassiopeia', 'directory' => '/home/i/inoysam/farfrom.ru/public_html/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Error/Renderer/HtmlRenderer.php:78)
  at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(Exception))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Exception/ExceptionHandler.php:126)
  at Joomla\CMS\Exception\ExceptionHandler::render(object(Exception))
     (/home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php:345)
  at PlgSystemAdvancedRedirect::doErrorHandling(object(Exception))
     (/home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php:87)
  at PlgSystemAdvancedRedirect->onError(object(Exception), object(SiteApplication))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Plugin/CMSPlugin.php:289)
  at Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}(object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch('onError', object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/EventAware.php:111)
  at Joomla\CMS\Application\WebApplication->triggerEvent('onError', object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/CMSApplication.php:320)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/i/inoysam/farfrom.ru/public_html/includes/app.php:61)
  at require_once('/home/i/inoysam/farfrom.ru/public_html/includes/app.php')
     (/home/i/inoysam/farfrom.ru/public_html/index.php:32)                
[3/4] Exception
Exception:
An database error occurred.

  at /home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php:345
  at PlgSystemAdvancedRedirect::doErrorHandling(object(Exception))
     (/home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php:87)
  at PlgSystemAdvancedRedirect->onError(object(Exception), object(SiteApplication))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Plugin/CMSPlugin.php:289)
  at Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}(object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch('onError', object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/EventAware.php:111)
  at Joomla\CMS\Application\WebApplication->triggerEvent('onError', object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/CMSApplication.php:320)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/i/inoysam/farfrom.ru/public_html/includes/app.php:61)
  at require_once('/home/i/inoysam/farfrom.ru/public_html/includes/app.php')
     (/home/i/inoysam/farfrom.ru/public_html/index.php:32)                
[2/4] ExecutionFailureException
Joomla\Database\Exception\ExecutionFailureException:
Field 'modified_date' doesn't have a default value

  at /home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:442
  at Joomla\Database\Mysqli\MysqliStatement->execute()
     (/home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/database/src/DatabaseDriver.php:675)
  at Joomla\Database\DatabaseDriver->execute()
     (/home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:817)
  at Joomla\Database\Mysqli\MysqliDriver->insertObject('#__redirect_links', object(stdClass), 'id')
     (/home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php:341)
  at PlgSystemAdvancedRedirect::doErrorHandling(object(Exception))
     (/home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php:87)
  at PlgSystemAdvancedRedirect->onError(object(Exception), object(SiteApplication))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Plugin/CMSPlugin.php:289)
  at Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}(object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch('onError', object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/EventAware.php:111)
  at Joomla\CMS\Application\WebApplication->triggerEvent('onError', object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/CMSApplication.php:320)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/i/inoysam/farfrom.ru/public_html/includes/app.php:61)
  at require_once('/home/i/inoysam/farfrom.ru/public_html/includes/app.php')
     (/home/i/inoysam/farfrom.ru/public_html/index.php:32)                
[1/4] mysqli_sql_exception
mysqli_sql_exception:
Field 'modified_date' doesn't have a default value

  at /home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:435
  at mysqli_stmt->execute()
     (/home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:435)
  at Joomla\Database\Mysqli\MysqliStatement->execute()
     (/home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/database/src/DatabaseDriver.php:675)
  at Joomla\Database\DatabaseDriver->execute()
     (/home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:817)
  at Joomla\Database\Mysqli\MysqliDriver->insertObject('#__redirect_links', object(stdClass), 'id')
     (/home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php:341)
  at PlgSystemAdvancedRedirect::doErrorHandling(object(Exception))
     (/home/i/inoysam/farfrom.ru/public_html/plugins/system/advancedredirect/advancedredirect.php:87)
  at PlgSystemAdvancedRedirect->onError(object(Exception), object(SiteApplication))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Plugin/CMSPlugin.php:289)
  at Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}(object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch('onError', object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/EventAware.php:111)
  at Joomla\CMS\Application\WebApplication->triggerEvent('onError', object(ErrorEvent))
     (/home/i/inoysam/farfrom.ru/public_html/libraries/src/Application/CMSApplication.php:320)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/i/inoysam/farfrom.ru/public_html/includes/app.php:61)
  at require_once('/home/i/inoysam/farfrom.ru/public_html/includes/app.php')
     (/home/i/inoysam/farfrom.ru/public_html/index.php:32)