MyBB Community Forums

Full Version: Fatal Error Loading Merge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get the following error when trying to load the merge module:

Quote:Warning: Declaration of debugErrorHandler::error($type, $message, $file = NULL, $line = 0) should be compatible with errorHandler::error($type, $message, $file = NULL, $line = 0, $allow_output = true) in /home/umgoblog/public_html/umgo/mybb/merge/resources/class_error.php on line 34

Fatal error: Uncaught Error: Class 'AbstractPdoDbDriver' not found in /home/umgoblog/public_html/umgo/mybb/inc/db_mysql_pdo.php:10 Stack trace: #0 /home/umgoblog/public_html/umgo/mybb/merge/index.php(144): require_once() #1 {main} thrown in /home/umgoblog/public_html/umgo/mybb/inc/db_mysql_pdo.php on line 10
which PHP-version do you run?

merge will run only up to PHP 7.4
(2023-07-07, 05:36 AM)bv64 Wrote: [ -> ]which PHP-version do you run?

merge will run only up to PHP 7.4

I'm running 7.4.
Try using the development build at https://github.com/mybb/merge-system at this moment. Download as a .zip file: https://github.com/mybb/merge-system/arc...eature.zip .