URIResolutionException
index->video() not found.
#0 /usr/local/stitch/1.0/libraries/load_stitch.php(6): require_once()
#1 /home/onlinema/public_html/onlinemap/public/index.php(28): require_once('/usr/local/stit...')
#2 {main}
File: [STICTH]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: else { $GLOBALS['config']['env'] = ENV_DEVEL; }
19:
20: //$GLOBALS['config']['env'] = ENV_PROD;
21:
22: require_once('../config/options.php');
23: require_once('../config/stitch.php');
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
First snow, then silence. This thousand dollar screen dies so beautifully.