Freitag, 30. Juli 2010
Viviendo Linux
Welcome, Guest
Please Login or Register.    Lost Password?
Error: Call-time pass-by-reference has been deprec
(1 viewing) 1 Guest
Go to bottomPost New TopicPost Reply
TOPIC: Error: Call-time pass-by-reference has been deprec
#277
silexmultimedia

Error: Call-time pass-by-reference has been deprec 5 Months ago  
Each time I publish the easyping plugin, I get the follow error:

Warning: Call-time pass-by-reference has been deprecated in <<pathToMyFileRemoved>>/plugins/system/easyping.php on line 142
 
Logged Logged
  Reply Quote
#279
medisoft
Moderador
Posts: 220
graph
User Offline Click here to see the profile of this user
Re:Error: Call-time pass-by-reference has been deprec 5 Months ago Karma: 2
thanks! can you tell me which version do you have?
 
Logged Logged
 
  Reply Quote
#329
Jice from Corsica-windsurf.com

Re:Error: Call-time pass-by-reference has been deprec 4 Months, 1 Week ago  
I had the same problem.

I just replace the line 142
Code:

$article=self::images2local(&$article); 


By this

Code:

$article=self::images2local($article);
 
Logged Logged
  Reply Quote
Go to topPost New TopicPost Reply