We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, When trying to index our site's contents for global search with the Diary activity, we're seeing the following error:
Processing area: Diary - activity information !!! Exception - Undefined constant "mod_diary\search\DIARY_INTROATTACHMENT_FILEAREA" !!!
Our current workaround is to exclude the Diary as a searchable area, but it would be good if this got fixed.
The root cause of this failure seems to be this undeclared constant DIARY_INTROATTACHMENT_FILEAREA, which is used here:
DIARY_INTROATTACHMENT_FILEAREA
https://github.com/drachels/moodle-mod_diary/blob/master/classes/search/activity.php#L55
The text was updated successfully, but these errors were encountered:
Just got back from a short vacation. Will try to look at this in the next day or so.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
When trying to index our site's contents for global search with the Diary activity, we're seeing the following error:
Our current workaround is to exclude the Diary as a searchable area, but it would be good if this got fixed.
The root cause of this failure seems to be this undeclared constant
DIARY_INTROATTACHMENT_FILEAREA
, which is used here:https://github.com/drachels/moodle-mod_diary/blob/master/classes/search/activity.php#L55
The text was updated successfully, but these errors were encountered: