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

首页 » PageAdmin使用区 » 系统发布及下载 » 2014-10-10版本发布及升级说明
pageadmin - 2014/10/10 0:37:26
主要更新日志:
1、新增:在图片和附件上传界面增加了上传进度和批量上传功能。
2、新增:增加了信息推送,让信息可以推送到其它分类以及分站点。
3、新增:关键词链接,并在内容模型中增加了关键词链接预定义方法,让关键词链接制作更便捷。
4、新增:分类中增加了静态目录的设置,以实现不同分类下的静态文件可以不同目录下保存。
5、新增:增加了后台信息管理界面显示字段的自定义。
6、新增:增加了信息的(Excle)导入和导出(Excle)功能。
7、新增:增加全站搜索数据表,每个自定义表都可以作为全站搜索源。
8、新增:局部样式设置中增加了外部css样式名的引用,以便于样式和程序的分离,让代码更加干净整洁。
9、改进:修正了登录后台修改自己会员资料提示无权限的问题。
10、改进:后台管理员信息管理权限更加细化,如分类管理权限,投稿权限等
11、改进:改进了自定义风格样式,允许自定义路径
12、改进:修正了购物车记录会被恶意删除的bug。
13、改进:修正了日志记录的客户ip可能被伪造的bug。
14、改进:重新修改了专题功能,让专题可以像栏目一样功能强大。
15、改进:修改了阿拉伯语言网站采用sql数据库时出现问号及乱码的bug。
16、修复了之前版本出现的各种bug及安全隐患。
....

更新文件包:2014-10-10.rar (说明:此升级包只对v3的2014-2-8发布的版本有效,跨版本升级参考:http://www.pageadmin.net/article/2015/1100.html

升级说明(升级前请先备份一下您的数据库):
1、下载更新压缩包解压后覆盖v3.0系统同名目录(注意如果更改了默认后台目录,请先改会默认的master后再覆盖,升级完毕后再改回去)
2、在浏览器中输入:http://你的域名/update.aspx,打开后点击升级按钮即可。
3、运行update.aspx文件完毕后,然后进入网站后台,在左侧选择表单模型管理>>数据表管理,进入数据表管理界面后,依次点击管理栏里面每个表对应的“更新文件”按钮。
4、如果网站生成了静态,会出现页面css混乱,请重新生成所有的静态文件即可。(参考:http://www.pageadmin.net/article/20130409/553.html

升级后如出现任何疑问及问题、请大家到问题咨询、使用交流板块反馈,后续我们将继续整合所有的反馈和建议持续改进系统,再次感谢大家对PageAdmin一直以来的支持。
Amazing - 2014/10/10 10:49:20
给力!给力!太给力!官方继续努力,一鼓作气把手机版也出了吧。
xjynsz - 2014/10/10 13:41:32
升级出现错误。
yt001 - 2014/10/10 14:35:20
强!顶!顶!顶!顶!顶!
asus_kk - 2014/10/10 17:56:52
现在有手机版吗?急需
hyjidw - 2014/10/10 20:41:36
升级成功,太好了
duanduanduan - 2014/10/11 0:26:35
如何知道自己现在是哪个版本呢?因为我是用的模板
acerdcl - 2014/10/14 9:11:50
还没更新,至看了更新记录就感觉很给力呀!!!特别是1,2,3,6,14,都是我需要的,顶顶顶!!!!如果这些都好用的话,就差个手机版和整合个论坛了
bgsoo - 2014/10/14 10:01:00
升级成功,看了一下又强大了很多,当初选pa作后台就是明智选择
simonhu - 2014/10/15 2:21:42
升级后错位,汗
nimandi - 2014/10/15 11:42:03
升级成功!感谢xiyou!
panpengbei - 2014/10/15 14:59:52
相信越来越强大:strong:
litchi - 2014/10/15 17:17:29
升级失败~~~提示~~~以下!!
Server Error in '/' Application.
--------------------------------------------------------------------------------

Access to the path is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access to the path is denied.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.  

Stack Trace:


[UnauthorizedAccessException: Access to the path is denied.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2013996
   System.IO.__Error.WinIOError() +30
   System.IO.File.Move(String sourceFileName, String destFileName) +258
   ASP.update_aspx.GetCss() +462
   ASP.update_aspx.Update(Object Src, EventArgs e) +67
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102


晕死了!!如何处理呀?
lzy339 - 2014/10/15 21:50:07
慢当点,等你们把问题都反映出来了再生!:P
zht888666 - 2014/10/16 21:53:39
在栏目中把子栏目都改了,为什么网页中还是原来的栏目。
surpman123 - 2014/10/17 16:15:16
这个6  6、新增:增加了信息的(Excle)导入和导出(Excle)功能。
怎么使用?有介绍么啊?
swx - 2014/10/26 13:49:18
[b]回复 [url=http://bbs.pageadmin.net/showtopic-30209.aspx#119143]1楼[color=olive]pageadmin[/color]的帖子[/url][/b]

升级成功了,还不知道有什么区别没有,还没体验。
e0398 - 2014/11/9 16:02:25
升级后提示:

字段 'edit_check' 已经存在于表 'pa_sort' 中。:alter table pa_sort add edit_check int default -1
在表 'pa_webset' 中没有字段 'zdy_head_search'。:alter table pa_webset drop column zdy_head_search
在表 'pa_webset' 中没有字段 'zdy_csspath_search'。:alter table pa_webset drop column zdy_csspath_search
在表 'pa_webset' 中没有字段 'zdy_wztop_search'。:alter table pa_webset drop column zdy_wztop_search
在表 'pa_webset' 中没有字段 'zdy_lanmu_search'。:alter table pa_webset drop column zdy_lanmu_search
在表 'pa_webset' 中没有字段 'zdy_banner_search'。:alter table pa_webset drop column zdy_banner_search
在表 'pa_webset' 中没有字段 'zdy_bottom_search'。:alter table pa_webset drop column zdy_bottom_search
在表 'pa_webset' 中没有字段 'zdy_head_member'。:alter table pa_webset drop column zdy_head_member
在表 'pa_webset' 中没有字段 'zdy_csspath_member'。:alter table pa_webset drop column zdy_csspath_member
在表 'pa_webset' 中没有字段 'zdy_wztop_member'。:alter table pa_webset drop column zdy_wztop_member
在表 'pa_webset' 中没有字段 'zdy_lanmu_member'。:alter table pa_webset drop column zdy_lanmu_member
在表 'pa_webset' 中没有字段 'zdy_banner_member'。:alter table pa_webset drop column zdy_banner_member
在表 'pa_webset' 中没有字段 'zdy_bottom_member'。:alter table pa_webset drop column zdy_bottom_member
在表 'pa_lanmu' 中没有字段 'zdy_title'。:alter table pa_lanmu drop column zdy_title
在表 'pa_lanmu' 中没有字段 'zdy_keywords'。:alter table pa_lanmu drop column zdy_keywords
在表 'pa_lanmu' 中没有字段 'zdy_description'。:alter table pa_lanmu drop column zdy_description
在表 'pa_lanmu' 中没有字段 'zdy_csspath'。:alter table pa_lanmu drop column zdy_csspath
在表 'pa_lanmu' 中没有字段 'zdy_head'。:alter table pa_lanmu drop column zdy_head
在表 'pa_lanmu' 中没有字段 'zdy_wztop'。:alter table pa_lanmu drop column zdy_wztop
在表 'pa_lanmu' 中没有字段 'zdy_lanmu'。:alter table pa_lanmu drop column zdy_lanmu
在表 'pa_lanmu' 中没有字段 'zdy_banner'。:alter table pa_lanmu drop column zdy_banner
在表 'pa_lanmu' 中没有字段 'zdy_smallbanner'。:alter table pa_lanmu drop column zdy_smallbanner
在表 'pa_lanmu' 中没有字段 'zdy_bottom'。:alter table pa_lanmu drop column zdy_bottom
在表 'pa_sublanmu' 中没有字段 'zdy_title'。:alter table pa_sublanmu drop column zdy_title
在表 'pa_sublanmu' 中没有字段 'zdy_keywords'。:alter table pa_sublanmu drop column zdy_keywords
在表 'pa_sublanmu' 中没有字段 'zdy_description'。:alter table pa_sublanmu drop column zdy_description
e0398 - 2014/11/9 16:11:12
是不是  zdy_head_search,zdy_csspath_search,zdy_wztop_search,zdy_lanmu_search,zdy_banner_search,zdy_bottom_search,zdy_head_member,zdy_csspath_member,zdy_wztop_member,zdy_lanmu_member,zdy_banner_member,zdy_bottom_member
这些字段新版本不需要了?升级时间自动删除?
weiyang016 - 2014/11/10 11:21:23
也来顶一下,稍后去升级一下了
e0398 - 2014/12/23 9:23:24
升级到 1010 提示 Error Page Messages.

访问栏目提示  Error Page Messages.  

首页正常 ,文章打开正常,后台执行 表单更新文件 发布信息等也 提示 Error Page Messages.
e0398 - 2014/12/23 9:35:22
后台点 导航管理/子栏目管理 提示:Error Page Messages.
首页 点 文章类型菜单和 留言菜单 也提示 Error Page Messages.
lep12369 - 2014/12/31 13:14:01
好用,谢谢
wjf0681 - 2015/1/14 11:21:44
好好研究!
sgq - 2015/1/27 11:53:02
很久没来,技术更新太快了,祝PageAdmin发展越来越好:)
gxjss - 2015/1/30 15:19:44
我擦,升级失败啊

“/”应用程序中的服务器错误。

列“source_id”不属于表 default。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.ArgumentException: 列“source_id”不属于表 default。

源错误:

只有在调试模式下进行编译时,生成此未处理异常的源代码才会显示出来。若要启用此功能,请执行以下步骤之一,然后请求 URL:

1. 在产生错误的文件的顶部添加一条“Debug=true”指令。例如:

  <%@ Page Language="C#" Debug="true" %>

或:

2. 将以下的节添加到应用程序的配置文件中:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

请注意,第二个步骤将使给定应用程序中的所有文件在调试模式下进行编译;第一个步骤仅使该特定文件在调试模式下进行编译。

重要事项: 以调试模式运行应用程序一定会产生内存/性能系统开销。在部署到生产方案之前,应确保应用程序调试已禁用。
休闲一族 - 2015/3/18 10:40:03
我在win7旗舰版在配置IIS时,点高级设置修改应用池程序把DefaultAppPool修改为CLASS.NET AppPOOL名称后,提示指定应用程序池不存在!!!请教已经配置完的高手指导。
say0425 - 2016/8/5 11:45:05
升级到这个版本。为什么图片之间会出现一个空行的??
1
查看完整版本: 2014-10-10版本发布及升级说明