[Closed] Warning: Call-time passby-reference been deprecated

More
14 years 3 months ago - 14 years 3 months ago #1 by dogas
Hi
I installed joomdle in modle and in joomla and when i am going to login i take those two errors


Warning: Call-time pass-by-reference has been deprecated in /users/k/d/dogas/public_html/moodle/auth/joomdle/auth.php on line 1468

Warning: Call-time pass-by-reference has been deprecated in /users/k/d/dogas/public_html/moodle/auth/joomdle/auth.php on line 1530
Last edit: 14 years 3 months ago by Chris.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #2 by Chris
What version of Moodle, Joomla and PHP are you running? Looks like you might be running a newer version of Moodle with an older version of PHP ?

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #3 by Antonio Durán
This is a warning caused by the use of "&" to pass by reference.

You need to remove the "&" from those lines to fix it.

Thanks for the tip, I fixed it for next release.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #4 by dogas
Antonio hanks for your help I fixed it.

Please Log in or Create an account to join the conversation.