MyBB Community Forums

Full Version: Merge Issue - Urgent Help Needed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

I am trying to merge my SMF 1.1.10 board to MyBB, i got this error when i ran the database RUN:

PHP Code:
MyBB has experienced an internal error and cannot continue.

Error Type:
    (
8192)
Error Message:
    
Assigning the return value of new by reference is deprecated
Location
:
    
FileC:\xampp\htdocs\mybb\convert\resources\class_converter_module.php
    Line
29
Code
:
    
26.         // Setup & Share our variables and classes
    
27.         require_once MERGE_ROOT."boards/".$import_session['board']."/bbcode_parser.php";
    
28.         require_once MERGE_ROOT.'resources/class_cache_handler.php';
    
29.         $this->bbcode_parser = &new BBCode_Parser();
    
30.         $this->get_import = &new Cache_Handler();
    
31.         
    32.         $this
->board = &$board
Backtrace:
    
File     Line     Function
    
C:\xampp\htdocs\mybb\inc\class_error.php     171     errorHandler->output_error
    C
:\xampp\htdocs\mybb\convert\index.php     949     errorHandler->error
    C
:\xampp\htdocs\mybb\convert\index.php     949     require_once

Please contact the MyBB Group for support

Please help, i haven't a clue what the problem is, the first issue was with PHP 5.3 version that i found a path on this forums, but i don't know if it affects the merge script, like it did for me ?

Thanks,
ScanConfused
Moved to Merge System support as it's about the Merge System...

It's a known issue: http://dev.mybboard.net/issues/498

For now, if you can downgrade PHP to 5.2.x it'll be OK.
Reference URL's