| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>系统发生错误</title>
- <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
- <meta name="Generator" content="EditPlus"/>
- <style>
- body{
- font-family: 'Microsoft Yahei', Verdana, arial, sans-serif;
- font-size:14px;
- }
- a{text-decoration:none;color:#174B73;}
- a:hover{ text-decoration:none;color:#FF6600;}
- h2{
- border-bottom:1px solid #DDD;
- padding:8px 0;
- font-size:25px;
- }
- .title{
- margin:4px 0;
- color:#F60;
- font-weight:bold;
- }
- .message,#trace{
- padding:1em;
- border:solid 1px #000;
- margin:10px 0;
- background:#FFD;
- line-height:150%;
- }
- .message{
- background:#FFD;
- color:#2E2E2E;
- border:1px solid #E0E0E0;
- }
- #trace{
- background:#E7F7FF;
- border:1px solid #E0E0E0;
- color:#535353;
- }
- .notice{
- padding:10px;
- margin:5px;
- color:#666;
- background:#FCFCFC;
- border:1px solid #E0E0E0;
- }
- .red{
- color:red;
- font-weight:bold;
- }
- </style>
- </head>
- <body>
- <div class="notice">
- <h2>系统发生错误 </h2>
- <div >您可以选择 [ <A HREF="/index.php">重试</A> ] [ <A HREF="javascript:history.back()">返回</A> ] 或者 [ <A HREF="">回到首页</A> ]</div>
- <p class="title">[ 错误信息 ]</p>
- <p class="message">非法操作bg3.jpg</p>
- <p class="title">[ TRACE ]</p>
- <p id="trace">
- [18-01-22 16:58:01] () Action->__call(bg3.jpg, Array)<br />
- [18-01-22 16:58:01] () EmptyAction->bg3.jpg()<br />
- [18-01-22 16:58:01] C:\WWW\pay.suibipay\ThinkPHP\Lib\Core\App.class.php (132) call_user_func(Array)<br />
- [18-01-22 16:58:01] C:\WWW\pay.suibipay\ThinkPHP\Lib\Core\App.class.php (159) App::exec()<br />
- [18-01-22 16:58:01] C:\WWW\pay.suibipay\ThinkPHP\Lib\Core\Think.class.php (47) App::run()<br />
- [18-01-22 16:58:01] C:\WWW\pay.suibipay\ThinkPHP\Common\runtime.php (237) Think::Start()<br />
- [18-01-22 16:58:01] C:\WWW\pay.suibipay\ThinkPHP\ThinkPHP.php (32) require(C:\WWW\pay.suibipay\ThinkPHP\Common\runtime.php)<br />
- [18-01-22 16:58:01] C:\WWW\pay.suibipay\index.php (6) require(C:\WWW\pay.suibipay\ThinkPHP\ThinkPHP.php)<br />
- </p>
- </div>
- <div align="center" style="color:#FF3300;margin:5pt;font-family:Verdana"> ThinkPHP <sup style='color:gray;font-size:9pt'>3.0</sup><span style='color:silver'> { Fast & Simple OOP PHP Framework } -- [ WE CAN DO IT JUST THINK ]</span>
- </div>
- </body>
- </html>
|