Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: chris01 on June 07, 2008, 03:59:08 PM

Title: Bridging problems
Post by: chris01 on June 07, 2008, 03:59:08 PM
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
Title: Re: Bridging problems
Post by: Orstio on June 07, 2008, 04:14:49 PM
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
Title: Re: Bridging problems
Post by: chris01 on June 07, 2008, 04:35:37 PM
Thanks, but do not think I have access to php.ini. Any other way?
Title: Re: Bridging problems
Post by: Orstio on June 07, 2008, 04:43:07 PM
Contact your host and ask them to turn off strict mode in PHP.