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

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

2014-10-10版本发布及升级说明 [复制链接]

1#
主要更新日志:
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一直以来的支持。
分享 转发
pageadmin cms-网站建设高效解决之道
TOP
2#

给力!给力!太给力!官方继续努力,一鼓作气把手机版也出了吧。
TOP
3#

升级出现错误。
TOP
4#

强!顶!顶!顶!顶!顶!
TOP
5#

现在有手机版吗?急需
TOP
6#

升级成功,太好了
TOP
7#

如何知道自己现在是哪个版本呢?因为我是用的模板
TOP
8#

还没更新,至看了更新记录就感觉很给力呀!!!特别是1,2,3,6,14,都是我需要的,顶顶顶!!!!如果这些都好用的话,就差个手机版和整合个论坛了
TOP
9#

升级成功,看了一下又强大了很多,当初选pa作后台就是明智选择
TOP
10#

升级后错位,汗
TOP
11#

升级成功!感谢xiyou!
TOP
12#

相信越来越强大
TOP
13#

升级失败~~~提示~~~以下!!
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


晕死了!!如何处理呀?
TOP
14#

慢当点,等你们把问题都反映出来了再生!
欢迎Q群交流299470775
TOP
15#

在栏目中把子栏目都改了,为什么网页中还是原来的栏目。
TOP
16#

这个6  6、新增:增加了信息的(Excle)导入和导出(Excle)功能。
怎么使用?有介绍么啊?
TOP
发新话题 回复该主题