资源描述:
《安装DEDECMS常见问题.docx》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、安装DEDECMS出现Deprecated:Functionereg_replace()isdeprecatedin的原因 2011-12-1217:24:33
2、 分类: dede
3、举报
4、字号 订阅安装DEDECMS出现Deprecated: Function ereg_replace() is deprecated in 的原因是服务器PHP环境使用了PHP5.3乃至更高的PHP版本,目前DEDE中有很多地方的正则函数都用的ereg_replace,而这个函数现在在PHP5.3中已经被废止了。Deprecated:
5、Function ereg_replace() is deprecated in 的解决办法:在:dede目录找到config.php,在第二行,把define('DEDEADMIN', ereg_replace("[/\]{1,}", '/', dirname(__FILE__) ) );换成define('DEDEADMIN', preg_replace("/[/\\]{1,}/",'/', dirname(__FILE__) ) );即可。就这样轻松解决了DEDECMS安装时遇到的Deprecated: Fu
6、nction ereg_replace() is deprecated in问题。第一种:安装WampServer#1045出错提示处理方法2012-05-0822:55:28
7、分类:PHP技术
8、标签:wampserver#1045
9、举报
10、字号订阅在XP或在WIN7时安装WampServer登入phpMyAdmin常会提示文档#1045-Accessdeniedforuser'root'@'localhost'(usingpassword:NO),可试试用下面方法处理。方法11.打开wampappsphpmyadmin
11、3.2.0.1路径下找到“config.inc.php”文件,修改$cfg['Servers'][$i]['verbose']='localhost';$cfg['Servers'][$i]['host']='localhost';$cfg['Servers'][$i]['port']='';$cfg['Servers'][$i]['socket']='';$cfg['Servers'][$i]['connect_type']='tcp';$cfg['Servers'][$i]['extension']='mysqli';
12、$cfg['Servers'][$i]['auth_type']='cookie';$cfg['Servers'][$i]['user']='root';$cfg['Servers'][$i]['password']='123456';$cfg['Servers'][$i]['AllowNoPassword']=flase;2.管理员登陆系统,停止mysql服务或者结束mysqld进程3.进入命令行,来到mysql的安装目录.假设安装目录为d:mysql,CMD进入命令行4.运行d:mysqlbinmysqld-
13、-skip-grant-tables启动mysql,关闭权限的检查5.运行d:mysqlbinmysqladmin-urootflush-privilegespassword"newpassword"重设root密码6.重新启动mysql服务再进phpMyAdmin,打上用户名密码试试,如果不成功,直接用用户名ROOT密码空也可以进入phpMyAdmin了。。。方法21、如果MySQL服务器正在运行,停止它。如果是作为Windows服务运行的服务器,进入服务管理器:开始菜单->控制面板->管理工具->服务如果服务器不
14、是作为服务而运行的,可能需要使用任务管理器来强制停止它。2、在C盘新建C:mysql-init.txt,内容如下: SETPASSWORDFOR'root'@'localhost'=PASSWORD('123456');保存该文件。3、开始菜单->运行->cmd 在DOS命令提示符下,执行命令: c:wampbinmysqlmysql5.5.20binmysqld--init-file=C:mysql-init.txt刷新网页就能成功链上数据库了。第二种登陆首页显示:Fatalerror:Calltound
15、efinedfunctionParCv()in/include/dedesql.class.phponline489登陆后台显示:Deprecated:Functionereg_replace()isdeprecatedin/dede/config.phponline2Fatalerror:Callto