Jump to content

Recommended Posts

Posted

Hi All,

 

We have come across several issues today in which customers were getting a blank page after updating several scripts. This include but are not limited to phpBB3 and Gallery. After checking the standard causes such as permissions, empty lines at eof, file encryption, and so forth, we then took a look at the config files.

This is when the issue became very clear, the database type was not set to the standard MySQL instead it was set to MySQLi. Unfortunalty, MySQLi is not set as a standard across all our servers, however its use is becoming more widespread.

 

We will be compiling this module into PHP on our next update, which will also include a few other popular modules. Until then, if you run into this issue please check your config file and adjust accordingly or open a ticket so we can assist.

 

Thanks

Posted

Thanks for the info, Dick, and it is good to know that you plan to include the module in the next PHP update.

 

I upgraded a phpBB2 message board to phpBB3 about a month and a half ago, and prior to that, I experienced this problem on a test board that I had on my site. I found a reference to this problem in the phpbb.com forum, and edited my config file accordingly. The odd thing was that prior to the fix, the board did work for a day or so, then suddenly, I started getting the blank page when trying to access the forum.

 

My apologies; I should have posted a note on the TCH forum about it then.

 

For those with phpBB3 forums, if you want to check your config.php file, look for this line:

 

>$dbms = 'mysqli';

and if $dbms is defined that way, change it to:

>$dbms = 'mysql';

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...