[solved] Fresh install of CMSM 2.0 - blank page for frontend
Posted: Wed Sep 23, 2015 6:34 am
Just wanted to report the following bug.
after a complete fresh installation of CMSMS 2.0, I got a blank frontend page with a 500 error.
the backend was working.
after checking the log files it turned out that the following
PHP Fatal error: Call to a member function encoding() on null in /home/...../tmp/templates_c/64060443164a9839c71c34206331731aaeeac788.tpl_head.1.php on line 35
and this was linie 35:
<meta charset='<?php echo $_smarty_tpl->tpl_vars['nls']->value->encoding();?>
after removing the <meta charset...> from the template the frontend worked again.
So, I guess this is a bug in the default template which I guess should be fixed in the next release.
after a complete fresh installation of CMSMS 2.0, I got a blank frontend page with a 500 error.
the backend was working.
after checking the log files it turned out that the following
PHP Fatal error: Call to a member function encoding() on null in /home/...../tmp/templates_c/64060443164a9839c71c34206331731aaeeac788.tpl_head.1.php on line 35
and this was linie 35:
<meta charset='<?php echo $_smarty_tpl->tpl_vars['nls']->value->encoding();?>
after removing the <meta charset...> from the template the frontend worked again.
So, I guess this is a bug in the default template which I guess should be fixed in the next release.