function signature() in .... class.cms_route_manager.php
Posted: Sat Jan 28, 2017 4:15 pm
Hello community, unfortunatly I need you help.
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:
To make sure that CMS Made Simple works on the system, I downloaded the lates version and installed it, this worked fine. ( I actually saw the CMS the first time in action and I must say it looks intresting! )
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
Did anyone ran into the same problem and can give me some good inputs or hints?
Thank you very much!
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!