Fatal error: Call-time pass-by-reference has been removed

Discussion in 'PHP' started by Nigel Lew, Dec 17, 2013.

  1. #1
    Hi, I am trying to figure out a google maps issue with phpbb. Everything was working fine until I installed that lol..

    Error is Fatal error: Call-time pass-by-reference has been removed in /home/xxxx/xxxxx/forums/viewtopic.php on line 1136

    code in question is
    if (null != $ymsm){
                $ymsm->viewtopic_usercache(&$user_cache, &$row, $poster_id);
            }
    PHP:
    any thoughts here. I cant view threads now lol..
    Nigel
     
    Nigel Lew, Dec 17, 2013 IP
  2. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    406
    Best Answers:
    21
    Trophy Points:
    295
    #2
    &

    lol, I figured it out.
    Nigel
     
    Nigel Lew, Dec 17, 2013 IP