The framework is not happy:
.php Not accepted in URI
Stack Backtrace:
File: /usr/www/users/capetock/class/router.class.php in Line Number: 100
Function called: __check_uri
From Class: router
98.
99. /* Check to see whether uri is safe */
100. $this->__check_uri($uri);
101.
102. /* If uri is emptyish default to indexes */
File: /usr/www/users/capetock/class/router.class.php in Line Number: 21
Function called: __read_url
From Class: router
19. function __construct() {
20.
21. $this->__read_url();
22. }
23.
File: /usr/www/users/capetock/bootstrap.php in Line Number: 22
Function called: __construct
From Class: router
20.
21. /* Get the routes */
22. $router=new router();
23.
24. $parent_controller = $router->get_parent_controller();
File: /usr/www/users/capetock/index.php in Line Number: 9
Function called: require_once
7. */
8.
9. require_once('./bootstrap.php');
Found Settings:
/*
*
* Settings that require user intervention
*
*/
define('URL_BASE', 'http://www.capetownclub.org.za');
$db_array['server']='localhost';
$db_array['user']='capetock_6';
$db_array['password']='kxCZ4zs8';
$db_array['database']='capetock_db6';
$email_marketer_settings['token'] = '71f81c5fcbb66a4d1f9335a015043c317d2e6f78';
$email_marketer_settings['username'] = 'capetownclub';
$email_marketer_settings['host'] = 'send.digitalpro.co.za';
$email_marketer_settings['path'] = '/xml_dpframe.php';
$freshbooks_settings['token'] = 'd71ac2ecf7695cafe9981ce939389f3d';
$freshbooks_settings['url'] = 'https://capetownclub.freshbooks.com/api/2.1/xml-in';
$paygate_settings['key'] = 'c33kr1t';
$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();
$default_controller='pages';
$default_action='index';
$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'
)
);
/*
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* Settings that should not be changed
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* (in normal circumstances)
*/
date_default_timezone_set('Africa/Johannesburg');
define('APP_BASE', $_SERVER['DOCUMENT_ROOT'].'');
/*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);
?>