wickedstangs Well-known member Mar 9, 2013 #1 I keep getting the below error when I click on Alerts... Fatal error: Call-time pass-by-reference has been removed in /home/gmntmare/public_html/community/library/Borbole/GenderForums/ControllerPublic/Account.php on line 21
I keep getting the below error when I click on Alerts... Fatal error: Call-time pass-by-reference has been removed in /home/gmntmare/public_html/community/library/Borbole/GenderForums/ControllerPublic/Account.php on line 21
Dan Well-known member Mar 9, 2013 #2 That is from an addon, any chance you can paste line 21 of that file? Loks like a php 5.4 incompatibility. You are running 5.4? Upvote 0 Downvote
That is from an addon, any chance you can paste line 21 of that file? Loks like a php 5.4 incompatibility. You are running 5.4?
wickedstangs Well-known member Mar 9, 2013 #3 goblues said: That is from an addon, any chance you can paste line 21 of that file? Loks like a php 5.4 incompatibility. You are running 5.4? Click to expand... Just upgraded to 5.4.. http://xenforo.com/community/thread...aged-vps-for-xenforo.45578/page-2#post-490015 Upvote 0 Downvote
goblues said: That is from an addon, any chance you can paste line 21 of that file? Loks like a php 5.4 incompatibility. You are running 5.4? Click to expand... Just upgraded to 5.4.. http://xenforo.com/community/thread...aged-vps-for-xenforo.45578/page-2#post-490015
wickedstangs Well-known member Mar 9, 2013 #4 goblues said: That is from an addon, any chance you can paste line 21 of that file? Loks like a php 5.4 incompatibility. You are running 5.4? Click to expand... Code: return parent::_saveVisitorSettings($settings, &$errors, $extras); Upvote 0 Downvote
goblues said: That is from an addon, any chance you can paste line 21 of that file? Loks like a php 5.4 incompatibility. You are running 5.4? Click to expand... Code: return parent::_saveVisitorSettings($settings, &$errors, $extras);
Dan Well-known member Mar 9, 2013 #5 change &$errors to $errors I think that should fix it. Upvote 0 Downvote