You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an error with adding events to user calendars during a face-to-face event creation. The option under the Calendar section on /course/modedit.php for adding events after a user signs up for a face to face event, and by ticking this checkbox it throws the following error on page refresh:
Comparisons of text column conditions are not allowed. Please use sql_compare_text() in your query.
More information about this error
Debug info:
Error code: textconditionsnotallowed
Stack trace:
line 584 of /lib/dml/moodle_database.php: dml_exception thrown
line 1728 of /lib/dml/moodle_database.php: call to moodle_database->where_clause()
line 3231 of /mod/facetoface/lib.php: call to moodle_database->delete_records()
line 1825 of /mod/facetoface/lib.php: call to facetoface_add_session_to_calendar()
line 82 of /mod/facetoface/editattendees.php: call to facetoface_user_signup()
We have are using Moodle 2.5. This error does not seem to happen on all Moodle installs, however I have seen the issue for a few other people on the Moodle forums. So, it's not limited to just us.
The text was updated successfully, but these errors were encountered:
Hello,
We have an error with adding events to user calendars during a face-to-face event creation. The option under the Calendar section on /course/modedit.php for adding events after a user signs up for a face to face event, and by ticking this checkbox it throws the following error on page refresh:
We have are using Moodle 2.5. This error does not seem to happen on all Moodle installs, however I have seen the issue for a few other people on the Moodle forums. So, it's not limited to just us.
The text was updated successfully, but these errors were encountered: