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

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

求教 [复制链接]

1#
自从升级10.8版本后留言列表一直报错!
往后升级都是同样的问题!!!最新版一样
Server Error in '/' Application.
--------------------------------------------------------------------------------

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0103: The name 'Get_SortName' does not exist in the current context

Source Error:



Line 31: <tr class="item" <%=style%>>
Line 32:     <td height="15px"><a href="<%=Detail_Url(dr)%>" target="<%=Target%>" title="<%=Server.HtmlEncode(dr["title"].ToString())%>" class="title"><%=SubStr(dr["title"].ToString(),Title_Num,true)%></a></td>
Line 33:     <td align="center"><%=Get_SortName("letter",int.Parse(dr["sort_id"].ToString()),"_blank")%></td>
Line 34:     <td align="center"><%=((DateTime)dr["thedate"]).ToString("yyyy-MM-dd")%></td>
Line 35:     <td align="center"><%=dr["reply_state"].ToString()=="1"?"已回复":"待处理"%></td>


Source File: e:\wwwroot\e\zdymodel\feedback\sublanmu\110.ascx    Line: 33




还有请问后台文章权限子栏目我设置好后把权限覆盖给下面的枝栏目,,,问题出现了,有2个枝栏目的权限是要不一样的,要求不能发布文章,无论怎样修改都改不过来了,,,始终是用的子栏目的权限,但是枝栏目点开看权限又是正常的,发布功能已经关了,,,前台就是依然能发布文章!!!
分享 转发
TOP
2#

找到对应子栏目模型
把<%=Get_SortName("letter",int.Parse(dr["sort_id"].ToString()),"_blank")%>
改为:<%=Sort_Name(int.Parse(dr["sort_id"].ToString()))%>
TOP
发新话题 回复该主题