Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>Oops!</title>
  8.  
  9. <style>
  10. body {
  11. margin: 30px 40px;
  12. background-color: #f6f6f6;
  13. }
  14. .error-container {
  15. padding: 50px 40px;
  16. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  17. font-size: 14px;
  18. }
  19. h1 {
  20. margin: 0;
  21. font-size: 48px;
  22. font-weight: 400;
  23. }
  24. h2 {
  25. margin: 0;
  26. font-size: 26px;
  27. font-weight: 300;
  28. }
  29. a {
  30. color: #336699;
  31. }
  32. p.back-to-home {
  33. margin-top: 30px;
  34. }
  35. p.debug{
  36. padding: 20px 0;
  37. font-family: "Courier New", Courier, monospace, serif;
  38. font-size: 14px;
  39. }
  40. .info {
  41. border: solid 1px #999;
  42. padding: 5px;
  43. background-color: #d9edf7;
  44. }
  45. </style>
  46.  
  47. </head>
  48. <body>
  49. <div class="error-container">
  50. <h1>Oops!</h1>
  51. <h2>Something went wrong and we couldn't process your request.</h2>
  52. <p>Please go back to the previous page and try again.</p>
  53. </div>
  54. </body>
  55. </html>
  56.  
  57. PHP Fatal error: Trait 'ModulesGarden\Servers\ProxmoxVps\Core\UI\Traits\WhmcsParams' not found in /var/www/vhosts/riversideservers.com/httpdocs/modules/addons/proxmoxAddon/app/Cron/BackupRemove.php on line 23
  58. [WHMCS Application] ERROR: Whoops\Exception\ErrorException: Trait 'ModulesGarden\Servers\ProxmoxVps\Core\UI\Traits\WhmcsParams' not found in /var/www/vhosts/riversideservers.com/httpdocs/modules/addons/proxmoxAddon/app/Cron/BackupRemove.php:23 Stack trace: #0 /var/www/vhosts/riversideservers.com/httpdocs/vendor/whmcs/whmcs-foundation/lib/Utility/Error/Run.php(0): WHMCS\Utility\Error\Run->handleError(1, 'Trait 'ModulesG...', '/var/www/vhosts...', 23) #1 [internal function]: WHMCS\Utility\Error\Run->handleShutdown() #2 {main} {"exception":"[object] (Whoops\\Exception\\ErrorException(code: 1): Trait 'ModulesGarden\\Servers\\ProxmoxVps\\Core\\UI\\Traits\\WhmcsParams' not found at /var/www/vhosts/riversideservers.com/httpdocs/modules/addons/proxmoxAddon/app/Cron/BackupRemove.php:23)"} []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement