Advertisement
Guest User

checks.php output

a guest
Jun 7th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. PHP Warning: Undefined property: stdClass::$release in /var/www/html/moodle/lib/classes/check/environment/environment.php on line 70
  2.  
  3. Warning: Undefined property: stdClass::$release in /var/www/html/moodle/lib/classes/check/environment/environment.php on line 70
  4. PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/moodle/lib/environmentlib.php on line 243
  5.  
  6. Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/moodle/lib/environmentlib.php on line 243
  7. PHP Warning: Undefined property: stdClass::$version in /var/www/html/moodle/lib/classes/check/environment/upgradecheck.php on line 72
  8.  
  9. Warning: Undefined property: stdClass::$version in /var/www/html/moodle/lib/classes/check/environment/upgradecheck.php on line 72
  10. Default exception handler: Table "config" does not exist Debug:
  11. Error code: ddltablenotexist
  12. * line 673 of /lib/dml/moodle_database.php: dml_exception thrown
  13. * line 1711 of /lib/dml/moodle_database.php: call to moodle_database->where_clause()
  14. * line 8242 of /lib/moodlelib.php: call to moodle_database->get_field()
  15. * line 75 of /lib/classes/check/environment/upgradecheck.php: call to moodle_needs_upgrading()
  16. * line 113 of /admin/cli/checks.php: call to core\check\environment\upgradecheck->get_result()
  17.  
  18. !!! Table "config" does not exist !!!
  19. !!
  20. Error code: ddltablenotexist !!
  21. !! Stack trace: * line 673 of /lib/dml/moodle_database.php: dml_exception thrown
  22. * line 1711 of /lib/dml/moodle_database.php: call to moodle_database->where_clause()
  23. * line 8242 of /lib/moodlelib.php: call to moodle_database->get_field()
  24. * line 75 of /lib/classes/check/environment/upgradecheck.php: call to moodle_needs_upgrading()
  25. * line 113 of /admin/cli/checks.php: call to core\check\environment\upgradecheck->get_result()
  26. !!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement