Hi,
We have currently a running master website with around 60 slave sites. We now want to update our installation, so we copied the whole site to a test server. Joomla and Multisites are successfully updated, however all the slave sites now have a fatal error:
Code: |
Strict Standards: Non-static method Jms2WinFactory::import() should not be called statically, assuming $this from incompatible context in /var/www/site/files/components/com_multisitescontent/router.php on line 50
Fatal error: Cannot redeclare class ContentRouter in /var/www/site/files/components/com_multisitescontent/multisites.router.php on line 454
|
Live environment:
PHP 5.3.10-pl0-gentoo
Joomla 3.1.1
Multi Sites: 1.3.15 - basic
Multi Sites Content: 1.2.01
Test environment
PHP 5.5 / PHP 5.4
Joomla 3.3.6
Multi Sites: 1.3.41 - basic
Multi Sites Content: 1.2.02
I have tested the site on the live server as well to see if a lower PHP version ignored the error, but no luck.
There is no difference between the router.php of the latest multi sites, compared to the current running on the working website.
What could be the cause of this issue?