We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 24677
    • 52 Posts
    Hi. My English isn't very well. Sorry for mistakes.

    In php 5.2 OK

    In php 5.3 It work, but I've got warnings
    Deprecated: Call-time pass-by-reference has been deprecated in [...]\core\components\migx\model\migx\migx.class.php on line 104
    
    Deprecated: Call-time pass-by-reference has been deprecated in [...]\core\components\migx\model\migx\migx.class.php on line 109
    
    Deprecated: Call-time pass-by-reference has been deprecated in [...]\core\components\migx\model\migx\migx.class.php on line 416
    
    Deprecated: Call-time pass-by-reference has been deprecated in [...]\core\components\migx\model\migx\migx.class.php on line 426
    


    In PHP 5.4 I've got fatal error
    Fatal Error: Call-time pass-by-reference has been removed in [...]\core\components\migx\model\migx\migx.class.php on line 104

    [ed. note: rebroff last edited this post 11 years, 9 months ago.]