-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.3.1
-
None
-
MOODLE_23_STABLE
-
master
There were a number of errors reported on the settings page. These errors indicate the the constants were not correctly defined or that they were not included in the settings.php page.
Notice: Use of undefined constant REMINDERS_SEND_ALL_EVENTS - assumed 'REMINDERS_SEND_ALL_EVENTS' in D:\xampp\htdocs\moodle_master_dev_mysql\local\reminders\settings.php on line 38
|
|
Notice: Use of undefined constant REMINDERS_SEND_ONLY_VISIBLE - assumed 'REMINDERS_SEND_ONLY_VISIBLE' in D:\xampp\htdocs\moodle_master_dev_mysql\local\reminders\settings.php on line 39
|
|
Notice: Use of undefined constant REMINDERS_SEND_ONLY_HIDDEN - assumed 'REMINDERS_SEND_ONLY_HIDDEN' in D:\xampp\htdocs\moodle_master_dev_mysql\local\reminders\settings.php on line 40
|
|
Notice: Use of undefined constant REMINDERS_SEND_ALL_EVENTS - assumed 'REMINDERS_SEND_ALL_EVENTS' in D:\xampp\htdocs\moodle_master_dev_mysql\local\reminders\settings.php on line 45
|
|
Notice: Use of undefined constant REMINDERS_ACTIVITY_BOTH - assumed 'REMINDERS_ACTIVITY_BOTH' in D:\xampp\htdocs\moodle_master_dev_mysql\local\reminders\settings.php on line 89
|
|
Notice: Use of undefined constant REMINDERS_ACTIVITY_ONLY_OPENINGS - assumed 'REMINDERS_ACTIVITY_ONLY_OPENINGS' in D:\xampp\htdocs\moodle_master_dev_mysql\local\reminders\settings.php on line 90
|
|
Notice: Use of undefined constant REMINDERS_ACTIVITY_ONLY_CLOSINGS - assumed 'REMINDERS_ACTIVITY_ONLY_CLOSINGS' in D:\xampp\htdocs\moodle_master_dev_mysql\local\reminders\settings.php on line 91
|
|
Notice: Use of undefined constant REMINDERS_ACTIVITY_BOTH - assumed 'REMINDERS_ACTIVITY_BOTH' in D:\xampp\htdocs\moodle_master_dev_mysql\local\reminders\settings.php on line 96
|
The following error was reported everywhere. It indicates you are using a function that is now deprecated. Go to the definition of the function and it will tell you the new function to use.
Deprecated: Call-time pass-by-reference has been deprecated in D:\xampp\htdocs\moodle_master_dev_mysql\local\reminders\lib.php on line 71
|
I assume you have debugging turned on. If not, go to Settings > Site admin > Development > Debugging and turn the debugging setting to the highest level.
Don't forget to bump your version every time you push changes.