方法 alert未定义!
请检查是否控制器类(message)与数据模型类重名?
- /www/wwwroot/androidtvbox-factory.com/include/syController.php on line 50
45.
public function __call($name, $args)
46.
{
47.
if(in_array($name, $GLOBALS['G_DY']["auto_load_controller"])){
48.
return syClass($name)->__input($args);
49.
}elseif(!method_exists( $this, $name )){
50.
51.
syError("方法 {$name}未定义!<br />请检查是否控制器类(".get_class($this).")与数据模型类重名?");
}
52.
}
53.
54.
public function getView()
55.
{
- /www/wwwroot/androidtvbox-factory.com/source/message.php on line 129
124.
);
125.
}
126.
if ($response != null && $response->success) {
127.
echo "Hi " . $_POST["name"] . " (" . $_POST["email"] . "), thanks for submitting the form!";
128.
} else {
129.
130.
$this->alert('Please pass man-machine authentication',$_SERVER['HTTP_REFERER']);
exit();
131.
}
132.
133.
if($this->syArgs('nocode',1)!=1){
134.
- /www/wwwroot/androidtvbox-factory.com/source/message.php on line 129
124.
);
125.
}
126.
if ($response != null && $response->success) {
127.
echo "Hi " . $_POST["name"] . " (" . $_POST["email"] . "), thanks for submitting the form!";
128.
} else {
129.
130.
$this->alert('Please pass man-machine authentication',$_SERVER['HTTP_REFERER']);
exit();
131.
}
132.
133.
if($this->syArgs('nocode',1)!=1){
134.
- /www/wwwroot/androidtvbox-factory.com/include/Functions.php on line 31
26.
27.
exit;
28.
29.
}
30.
31.
32.
$handle_controller->$__action();
33.
if(FALSE != $GLOBALS['G_DY']['view']['auto_display']){
34.
35.
$__tplname = $__controller.$GLOBALS['G_DY']['view']['auto_display_sep'].
36.
- /www/wwwroot/androidtvbox-factory.com/index.php on line 13
8.
header('Location:http://www.xiyuntech966.com/'.$the_url);//跳转到带www的网址
9.
}
10.
require("config.php");
11.
$doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
12.
require(DOYO_PATH."/sys.php");
13.
spRun();