- Posts: 24
[Solved] Undefinied Variable
- Leisa Watkins
- Topic Author
- Offline
- Junior Member
-
Less
More
13 years 4 months ago - 13 years 4 months ago #1
by Leisa Watkins
[Solved] Undefinied Variable was created by Leisa Watkins
We are getting the following error when cron runs for multiple users.
<b>Notice</b>: Undefined variable: type in <b>r/auth/joomdle/auth.php</b> on line <b>4595</b><br />
How can I fix it?
Thanks!
<b>Notice</b>: Undefined variable: type in <b>r/auth/joomdle/auth.php</b> on line <b>4595</b><br />
How can I fix it?
Thanks!
Last edit: 13 years 4 months ago by Antonio Durán.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
13 years 4 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Undefinied Variable
Hi.
I checked my code and could not find $type on that line. I found it in a different place.
Anyway, you shoud be able to remove the error bu adding: $type = ""; before the code tries to use $code.
I checked my code and could not find $type on that line. I found it in a different place.
Anyway, you shoud be able to remove the error bu adding: $type = ""; before the code tries to use $code.
The topic has been locked.