URIResolutionException
File not found
app/controllers/sitemap.xml_controller.php
#0 /usr/local/stitch/1.0/libraries/load_stitch.php(6): require_once()
#1 /home/euxesgr/public_html/public/index.php(27): 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: ?>
17:
18: if ( $_ENV['STITCH_PATH'] ) define('STITCH_PATH', $_ENV['STITCH_PATH']);
19:
20:
21: require_once('../config/options.php');
22: require_once('../config/stitch.php');
23:
24: try {
25: require_once(STITCH_PATH.STITCH_VERSION.'/libraries/session/session.php');
26: require_once(STITCH_PATH.STITCH_VERSION.'/libraries/load_stitch.php');
27: } catch ( URIResolutionException $ex ) {
28: // This type of exception will be normally caught here
29: serve_error_page_not_found($ex);
30: } catch ( Exception $ex ) {
31: // No other exception should be caught here, so if there is one, its a fatal error and should display 500.html
32: serve_error_server_error($ex);
33: }
34: ?>
This error is brought to you by Stitch-1.0
Out of memory. We wish to hold the whole sky, but we never will.