Register  
Thursday, November 20, 2008  
Login 
Forums
Subject: Can't Edit anything (or add/delete)
You are not authorized to post a reply.
Author Messages
mergs
Posts:16

04/04/2008 7:01 PM  
I have a client who claimed they could not modify (add,delete, edit) pictures in the WildPF. (We use this for employee profiles). When I logged in as Admin, I found that I could not do it either.

I don't know when this stopped functioning....It's not heavily edited, so they may not have noticed.

I get this error, when trying to edit:

An error has occurred.
Error: Add/Edit Item is currently unavailable


The log shows this:

ModuleId: 384
ModuleDefId: 127
FriendlyName: Add/Edit Item
ModuleControlSource: DesktopModules/wildPortfolio/wildPortfolioEdit.ascx
AssemblyVersion: 04.03.05
PortalID: 0
PortalName: oursite.net
UserID: 2
UserName: admin
ActiveTabID: 56
ActiveTabName: Our Stores
RawURL: /OurStores/tabid/56/ctl/Edit/mid/384/ProjectId/28/wildRC/1/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://oursite.net/OurStores/tabid/56/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: eb08de84-b4bb-43ea-9af8-52f8731a2953
InnerException: The Runat attribute must have the value Server.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.TemplateParser.ProcessError
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: The Runat attribute must have the value Server. ---> System.Exception: The Runat attribute must have the value Server. ---> System.Web.HttpParseException: The Runat attribute must have the value Server. ---> System.Exception: The Runat attribute must have the value Server. --->
......THERE IS WHOLE BUNCH MORE THAT I DIDN'T INCLUDE BELOW HERE.......
bcasson
Posts:87

04/07/2008 4:44 PM  
Can you look at the ASP controls in wildPortfolioEdit.ascx, and see if there is one that does not have a runat="server"? There is a reference to an Inner Exception that indicates that this may not be the case.

As well check to make sure that the appropriate roles have the rights to edit/add files to the portal. Check in Admin ==> File Manager, at the layout that shows the roles and which rights that they have (in check boxes).
rsobari
Posts:2

04/17/2008 12:19 PM  
Yes, me too. Only host account can add/edit/delete the content. Is there any solutions?
bcasson
Posts:87

04/17/2008 12:45 PM  
Have either of you installed a recent version of either DNN or wildPortfolio?
rsobari
Posts:2

04/17/2008 1:14 PM  
We use DNN 4.8.0 and wildPortfolio 1.4.0.16934.
We can not even add new project with any other user, always redirected to not login state.

EditOwn True
SecureEditors True,True,True,True,True,True,False,False,False

You now what those means.

Somewhere in your code, you call this: this.Response.Redirect(Globals.NavigateURL(), true);
if the security do not meet the needs.

Maybe you can recheck this call: flag = this.checkAddSecurity();

Or maybe you missed one additional & on this code: if ((this.UserId > 0) & this.ownerCanAdd)

Thank you.
bcasson
Posts:87

04/30/2008 9:29 AM  
I've sent each of you an updated version of wildPortfolio (version 1.4.1). Please give it a try and let me know if it resolves this issue.
mergs
Posts:16

09/20/2008 11:15 AM  
Hi Bruce,

This never got done and now it's back on plate. Couple questions:

1) Will upgrading to the new WildPortofolio affect any of the data?
2) What are the steps to upgrading? I haven't touched this for quite some time, so I'm back to newbee stage.

Thanks.
bcasson
Posts:87

09/21/2008 10:25 AM  
First, you can install the updated PA without any data being touched. You might want to go into the settings to see if there are any changes or additions that you may want to make.

Second, there is a new maintenance release (1.4.3) on this site that you may want to download and apply it rather than version 1.4.1.
mergs
Posts:16

10/04/2008 5:53 PM  
Hi Bruce,

I uploaded the 1.04.03 version to my site, but it still gets an error when attempting to Edit anything.

Here is the error msg:

Error: Edit Announcements is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The Runat attribute must have the value Server. ---> System.Web.HttpParseException: The Runat attribute must have the value Server. ---> System.Web.HttpParseException: The Runat attribute must have the value Server. ---> System.Web.HttpException: The Runat attribute must have the value Server. at System.Web.UI.TemplateParser.ProcessError(String message) at System.Web.UI.TemplateParser.ProcessAttributes(Match match, ParsedAttributeCollection& attribs, Boolean fDirective, String& duplicateAttribute) at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseReader(StreamReader reader, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.Parse(ICollection referencedAssemblies, VirtualPath virtualPath) at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
bcasson
Posts:87

10/04/2008 9:03 PM  
Can you give me access to this page?

Admin would be ok, but would prefer Host.

Please respond by email to support(at)wdksols.com.
You are not authorized to post a reply.
Forums > Modules > wildPortfolio > Can't Edit anything (or add/delete)



ActiveForums 3.6

Copyright 2005-2008 © WDK Solutions       Terms Of Use      Privacy Statement
WDK Solutions - 50 Langton Road, London, Ontario Canada