Not Solved ERROR
#1
Not Solved
I tried to merge the database from vbulletin 4 to mjbb but I get the following error. How do I solve this problem.

Thanks everyone for your help.

Fatal error: Declaration of debugErrorHandler::error($type, $message, $file = null, $line = 0) must be compatible with errorHandler::error($type, $message, $file = null, $line = 0, $allow_output = true) in /home/smboemi/public_html/merge/resources/class_error.php on line 34
Reply
#2
Not Solved
I'm no expert at this but you can try this method. Make sure to save a backup of everything before you do!!!

open up the file merge/resources/class_error.php and search on line 34

public function error($type, $message, $file = null, $line = 0) {

and replace it with

public function error($type, $message, $file = null, $line = 0, $allow_output = true) {

And then try the merging process again
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)