您现在的位置:首页 > CMS教程 > 动易CMS

动易SiteFactory正式版问题解答汇总

来源:本站收集  作者:佚名  更新时间:2009-03-10   点击:

  

问题: 为何单页节点无法自动生成。

解决方法:目前单页节点是没有单独的自动生成功能的。要使单页节点能自动生成。只能在设置为:当生成其它栏目时时,也一并关联生成相关节点或单页节点。

图片点击可在新窗口打开查看

问题

图片点击可在新窗口打开查看

解决方法:打开网站目录下的Web.config文件,并找到<webparts></webparts>节点。在此节点中添加下图中所画区域的语句。

图片点击可在新窗口打开查看

问题:自定义模型 后台添加数据后。前台浏览时出现以下错误。
图片点击可在新窗口打开查看

解决方法:这是因为自定义模型使用了系统默认模板造成的。自定义模型如何设置及使用模板请参阅http://bbs.powereasy.net/dispbbs.asp?boardid=73&replyid=77189&id=362308&page=1&skin=0&Star=1 七楼

问题:采集文章不会自动审核.

解决方案:在添加或修改采集项目时,在字段设置时,把状态字段的值设置为指定值:99就可以了。99就是代表终审通过的状态码

问题:如何安装到二级目录下?

使用的虚拟主机,不能绑定虚拟目录,但是希望把SF安装到空间的一个二级目录下(如website),请问该如何实现??

把文件放在Website目录下就可了。不知是否是这个意思!

问题:

站点在本地,数据库服务器远程,使用快速安装,在创建数据库这一歩过程中,老是自动返回“阅读许可协议”这一步,不知何因?请解答。

解决方法:需要去掉config目录只读属性给config目录加中asp.net 权限!关闭浏览器重新登录安装页面就可以了。

问题:

Server Error in '/' Application.


Runtime Error
  

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>




解决方法:

把Config目录及目录下的文件权限设置为支持net service 账号访问(XP设置为asp.net)

 1/4    1 2 3 4 下一页 尾页
相关链接:
最新评论:
正在载入评论数据中...
发表评论:
不能超过500字节,请自觉遵守互联网相关政策法规.
用户名:验证码:点击更换验证码 匿名评论