The framework is not happy:
Function split() is deprecated

Stack Backtrace:


Function called: dperror_handler

File: /usr/www/users/voasaj/controller/seo_uris.controller.php in Line Number: 107
Function called: split

105. $tmp_uri=$uri;
106. $tmp_uri = trim($tmp_uri, '/');
107. $routes=split('/', $tmp_uri);
108.
109. // check whether we must 404

File: /usr/www/users/voasaj/bootstrap.php in Line Number: 26
Function called: check From Class: seo_uris_controller

24. $params=array('name'=>'seo_uris');
25. $seo_uris_controller = new seo_uris_controller($params);
26. $uri=$seo_uris_controller->check($_SERVER['REQUEST_URI']);
27.
28. }

File: /usr/www/users/voasaj/index.php in Line Number: 9
Function called: require_once

7. */
8.
9. require_once('./bootstrap.php');

Found Settings:
/*
*
* Settings that require user intervention
*
*/
$db_array['server']='localhost';
$db_array['user']='voasaj_1';
$db_array['password']='WpghMVW8';
$db_array['database']='voasaj_db1';

$sanity_check=false;

/*
* Debug Levels:
* 0 = no debug information - recommended for production
* 1 = Exception Errors are shown
* 2 = Exception Errors and Trace Stack
* 3 = Exception Errors and Trace Stack and SQL Queries and settings
*/

$debug_level='3';

/*
* Admin Routes:
* Multiple admin sections are supported
*/

$admin_routes=array('admin');

/*
$default_routes['public']['controller']='pages';
$default_routes['public']['action']='index';
$default_routes['admin']['controller']='pages';
$default_routes['admin']['action']='admin';
*/

$short_date_format='Y-m-d';
$long_date_format='Y-m-d h:i:s';

$js_frameworks=array('jquery'=>array(
'load_ui'=>true,
'ui_theme'=>'smoothness'
)
);

//Definitions specifically for this site
define('NEWS_ITEMS_IN_ELEMENT', 5);
define('DEFAULT_KEYWORD_SEARCH', 'Type keywords here:');

/*
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* Settings that should not be changed
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* (in normal circumstances)
*/
date_default_timezone_set('Africa/Johannesburg');
define('APP_BASE', $_SERVER['DOCUMENT_ROOT'].'');
define('APP_URL', 'http://rian.tinkernet.com/');

/*Set error reporting to full - Keep it like this in the live environment - just tweak the debug level*/
error_reporting(E_ALL | E_STRICT);
ini_set('display_startup_errors', 1);
ini_set('display_errors', 1);
?>