Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[反馈BUG] 求救:我的首页出现致命错误了

[复制链接]
xaweili 发表于 2010-5-19 14:42:36 | 显示全部楼层 |阅读模式
本帖最后由 xaweili 于 2010-5-19 14:48 编辑


访问:www.shouji5.net

出现:
Fatal error: Call to undefined function saddslashes() in /home1/vhost/vh451792/www/common.php on line 39

访问:http://www.shouji5.net/index.html 是正常。

现在访问主域名,不能识别 index.html 啊。
危险的蘑菇 发表于 2010-5-19 22:21:04 | 显示全部楼层
php报错了,你看一下common.php的第23行是否有include_once(S_ROOT.'./function/common.func.php');
如果有,请看一下function/common.func.php
是否有function saddslashes($string) {
        if(is_array($string)) {
                foreach($string as $key => $val) {
                        $string[$key] = saddslashes($val);
                }
        } else {
                $string = addslashes($string);
        }
        return $string;
}
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-28 08:25 , Processed in 0.019990 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表