PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

接着我的问题..因为改不了.过了20分.下边是调转到本地登陆后台的... [复制链接]

1#
接着我的问题..因为改不了.过了20分.下边是调转到本地登陆后台的显示:
QQ截图未命名 (2).jpg (, 下载次数:45)

jpg(2009/8/31 20:57:14 上传)

QQ截图未命名 (2).jpg

分享 转发
TOP
2#

直接在浏览器地址栏输入http://localhost/master/data_manage.aspx
然后在SQL运行那里输入下面SQL运行
  1. alter table lanmu1 add zdy_dropmenu ntext null;
  2. alter table lanmu3 add comments_style int default 0;
  3. update lanmu3 set comments_style=0;
  4. alter table product add keywords varchar(200),description ntext;
  5. alter table information add keywords varchar(200),description ntext,title_style varchar(100),comments_style int default 0;
  6. create Table comments(id int identity(1,1) primary key,cid int default 0,username varchar(50),type varchar(50),content ntext,support int default 0,nosupport int default 0,show int default 0,ip varchar(50),thedate datetime);
  7. create Table zdyform(id int identity(1,1) primary key,planguage varchar(50),name varchar(50),tablename varchar(50),showcode int default 0,xuhao int default 0,search_fields varchar(200));
  8. create Table zdyform_field(id int identity(1,1) primary key,formid int default 0,field_title nvarchar(50),field_name varchar(50),field_type varchar(50),field_tip varchar(50),defaultvalue nvarchar(100),items ntext,mustfill int default 0,style varchar(100),file_ext varchar(200),maxfilesize int default 0,show int default 0,xuhao int default 0);
  9. alter table product add comments_style int default 0;
  10. alter table information add url varchar(150)
复制代码
如果还不明白,自己撞墙去
TOP
3#

到这一步确实明白了..不过在本地弄到这的时候.我已经本空间上的给干掉了.看来还要重新传了呵呵..
TOP
4#

先在地本调好再上传了...不过升级是成功了..但是首页上的动画和图片都不显示了..别的地方显示也有杂乱的现像.
TOP
5#

已经解决.
TOP
发新话题 回复该主题