Page 1 of 1

After upgrade problems

Posted: Thu May 11, 2017 7:32 pm
by MarlyNL
Hi guys,
I just ran into an issue, the webhost was upgraded to PHP7.
After that I upgraded CMSMS from 1.12.2 to 2.1.6 but something went wrong.
Running the installer/updater again doesn't solve my issue :(
Is there a way to solve this issue?

It says installed correctly but on the hompage I get:

Code: Select all

ERROR: at line 127 in file /www/htdocs/westerve/lib/smarty/sysplugins/smarty_internal_templatebase.php:

Message:

Unable to load template tpl_top '23'
Close Full Trace ↑
#0 /www/htdocs/westerve/index.php(157): Smarty_Internal_TemplateBase->fetch()
#1 {main}
In the backend when going to the templates I get:

Code: Select all

SELECT SQL_CALC_FOUND_ROWS tpl.id FROM cms_ms_me_layout_templates tpl LEFT JOIN cms_ms_me_layout_tpl_type type ON tpl.type_id = type.id ORDER BY tpl.name asc LIMIT 0, 100 -- Table 'westerve.cms_ms_me_layout_templates' doesn't exist
And with the stylesheets I get:

Code: Select all

SELECT SQL_CALC_FOUND_ROWS S.id FROM cms_ms_me_layout_stylesheets S ORDER BY S.name ASC LIMIT 0, 100 -- Table 'westerve.cms_ms_me_layout_stylesheets' doesn't exist