MyBB Community Forums

Full Version: Any real MyBB experts here?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Can anybody tell me what these errors mean and if they're actually real errors?

Error #1
Quote:[29-Mar-2012 18:32:56 UTC] PHP Warning: PHP Startup: suhosin: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match


Error #2
Quote:MyBB has experienced an internal error and cannot continue.

Error Type:
MyBB Error (44)
Error Message:
MyBB was unable to load the SQL extension. Please contact the MyBB Group for support. MyBB Website

[30-Mar-2012 10:15:59 UTC] PHP Warning: PHP Startup: suhosin: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0
[30-Mar-2012 12:29:57 UTC] PHP Warning: PHP Startup: suhosin: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0
[30-Mar-2012 13:35:14 UTC] PHP Warning: PHP Startup: suhosin: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0
[30-Mar-2012 13:35:14 UTC] PHP Warning: PHP Startup: suhosin: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0


See, I'm trying to transfer my site to a different host/server. My DB is rather large - around 70MB in size.

I'm actually trying to move this forum for a buyer, however, he's stating that these errors show up when he tries to import the DB. He's basically saying "MyBB isn't working with PHP 5.3.10, please refund me" and yet he already has my DB.
What is the PHP version where you get this error?
Did you get these errors while trying to import the database to your new host?
Not really MyBB errors more like PHP errors.
(2012-03-31, 05:31 AM)crazy4cs Wrote: [ -> ]What is the PHP version where you get this error?

PHP 5.3.10

(2012-03-31, 05:33 AM)weBex Wrote: [ -> ]Did you get these errors while trying to import the database to your new host?

Yes.


I'm actually trying to move this forum for a buyer, however, he's stating that these errors show up when he tries to import the DB. He's basically saying "MyBB isn't working with PHP 5.3.10, please refund me" and yet he already has my DB.
It looks like the suhosin extension was build for a different version of PHP.

For the second issue, it looks like you're missing the php-mysqli extension. (Providing you were using MySQLi on the old host).

Is suhosin not supported by php 5.3.10? It works fine on my server, which is php 5.2.13.
Yes, it is. But it looks like PHP was upgraded but the suhosin extension wasn't recompiled after.

What would be my best bet in this scenario? How can I resolve it? I've never had a problem transferring MyBB forums between different servers before.
See here: http://hardened-php.net/suhosin/how_to_i..._extension

Build the extension, install it, restart the webserver.
Pages: 1 2