- Posts: 9
PHP Notices on Joomdle Users Screen
- Jonathan
- Topic Author
- Offline
- New Member
-
Notice: Undefined variable: image in ...\administrator\components\com_joomdle\views\users\tmpl\default.php on line 67
Notice: Undefined variable: text in ...\administrator\components\com_joomdle\views\users\tmpl\default.php on line 67
See lines 66,67,68.
Putting @ before $text and $image removed the messages.
Using PHP 5.3 - Messages only appear if E_INFO enabled in php.ini.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7847
Will check into it as soon as I can, as I want to release a new version, with the short tags changes applied along today, so if you see any other thing, please comment.
Antonio
Please Log in or Create an account to join the conversation.
- Jonathan
- Topic Author
- Offline
- New Member
-
- Posts: 9
Warning: Invalid argument supplied for foreach() in .../administrator/components/com_joomdle/helpers/applications.php on line 122
Suggest changing to:
if (!empty($pc)) foreach(...) { ... }
Please Log in or Create an account to join the conversation.
- Jonathan
- Topic Author
- Offline
- New Member
-
- Posts: 9
Add following before foreach(...) on line 121 $c = array();Notice: Undefined variable: c in ...\administrator\components\com_joomdle\views\courseapplications\view.html.php on line 128
Add following before foreach(...) on line 21 if (!empty($this->courses))Warning: Invalid argument supplied for foreach() in ...\administrator\components\com_joomdle\views\courseapplications\tmpl\default.php on line 21
Using PHP 5.3 - Messages only appear if E_INFO enabled in php.ini.
Please Log in or Create an account to join the conversation.