URIResolutionException
File not found
app/controllers/js_controller.php
#0 /var/www/clients/client5/web156/web/stitch/1.0/libraries/load_stitch.php(6): require_once()
#1 /var/www/clients/client5/web156/web/v2/public/index.php(28): require_once('/var/www/client...')
#2 {main}
File: [STICTH]/var/www/clients/client5/web156/web/stitch/1.0/libraries/load_stitch.php
0: <?php
1: //error_reporting(0);
2: //error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
3: error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
4: require_once 'setup.php';
5: require_once 'run.php';
6: ?>
18:
19: require_once('../config/options.php');
20: require_once('../config/stitch.php');
21:
22: //define('PROJECT', 'achaiki_site');
23: define('PROJECT', 'tainiothiki_new_site');
24:
25: try {
26: require_once(STITCH_PATH.STITCH_VERSION.'/libraries/session/session.php');
27: require_once(STITCH_PATH.STITCH_VERSION.'/libraries/load_stitch.php');
28: } catch ( URIResolutionException $ex ) {
29: // This type of exception will be normally caught here
30: serve_error_page_not_found($ex);
31: } catch ( Exception $ex ) {
32: // No other exception should be caught here, so if there is one, its a fatal error and should display 500.html
33: serve_error_server_error($ex);
34: }
35: ?>
This error is brought to you by Stitch-1.0
Computers are not intelligent. They only think they are.