- Posts: 2
[Closed] Warning: Call-time passby-reference been deprecated
- dogas
- Topic Author
- Offline
- New Member
-
Less
More
14 years 3 months ago - 14 years 3 months ago #1
by dogas
[Closed] Warning: Call-time passby-reference been deprecated was created 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
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.
- Chris
-
- Offline
- Moderator
-
14 years 3 months ago #2
by Chris
Replied by Chris on topic Re: Warning: Call-time pass-by-reference has been deprecated
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.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
14 years 3 months ago #3
by Antonio Durán
Replied by Antonio Durán on topic Re: Warning: Call-time pass-by-reference has been deprecated
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.
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.
- dogas
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
14 years 3 months ago #4
by dogas
Replied by dogas on topic Re: Warning: Call-time pass-by-reference has been deprecated
Antonio hanks for your help I fixed it.
Please Log in or Create an account to join the conversation.