[OJS 3.3.0-7 com Postgres] Error message after update

After upgrading from version 3.2.1-4 to 3.3.0-7, these two errors are appearing very frequently. Any tips on what I can do to solve it?

PHP Fatal error:  Uncaught Error: Call to a member function getId() on string in /var/www/ojs-3.3.0-7/pages/article/ArticleHandler.inc.php:373\nStack trace:\n#0 /var/www/ojs-3.3.0-7/lib/pkp/classes/core/PKPRouter.inc.php(395): ArticleHandler->downloadSuppFile(Array, Object(Request))\n#1 /var/www/ojs-3.3.0-7/lib/pkp/classes/core/PKPPageRouter.inc.php(246): PKPRouter->_authorizeInitializeAndCallRequest(Array, Object(Request), Array, false)\n#2 /var/www/ojs-3.3.0-7/lib/pkp/classes/core/Dispatcher.inc.php(144): PKPPageRouter->route(Object(Request))\n#3 /var/www/ojs-3.3.0-7/lib/pkp/classes/core/PKPApplication.inc.php(362): Dispatcher->dispatch(Object(Request))\n#4 /var/www/ojs-3.3.0-7/index.php(68): PKPApplication->execute()\n#5 {main}\n  thrown in /var/www/ojs-3.3.0-7/pages/article/ArticleHandler.inc.php on line 373

and

 PHP Fatal error:  Uncaught Error: Call to a member function getPublished() on null in /var/www/ojs-3.3.0-7/cache/t_compile/16a771d26dda746108b2d26b8c49c8bfbea663f8^acf1fc671fe3149386beb488bd42d95154e9d6f3_0.app.frontendpagessearchAuthor.php:49\nStack trace:\n#0 /var/www/ojs-3.3.0-7/lib/pkp/lib/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php(123): content_61141ca07e0a55_92121638(Object(Smarty_Internal_Template))\n#1 /var/www/ojs-3.3.0-7/lib/pkp/lib/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php(114): Smarty_Template_Resource_Base->getRenderedTemplateCode(Object(Smarty_Internal_Template))\n#2 /var/www/ojs-3.3.0-7/lib/pkp/lib/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(216): Smarty_Template_Compiled->render(Object(Smarty_Internal_Template))\n#3 /var/www/ojs-3.3.0-7/lib/pkp/lib/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(232): Smarty_Internal_Template->render(false, 1)\n#4 /var/www/ojs-3.3.0-7/lib/pkp/lib/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(134): Smarty_Internal_TemplateBase->_execute(Object(Smarty_Internal_Template), NULL, '16a771d26dda746...', NULL, 1)\n#5 /var/www/ojs-3.3.0-7/lib/pkp/classes/template/PKPTemplateManager.inc.php(1187): Smarty_Internal_TemplateBase->display('frontend/pages/...', NULL, '16a771d26dda746...', NULL)\n#6 /var/www/ojs-3.3.0-7/pages/search/SearchHandler.inc.php(275): PKPTemplateManager->display('frontend/pages/...')\n#7 /var/www/ojs-3.3.0-7/lib/pkp/classes/core/PKPRouter.inc.php(395): SearchHandler->authors(Array, Object(Request))\n#8 /var/www/ojs-3.3.0-7/lib/pkp/classes/core/PKPPageRouter.inc.php(246): PKPRouter->_authorizeInitializeAndCallRequest(Array, Object(Request), Array, false)\n#9 /var/www/ojs-3.3.0-7/lib/pkp/classes/core/Dispatcher.inc.php(144): PKPPageRouter->route(Object(Request))\n#10 /var/www/ojs-3.3.0-7/lib/pkp/classes/core/PKPApplication.inc.php(362): Dispatcher->dispatch(Object(Request))\n#11 /var/www/ojs-3.3.0-7/index.php(68): PKPApplication->execute()\n#12 {main}\n  thrown in /var/www/ojs-3.3.0-7/cache/t_compile/16a771d26dda746108b2d26b8c49c8bfbea663f8^acf1fc671fe3149386beb488bd42d95154e9d6f3_0.app.frontendpagessearchAuthor.php on line 49

regards,

Hi,
reviewing the tables looking for some errors, I found this situation in the publication_galley_settings table.

image

Is this the reason for this error? Any tips on how to fix this?

Hi @Adriano_Jose,

The solution can be found in this post: