Not Solved MyBB Internal Error
#1
Not Solved
suddenly i got this problem.. I use already update mybb files.

forum link: https://forums.likebd.com/


Attached Files Thumbnail(s)
   
Reply
#2
Not Solved
open inc/config.php and check the entry for $config['database']['type']
Web,Windows,Android Programmer
Wordpress,Mybb,... Developer

Reply
#3
Not Solved
Set the database extension to mysqli, it is likely currently set to mysql
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply
#4
Not Solved
(2021-08-12, 05:31 PM)Mostafa.Shiraali Wrote: open inc/config.php and check the entry for $config['database']['type']
Please check it?

$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'likeiwzh_bb';
$config['database']['table_prefix'] = 'mybb_';

$config['database']['hostname'] = 'localhost';
$config['database']['username'] = 'likeiwzh_bb';
$config['database']['password'] = 'Secret';
Reply
#5
Not Solved
i think the hostname should be your hosting providers given hostiname or ip address.
Reply
#6
Not Solved
I'd be inclined to toggle the ['type'] = 'mysqli'; to ['type'] = 'mysql';

The error is clear - can't find the extension.  Which usually means it's not installed.  That's a host issue.

good luck...
Reply
#7
Not Solved
It will be the other way round, it should be mysqli

The regular mysql extension was removed from PHP 7, so 7.0+ only has the mysqli extension. Even on PHP 5.6, the mysqli extension would typically be installed.

If the config currently has mysqli and it's still not working then you'll need to contact your host, but it sounds like you must be on an incredibly old version of PHP if that's the case.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)