Forums
Hi,
I'm currently receiving errors whenever I use the 'Required Course' and 'Lesson required for the course validation'. Whenever I try to use these forms, I get this error:
"An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: https://lms/entityreference/autocomplete/single/course_required_quiz_re…
StatusText: Service unavailable (with message)
ResponseText: Page execution time was 434.72 ms. Memory used at: devel_boot()=3.3 MB, devel_shutdown()=30.88 MB, PHP peak=31.5 MB."
The current installation that I have already has courses and lessons created.
Is there anything that I need to configure to make this work? Thanks.
Hi Xtrobe,
Hi James,
One more question regarding
Hi Xtrobe,
Related to your first post.
Related to your first post. Regarding the ajax error. This bug was recently introduced, and it is only triggered on a node add, not when editing a node. Instead of changing the widgets of the fields, you can edit the opigno.module, inside the function opigno_og_context_handler(), change the line
if (og_is_group('node', node_load(arg(6)))) {
to
if (is_numeric(arg(6))&&og_is_group('node', node_load(arg(6)))) {
We will include this on our next release. Thank you for your feedback. Best regards
In reply to Hi Xtrobe, by James Aparicio
https://drupal.org/node
In reply to Related to your first post. by James Aparicio
https://drupal.org/node
Thanks, James, for the
Also, to add onto the
Hi,
Hi major,
Hi major,
It is planned to release on 1.11,
Best regards