I am helping a friend with her IT and web stuff. Since she did host her sites and shops on different hosters, I am consolidating everything to a single one.
One of her sites is made with CMS Made Simple:
$CMS_VERSION = "1.11.8";
$CMS_VERSION_NAME = "Fioreana";
$CMS_SCHEMA_VERSION = "36";
I did get the files and DB-Dump from the current provider and tried to install them on the new system.
Its an FreeBSD System with PHP Version 5.6.29, CGI/FastCGI and "10.1-MariaDB"
After I have copied the files to the server, installed the DB and changed the connection to the Database, I get an error:
Code: Select all
Fatal error: Call to a member function signature() on boolean in /home/*****/www/**********/lib/classes/class.cms_route_manager.php on line 370
I have already tried to ask mr.google for an answer, but could not find a solution for my problem. Debug mode does not change the error message, the logfile shows the same message that I see online.
So you see, I am kind of stucked since I do not now the CMS yet

Thank you very much!