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
I encountered the following error while trying to access the company edit form in Moodle:
php
Copy code
Exception - Class "moodlequickform_editor" not found
The error occurs on the following pages:
/blocks/iomad_company_admin/includes/colourpicker.php: Error thrown
/blocks/iomad_company_admin/company_edit_form.php: call to require_once()
What I expected:
I expected the company edit form to load successfully without any errors.
Stacktrace:
vbnet
Copy code
Exception - Class "moodlequickform_editor" not found
More information about this error
Debug info:
Error code: generalexceptionmessage
Stack trace:
line 30 of /blocks/iomad_company_admin/includes/colourpicker.php: Error thrown
line 30 of /blocks/iomad_company_admin/company_edit_form.php: call to require_once()
The text was updated successfully, but these errors were encountered:
What happened?
I encountered the following error while trying to access the company edit form in Moodle:
php
Copy code
Exception - Class "moodlequickform_editor" not found
The error occurs on the following pages:
/blocks/iomad_company_admin/includes/colourpicker.php: Error thrown
/blocks/iomad_company_admin/company_edit_form.php: call to require_once()
What I expected:
I expected the company edit form to load successfully without any errors.
Stacktrace:
vbnet
Copy code
Exception - Class "moodlequickform_editor" not found
More information about this error
Debug info:
Error code: generalexceptionmessage
Stack trace:
line 30 of /blocks/iomad_company_admin/includes/colourpicker.php: Error thrown
line 30 of /blocks/iomad_company_admin/company_edit_form.php: call to require_once()
The text was updated successfully, but these errors were encountered: