URIResolutionException
File not found
app/controllers/lang_en_controller.php
#0 /var/www/html/biochemistry.med.upatras.gr/stitch/1.0/libraries/load_stitch.php(3): require_once()
#1 /var/www/html/biochemistry.med.upatras.gr/public/index.php(25): require_once('/var/www/html/b...')
#2 {main}
File: stitch/1.0/libraries/load_stitch.php
0: <?php
1: require_once 'setup.php';
2: require_once 'run.php';
3: ?>
15: else { $GLOBALS['config']['env'] = ENV_DEVEL; }
16:
17: if ( $_ENV['STITCH_PATH'] ) define('STITCH_PATH', $_ENV['STITCH_PATH']);
18:
19: require_once('../config/options.php');
20: require_once('../config/stitch.php');
21:
22: try {
23: require_once(STITCH_PATH.STITCH_VERSION.'/libraries/session/session.php');
24: require_once(STITCH_PATH.STITCH_VERSION.'/libraries/load_stitch.php');
25: } catch ( URIResolutionException $ex ) {
26: // This type of exception will be normally caught here
27: serve_error_page_not_found($ex);
28: } catch ( Exception $ex ) {
29: // No other exception should be caught here, so if there is one, its a fatal error and should display 500.html
30: serve_error_server_error($ex);
31: }
32: ?>
This error is brought to you by Stitch-1.0
All computers wait at the same speed.