Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. 2017.05.23 05:06:17 1: PERL WARNING: Bareword found where operator expected at (eval 15861) line 6, near "* nn4 hide"
  2. 2017.05.23 05:06:17 1: PERL WARNING: (Missing operator before hide?)
  3. 2017.05.23 05:06:17 1: PERL WARNING: Bareword found where operator expected at (eval 15861) line 6, near "1.2em"
  4. 2017.05.23 05:06:17 1: PERL WARNING: (Missing operator before em?)
  5. 2017.05.23 05:06:17 1: PERL WARNING: Bareword found where operator expected at (eval 15861) line 11, near "}
  6.  
  7. table"
  8. 2017.05.23 05:06:17 1: PERL WARNING: (Missing operator before table?)
  9. 2017.05.23 05:06:17 1: PERL WARNING: Bareword found where operator expected at (eval 15861) line 17, near "1.2em"
  10. 2017.05.23 05:06:17 1: PERL WARNING: Bareword found where operator expected at (eval 15861) line 19, near ".8em"
  11. 2017.05.23 05:06:17 3: [LichtWetter] error Unterminated <> operator at (eval 15861) line 28.
  12. parsing <!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  13. <html>
  14. <head>
  15. <title>Yahoo! - Error report</title>
  16. <style>
  17. /* nn4 hide */ /*/*/
  18. body {
  19. font: small/ 1.2em arial, helvetica, clean, sans-serif;
  20. font: x-small;
  21. text-align: center;
  22. }
  23.  
  24. table {
  25. font-size: inherit;
  26. font: x-small;
  27. }
  28.  
  29. html>body {
  30. font: 83%/ 1.2em arial, helvetica, clean, sans-serif;
  31. }
  32.  
  33. input {
  34. font-size: 100%;
  35. vertical-align: middle;
  36. }
  37.  
  38. p,form {
  39. margin: 0;
  40. padding: 0;
  41. }
  42.  
  43. p {
  44. padding-bottom: 6px;
  45. margin-bottom: 10px;
  46. }
  47.  
  48. #doc {
  49. width: 48.5em;
  50. margin: 0 auto;
  51. border: 1px solid #fff;
  52. text-align: center;
  53. }
  54.  
  55. #ygma {
  56. text-align: right;
  57. margin-bottom: 53px
  58. }
  59.  
  60. #ygma img {
  61. float: left;
  62. }
  63.  
  64. #ygma div {
  65. border-bottom: 1px solid #ccc;
  66. padding-bottom: 8px;
  67. margin-left: 152px;
  68. }
  69.  
  70. #bd {
  71. clear: both;
  72. text-align: left;
  73. width: 75%;
  74. margin: 0 auto 20px;
  75. }
  76.  
  77. h1 {
  78. font-size: 135%;
  79. text-align: center;
  80. margin: 0 0 15px;
  81. }
  82.  
  83. legend {
  84. display: none;
  85. }
  86.  
  87. fieldset {
  88. border: 0 solid #fff;
  89. padding: .8em 0 .8em 4.5em;
  90. }
  91.  
  92. form {
  93. position: relative;
  94. background: #eee;
  95. margin-bottom: 15px;
  96. border: 1px solid #ccc;
  97. border-width: 1px 0;
  98. }
  99.  
  100. #s1p {
  101. width: 15em;
  102. margin-right: .1em;
  103. }
  104.  
  105. form span {
  106. position: absolute;
  107. left: 70%;
  108. top: .8em;
  109. }
  110.  
  111. form a {
  112. font: 78%/ 1.2em arial;
  113. display: block;
  114. padding-left: .8em;
  115. white-space: nowrap;
  116. background: url(http://l.yimg.com/a/i/s/bullet.gif)
  117. no-repeat left center;
  118. }
  119.  
  120. form .sep {
  121. display: none;
  122. }
  123.  
  124. .more {
  125. text-align: center;
  126. }
  127.  
  128. #ft {
  129. padding-top: 10px;
  130. border-top: 1px solid #999;
  131. }
  132.  
  133. #ft p {
  134. text-align: center;
  135. font: 78% arial;
  136. }
  137. /* end nn4 hide */
  138. </style>
  139. </head>
  140. <body>
  141. <div id="doc">
  142. <div id="ygma">
  143. <a href="http://www.yahoo.com">
  144. <img src="http://l.yimg.com/a/i/yahoo.gif" width="147"
  145. height="31" border="0" alt="Yahoo!">
  146. </a>
  147.  
  148. <div>
  149. <a href="http://www.yahoo.com">Yahoo!</a>
  150. - <a href="http://help.yahoo.com">Help</a>
  151. </div>
  152. </div>
  153. <div id="bd">
  154. <h1>HTTP Status 500 - </h1>
  155.  
  156. <p>
  157. <b>type</b>
  158. Status report
  159. </p>
  160.  
  161. <p>
  162. <b>message</b>
  163. <u></u>
  164. </p>
  165.  
  166. <p>
  167. <b>description</b>
  168. <u>Server Error</u>
  169. </p>
  170.  
  171. <p>
  172.  
  173. </p>
  174. </div>
  175. </div>
  176. </body>
  177. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement