MyBB Community Forums

Full Version: Big Trouble Cpanel Update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

After Cpanel update from Mariadb ammended to Mysql8  i get the error bellow error:

MyBB error (44)
Mybb was unable to load Mysql extension..

---------------

I have tried to change from Inc/config.php 
The Line 'Mysql'

To:

Mysql 8

--------------

Then the below errors show up
As per photos in detail so you can understand the problem
Even the webhost support couldnt solve the problem..

My Website:

www.greek-gaming.com
change it to mysqli
(2023-09-02, 06:52 PM)bv64 Wrote: [ -> ]change it to mysqli

This solution doesnt work.

If i do this i get no response from site...

See the attached photo when i switch it to mysqli
sorry, I can't reed greek error messages!

what is running on your server now? MySql or MariaDB or what?

by the way, you posted your database access data in the screenshot; you should change this immediately because this data is no longer secure. Never post such data!
Database running Mysql 8

The error after changing to mysqli:

This page is not working
The greek-gaming.com server is currently unable to handle this request.
please show us your inc/config.php from this sector but WITHOUT password

somewhere is an error

take a look on the server logs to see what triggers this error
not the mybb-error-log, the server error log!

if mysqli was the error, we would still have a database error message
I've never seen a file called db_mysql8.php in any MyBB installation I've ever had but that warning error says
require_once(/home/greekgam/plublic_html/inc/db_mysql8.php):

@bv64 could this be the problem itself?
sure, mysql8 is the wrong input for the config.php

but with mysqli (I use this for MySQL 8) he got a Error 500

I suspect that he made a typo somewhere when changing the config.php, forgot the semicolon etc., so I wanted to see it, but the topic starter doesn't seem to care much about his board, so I'll leave it here for now
Never mind.
Switched back to MariaDB and now is working.