Hi,
Hopefully someone has an easy answer to this. I managed to install SMF OK. First stages of the bridging as well but when I click the link to the forum I get the error message below.
Anyone know what this means?
Thanks
Strict Standards: Non-static method mamboCore::getMamboCore() should not be called statically in /var/www/web117/web/cph/components/com_smf/smf.php on line 1071
Strict Standards: Non-static method mamboDatabase::getInstance() should not be called statically in /var/www/web117/web/cph/components/com_smf/smf.php on line 1072
Strict Standards: Non-static method mosMainFrame::getInstance() should not be called statically in /var/www/web117/web/cph/components/com_smf/smf.php on line 1073
You have strict mode turned on in PHP.
Do you have access to change your php.ini?
If so:
error_reporting = E_ALL &~E_STRICT
Thanks, but do not think I have access to php.ini. Any other way?
Contact your host and ask them to turn off strict mode in PHP.