Courses Module - error 500 for create & delete

UNA hosted cloud 13.1.0.B2, courses module 13.0.6, classes 13.0.4

  1. Creating a course goes to ERR 500 after submit. But course is created after going back to /page/courses-home
  2. Deleting a course goes to ERR 500 after submit. But course is deleted after going to /page/courses-home
  3. Creating a module in a course goes to a frozen view, but module is created when reloadedimage_transcoder.php?o=sys_images_editor&h=1611&dpx=2&t=1697013555
  4. Creating classes in modules works well
  • 611
  • More
Replies (6)
    • On my self-hosted installation, same setup una version and courses module, everything works normal, without internal 500 error.

      • thx for the comment thomlin. I'm pretty sure Leonid will find the error..

          • You have the following error:

            PHP message: PHP Warning: Attempt to read property "_oConfig" on null in /.../modules/base/general/classes/BxBaseModGeneralAlertsResponse.php on line 25
            PHP message: PHP Warning: Attempt to read property "CNF" on null in /.../modules/base/general/classes/BxBaseModGeneralAlertsResponse.php on line 25
            PHP message: PHP Warning: Attempt to read property "_oConfig" on null in /.../modules/modzzz/jobs/classes/MzJobsAlertsResponse.php on line 25
            PHP message: PHP Warning: Attempt to read property "CNF" on null in /.../modules/modzzz/jobs/classes/MzJobsAlertsResponse.php on line 25
            PHP message: PHP Fatal error: Uncaught Error: Call to a member function getName() on null in /.../modules/modzzz/jobs/classes/MzJobsAlertsResponse.php:26
            Stack trace:
            #0 /.../inc/classes/BxDolAlerts.php(120): MzJobsAlertsResponse->response()
            #1 /.../inc/utils.inc.php(1775): BxDolAlerts->alert()
            #2 /.../inc/classes/BxDolProfile.php(595): bx_alert()
            #3 /.../inc/classes/BxDolProfile.php(541): BxDolProfile->changeStatus()
            #4 /.../modules/base/profile/classes/BxBaseModProfileFormsEntryHelper.php(172): BxDolProfile->approve()
            #5 /.../modules/base/groups/classes/BxBaseModGroupsFormsEntryHelper.php(112): BxBaseModProfileFormsEntryHelper->onDataAddAfter()
            #6 /.../modules/boonex/courses/classes/BxCoursesFormsEntryHelper.php(24): BxBaseModGroupsFormsEntryHelper->onDataAddAfter()
            #7 /..." while reading response header from upstream, client: 185.15.63.69, server: _, request: "POST /page/create-course-profile HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php-fpm.sock:", host: "example.com", referrer: "https://example.com/page/create-course-profile"
            

            So, this is a problem in 3rd-party Jobs module, please contact module author for the fix, or temporary deactivate the module.

            • @LeonidS helped me this afternoon to remove the modules as it was not possible for me to do it myself on UNA cloud.

              As now, we are still looking for the problem .....

              • Hi all!

                Indeed, the issue stemmed from certain third-party applications. These applications, collectively, left residual artifacts throughout various components within UNA, such as the menu, statistical elements, system alerts, and dashboards.

                Login or Join to comment.