Home > php教程 > PHP开发 > 彻底解决关于dedecms留言板的安装问题

彻底解决关于dedecms留言板的安装问题

WBOY
Release: 2016-06-07 17:23:18
Original
1561 people have browsed it

先前使用dedecms5.5做的网站在服务器上运行两年了,某天突然想给网站加上个留言板模块,于是在后台找到模块-留言簿模块,然后安装,发现文个写入权限不够,还有丢失文件等问题而无法成功安装。于是到网上去搜索解决方案,还真找不到呢。够呛的了。可是又不想放弃,于是继续摸索。。。最终问题解决了。现在把方法帖出来:


1、下载相应的dedecms版,在本地安装并安装留言板(一般不会有什么问题),然后找到下面的文件并把它们上传到服务器对应的目录。


文件|../plus/guestbook.php

目录|../plus/guestbook

文件|../plus/guestbook/edit.inc.php

文件|../plus/guestbook/guestbook.inc.php

目录|../plus/guestbook/images

文件|../plus/guestbook/images/01.gif

文件|../plus/guestbook/images/02.gif

文件|../plus/guestbook/images/03.gif

文件|../plus/guestbook/images/04.gif

文件|../plus/guestbook/images/05.gif

文件|../plus/guestbook/images/06.gif

文件|../plus/guestbook/images/07.gif

文件|../plus/guestbook/images/08.gif

文件|../plus/guestbook/images/09.gif

文件|../plus/guestbook/images/10.gif

文件|../plus/guestbook/images/11.gif

文件|../plus/guestbook/images/12.gif

文件|../plus/guestbook/images/13.gif

文件|../plus/guestbook/images/14.gif

文件|../plus/guestbook/images/15.gif

文件|../plus/guestbook/images/16.gif

文件|../plus/guestbook/images/17.gif

文件|../plus/guestbook/images/18.gif

文件|../plus/guestbook/images/19.gif

文件|../plus/guestbook/images/20.gif

文件|../plus/guestbook/images/21.gif

文件|../plus/guestbook/images/22.gif

文件|../plus/guestbook/images/23.gif

文件|../plus/guestbook/images/24.gif

文件|../plus/guestbook/images/botright.gif

文件|../plus/guestbook/images/bottop.gif

文件|../plus/guestbook/images/css.css

文件|../plus/guestbook/images/dedebanner.gif

文件|../plus/guestbook/images/del.gif

文件|../plus/guestbook/images/home.gif

文件|../plus/guestbook/images/ip.gif

文件|../plus/guestbook/images/mail.gif

文件|../plus/guestbook/images/quote.gif

文件|../plus/guestbook/images/time.gif

文件|../templets/plus/guestbook.htm

文件|../templets/plus/guestbook-admin.htm

文件|../templets/plus/guestbook-user.htm


2、使用数据库工具(我这里使用navicat)运行下面的mysql语句

DROP TABLE IF EXISTS `#@
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template