Okay
  Public Ticket #3625797
struggling with its resources
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Hi Alex,

    This one is big...

    I see a lot of PHP warnings referring to your plugin "wplms" which may be linked to the 500 errors my site's been getting from time to time (10 occurrences for the past 24 hours; https://imgur.com/a/PRVhJ0l).

    Thisis a script/coding issue that indicates an undefined variable $progress in a file called class.api.php within the WPLMS H5P plugin. This warning is being triggered while reading the response header from upstream.

    About this: https://imgur.com/a/dOo8a1C

    These PHP warnings indicate that there are attempts to access array offsets on values of type int (integer) in a file called class-api-student-controller.php, specifically on lines 530 and 531.

    This issue typically arises when an array is expected, but an integer is encountered instead, leading to attempts to access array offsets on non-array values.

    So to sum it all up. These warnings are all related to a possible script/coding issue from the theme or plugin in question 👍

    Can you fix this please?

    Gijs

  • [deleted] replied

    hi fixed this at your end , same fix will be there in wplms h5p plguin update

  •  12
    MeesterGijs replied

    What did you do? What code did you change? What is the new code? And where can I find it?

  • [deleted] replied

    I made code changes in the wplms h5p plugin you have .