-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
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
Class 'core_external\external_api' not found #524
Comments
As indicated here, you should extend the external_api class instead of \core_external\external_api. |
@opitz please review |
Hello, We got the same issue on Moodle 4.1.6 w/ the branch MOODLE_401_STABLE. Any update on this ? Thank you |
jwalits
added a commit
to catalyst/moodle-mod_questionnaire
that referenced
this issue
Nov 28, 2023
[PoetOS#524] fix issues with externallib.php file
jwalits
added a commit
to catalyst/moodle-mod_questionnaire
that referenced
this issue
Nov 28, 2023
Along with the error on the API documentation page, we are also seeing error in the PHP unit tests
The above commit fixes this up. |
x-iy
added a commit
to catalyst/moodle-mod_questionnaire
that referenced
this issue
Nov 30, 2023
[PoetOS#524] fix issues with externallib.php file
mchurchward
pushed a commit
that referenced
this issue
Feb 23, 2024
lucaboesch
pushed a commit
to lucaboesch/moodle-mod_questionnaire
that referenced
this issue
Mar 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating questionnaire with last version (branch MOODLE_401_STABLE) on Moodle 4.1 brings up an error in the API Documentation page: "Class 'core_external\external_api' not found".
Removing changes committed on file externallib.php as per #502 the error disappear: remove "core_external" from rows 21 to 25.
The text was updated successfully, but these errors were encountered: