Upgrading 1.12.1 to 2.1.5
Posted: Tue Oct 04, 2016 12:09 pm
So I almost successfully upgraded the 1.12.1 version to the current latest, 2.1.5 version. Atleast the upgrade process went smooth. Now I can't open my page, although I followed the documentation.
I get the following error running the page via command line:
# php index.php
Fatal error: require_once(): Failed opening required '/www/apache/domains/www.domain.tld/htdocs/lib/classes/class ... iables.php' (include_path='.:/usr/local/php56/share/pear') in /www/apache/domains/www.domain.tld/htdocs/lib/classes/class.CmsObject.php on line 38
After commenting out the line 38, I get this:
Fatal error: Cannot redeclare class CmsContentTypePlaceholder in /www/apache/domains/www.domain.tld/htdocs/lib/classes/class.CmsObject.php on line 466
In the webserver error logs there's this:
[Tue Oct 04 15:07:39.242497 2016] [fcgid:warn] [pid 39612] [client 194.204.13.125:55673] mod_fcgid: stderr: PHP Fatal error: Cannot redeclare class CmsContentTypePlaceholder in /www/apache/domains/www.domain.tld/htdocs/lib/classes/class.CmsObject.php on line 465
I googled for these and didn't end up with something relevant. Could someone please assist me?
I get the following error running the page via command line:
# php index.php
Fatal error: require_once(): Failed opening required '/www/apache/domains/www.domain.tld/htdocs/lib/classes/class ... iables.php' (include_path='.:/usr/local/php56/share/pear') in /www/apache/domains/www.domain.tld/htdocs/lib/classes/class.CmsObject.php on line 38
After commenting out the line 38, I get this:
Fatal error: Cannot redeclare class CmsContentTypePlaceholder in /www/apache/domains/www.domain.tld/htdocs/lib/classes/class.CmsObject.php on line 466
In the webserver error logs there's this:
[Tue Oct 04 15:07:39.242497 2016] [fcgid:warn] [pid 39612] [client 194.204.13.125:55673] mod_fcgid: stderr: PHP Fatal error: Cannot redeclare class CmsContentTypePlaceholder in /www/apache/domains/www.domain.tld/htdocs/lib/classes/class.CmsObject.php on line 465
I googled for these and didn't end up with something relevant. Could someone please assist me?