route Error
- /www/wwwroot/www.top50solar-esp.com/include/functions.php on line 15
10.
11.
syClass ( 'sysession' );
12.
spLaunch ( "router_prefilter" );
13.
$handle_controller = syClass ( $__controller, null, $GLOBALS ['LD_I'] ["controller_path"] . '/' . $__controller . ".php" );
14.
if (! is_object ( $handle_controller ) || ! method_exists ( $handle_controller, $__action )) {
15.
16.
syError ( 'route Error' );
exit ();
17.
}
18.
$handle_controller->$__action ();
19.
if (FALSE != $GLOBALS ['LD_I'] ['view'] ['auto_display']) {
20.
$__tplname = $__controller . $GLOBALS ['LD_I'] ['view'] ['auto_display_sep'] . $__action . $GLOBALS ['LD_I'] ['view'] ['auto_display_suffix'];
- /www/wwwroot/www.top50solar-esp.com/index.php on line 24
19.
$idxwap = isset($_GET['wap'])?$_GET['wap']=='wap'?'wap/':'':'';
20.
define('_WAPTEMPLATE_',$idxwap);
21.
$iConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$iConfig['ext']['view_themes'];
22.
23.
require(I_PATH."/app.php");
24.
appRun();