1 / 1

336_21-09-11_conferenzasindaciaf

Télécharger la présentation

336_21-09-11_conferenzasindaciaf

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. <?xml version="1.0" encoding="UTF-8"?> <html> <head> <title>Amos-Framework Runtime Error</title> <style type="text/css"> body{ font-family: Helvetica, Verdana, Arial; margin:0px; padding:0px; font-size: .7em; text-align: center; } #container{ width: 100%; } #container div#content{ width: 90%; text-align: left; margin: 0 auto; } #container div#content div#error_info{ background-color: #ffe997; } #container div#header h1{ margin: 0px; padding: 0px; margin-left: 50px; padding-top: 5px; padding-bottom: 15px; } #container div#content h1{ margin: 0px; padding: 0px; margin-left: 50px; padding-top: 5px; padding-bottom: 5px; font-weight:normal; font-size:18pt; color:red; } #container div#content h2{ margin: 0px; padding: 0px; margin-left: 50px; padding-top: 5px; padding-bottom: 5px; font-weight:normal; font-size:14pt; color:maroon; } #container div#error_desc{ background-color: #ffe997; margin-top: 5px; padding-left: 50px; padding-bottom: 5px; } #container div#error_desc h2{ margin: 0px; padding: 0px; margin-top: 10px; margin-bottom: 5px; font-weight:normal; font-size:14pt; color:maroon; } #container div#error_backtrace{ background-color: #a2ff97; padding-left: 50px; padding-bottom: 10px; } #container div#error_backtrace h2{ margin: 0px; padding: 0px; padding-top: 5px; margin-bottom: 5px; font-weight:normal; font-size:14pt; color:maroon; } #container div#error_backtrace ul{ margin: 0; padding: 0; list-style: none; margin-bottom: 5px; } #container div#error_backtrace ul li div.content{ margin-top: 5px; margin-bottom: 5px; } #container div#error_backtrace ul li div.content label{ display: block; width: 50%; padding:5px; } #container div#error_backtrace ul li div.content label.file{ background-color: #ff9798; } #container div#error_backtrace ul li div.content label.function{ background-color: #ffe997; } </style> </head> <body> <div id="container"> <div id="header"> <h1>Amos-Framework has detect an Internal Error</h1> </div> <div id="content"> <div id="error_info"> <h1>Server error in: /usr/lib/php/amos-framework/tags/2.3.1/mvc/lib/routing/Router.php (159) - (0)</h1> <h2>Thrown Exception: RoutingException</h2> </div> <div id="error_desc"> <h2>Error Message:</h2> bad request on uri: files/6/8/336_21-09-11_conferenzasindaciaf.ppt </div> <div id="error_backtrace"> <h2>Backtrace:</h2> <ul> <li> <div class="content"> <label class="file">/usr/lib/php/amos-framework/tags/2.3.1/mvc/lib/Dispatcher.php (115)</label> <label class="function"> Router connect(...) </label> </div> </li> <li> <div class="content"> <label class="file">/var/www/test.cgu-ferrara.it/webapp/index.php (26)</label> <label class="function"> Dispatcher dispatch(...) </label> </div> </li> <li> <div class="content"> <label class="file">/var/www/test.cgu-ferrara.it/index.php (98)</label> <label class="function"> require(...) </label> </div> </li> </ul> </div> </div> </div> </body> </html>

More Related