Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2022
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. [librenms@~ ]$ ./daily.sh
  2. PHP Fatal error: Declaration of App\Exceptions\Handler::render($request, Throwable $exception) must be compatible with Illuminate\Contracts\Debug\ExceptionHandler::render($request, Exception $e) in /usr/local/opt/librenms/app/Exceptions/Handler.php on line 8
  3. PHP Fatal error: Uncaught ReflectionException: Class App\Exceptions\Handler does not exist in /usr/local/opt/librenms/vendor/laravel/framework/src/Illuminate/Container/Container.php:779
  4. Stack trace:
  5. #0 /usr/local/opt/librenms/vendor/laravel/framework/src/Illuminate/Container/Container.php(779): ReflectionClass->__construct('App\\Exceptions\\...')
  6. #1 /usr/local/opt/librenms/vendor/laravel/framework/src/Illuminate/Container/Container.php(658): Illuminate\Container\Container->build('App\\Exceptions\\...')
  7. #2 /usr/local/opt/librenms/vendor/laravel/framework/src/Illuminate/Container/Container.php(609): Illuminate\Container\Container->resolve('App\\Exceptions\\...', Array)
  8. #3 /usr/local/opt/librenms/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(759): Illuminate\Container\Container->make('App\\Exceptions\\...', Array)
  9. #4 /usr/local/opt/librenms/vendor/laravel/framework/src/Illuminate/Container/Container.php(264): Illuminate\Foundation\Application->make('App\\Exceptions\\...', Array)
  10. #5 /usr/local/opt/librenms/ve in /usr/local/opt/librenms/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 779
  11. Python 3 dependencies missing, Unsupported PHP version, switched to php71-python2 branch. OK
  12. Updating to latest codebase OK
  13. Updating Composer packages OK
  14. Updating SQL-Schema OK
  15. Updating submodules OK
  16. Cleaning up DB OK
  17. Fetching notifications OK
  18. Caching PeeringDB data OK
  19. [librenms@ ~ ]$ ./validate.php
  20.  
  21. In PackageManifest.php line 122:
  22.  
  23. Undefined index: name
  24.  
  25.  
  26. ====================================
  27. Component | Version
  28. --------- | -------
  29. LibreNMS | 1.63-57-g0040f38
  30. DB Schema | Not Connected (0)
  31. PHP | 7.1.33
  32. Python | 3.6.8
  33. MySQL | ?
  34. RRDTool | 1.4.8
  35. SNMP | NET-SNMP 5.7.2
  36. ====================================
  37.  
  38. [OK] Composer Version: 2.2.6
  39. [OK] Dependencies up-to-date.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement