My site files have been moved to new directory on my hosting.
All config.php changes are in place and database is imported.
I can login to admin OK and see all previous settings.
Problem is a blank home page on the site.
I have turned error reporting to Maximum on server settings in admin.
The error reported on front page is:
Fatal error: Call to a member function get() on a non-object in /chroot/home/mysite/mydomain.com/html/templates/ja_nickel/ja_templatetools_1.5.php on line 88
(obviously I changed domain and site name here as private)
I have checked Line 88 in ja_templatetools_1.5.php , it reads:
return preg_replace(‘/[x00-x1Fx7F<>;/”‘%()]/’, ”, $this->_tpl->params->get($param, $default));
So what do I do to adjust here please?
Thanks