Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.65 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4. <html lang="en">
  5.     <head>
  6.         <title>Database Error</title>
  7.         <style type="text/css">
  8.  
  9. ::selection{ background-color: #E13300; color: white; }
  10. ::moz-selection{ background-color: #E13300; color: white; }
  11. ::webkit-selection{ background-color: #E13300; color: white; }
  12.  
  13. body {
  14.     background-color: #fff;
  15.     margin: 40px;
  16.     font: 13px/20px normal Helvetica, Arial, sans-serif;
  17.     color: #4F5155;
  18. }
  19.  
  20. a {
  21.     color: #003399;
  22.     background-color: transparent;
  23.     font-weight: normal;
  24. }
  25.  
  26. h1 {
  27.     color: #444;
  28.     background-color: transparent;
  29.     border-bottom: 1px solid #D0D0D0;
  30.     font-size: 19px;
  31.     font-weight: normal;
  32.     margin: 0 0 14px 0;
  33.     padding: 14px 15px 10px 15px;
  34. }
  35.  
  36. code {
  37.     font-family: Consolas, Monaco, Courier New, Courier, monospace;
  38.     font-size: 12px;
  39.     background-color: #f9f9f9;
  40.     border: 1px solid #D0D0D0;
  41.     color: #002166;
  42.     display: block;
  43.     margin: 14px 0 14px 0;
  44.     padding: 12px 10px 12px 10px;
  45. }
  46.  
  47. #container {
  48.     margin: 10px;
  49.     border: 1px solid #D0D0D0;
  50.     -webkit-box-shadow: 0 0 8px #D0D0D0;
  51. }
  52.  
  53. p {
  54.     margin: 12px 15px 12px 15px;
  55. }
  56. </style>
  57.     </head>
  58.     <body>
  59.         <div id="container">
  60.             <h1>A Database Error Occurred</h1>
  61.             <p>Error Number: 1054</p>
  62.             <p>Unknown column 'data_response' in 'field list'</p>
  63.             <p>INSERT INTO `payments` (`player_uid`, `created`, `type`, `data_response`, `hash`) VALUES (192, 1503324036, 1, '{\"header\":false,\"body\":false}', 'a910d482c6f3dd811342607a53d4088f3af02f63285a7c67e42f3b9e69a32492')</p>
  64.             <p>Filename: controllers/api/payments.php</p>
  65.             <p>Line Number: 390</p>
  66.         </div>
  67.     </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement