Bridging problems

Started by chris01, June 07, 2008, 03:59:08 PM

Previous topic - Next topic

chris01

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

Orstio

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

chris01

Thanks, but do not think I have access to php.ini. Any other way?

Orstio

Contact your host and ask them to turn off strict mode in PHP.

Advertisement: