|
Saturday, April 14, 2007(UTC)
|
|
Wednesday, May 09, 2007 2:47:32 PM(UTC)
|
13 [0.04% of all post / 0.01 posts per day] |
|
0
(View Thanks)
|
|
0
|
|
0
|
View All Posts by User
I too am VERY interested in this functionality. Could someone who knows what they are doing provide the needed info for the rest of us?  Thanks for the help, also please let us DNN users know if it will work for us too. Cheers!
|
|
I have DotNetNuke version 4.5 on .NET 2.0 running YAF 1.9.0 for DNN4
Most things are working fine, however there is still a bug of the 'Find Users' button not working.
Steps to see this issue 1) Login 2) Go to your forum 3) Click 'My Profile' 4) Click 'New Message' under the 'Messenger' heading 5) Click the 'Find Users' button..... and nothing happens.
The 'All Users' button works perfectly, it is just the 'Find Users' that doesn't which is really too bad because that would be an excellent feature.
|
|
I see how to give permission to add attachments, I simply thought there must be some way to add attachments when you are making your post instead of having to go back afterwards to add the attachment after the message has been posted similar to editing the post.
|
Please help! I recently upgraded my DNN to 4.5 and am now trying to upgrade my YAF to 1.9 for DNN4. I am almost certain the problem is in my web.config but I have no idea how to fix it. If I follow the install.txt I get an error saying: Code:Parser Error Message: Section or group name 'membership' is already defined. Updates to this may only occur at the configuration level where it is defined.
Source Error:
Line 22: Line 23: <sectionGroup name="system.web"> Line 24: <section name="membership" type="Microsoft.ScalableHosting.Configuration.MembershipConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" /> Line 25: <section name="roleManager" type="Microsoft.ScalableHosting.Configuration.RolesConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" /> Line 26: <section name="profile" type="Microsoft.ScalableHosting.Configuration.ProfileConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" /> If I leave that stuff out then I get a new error saying: Code:Error: Team2hk Forum is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Request for ConfigurationPermission failed while attempting to access configuration section 'yafnet'. To allow all callers to access the data for this section, set section attribute 'requirePermission' equal 'false' in the configuration file where this section is declared. ---> System.Security.SecurityException: Request for ConfigurationPermission failed while attempting to access configuration section 'yafnet'. To allow all callers to access the data for this section, set section attribute 'requirePermission' equal 'false' in the configuration file where this section is declared. ---> System.Security.SecurityException: Request for the permission of type 'System.Configuration.ConfigurationPermission, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' failed. at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() at System.Configuration.BaseConfigurationRecord.CheckPermissionAllowed(String configKey, Boolean requirePermission, Boolean isTrustedWithoutAptca) The action that failed was: Demand The type of the first permission that failed was: System.Configuration.ConfigurationPermission The first permission that failed was: The demand was for: The granted set of the failing assembly was: The assembly or AppDomain that failed was: yaf, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null The method that caused the failure was: yaf.Config get_configSection() The Zone of the assembly that failed was: MyComputer The Url of the assembly that failed was: file:///C:/Domains/team2hk.com/wwwroot/bin/yaf.DLL --- End of inner exception stack trace --- at System.Configuration.BaseConfigurationRecord.CheckPermissionAllowed(String configKey, Boolean requirePermission, Boolean isTrustedWithoutAptca) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey) at System.Configuration.ConfigurationManager.GetSection(String sectionName) at yaf.Config.get_configSection() at yaf.Forum..ctor() at ASP.desktopmodules_yetanotherforumdotnet_dotnetnukemodule_ascx.__BuildControlForum1() at ASP.desktopmodules_yetanotherforumdotnet_dotnetnukemodule_ascx.__BuildControlpnlModuleContent() at ASP.desktopmodules_yetanotherforumdotnet_dotnetnukemodule_ascx.FrameworkInitialize() at System.Web.UI.UserControl.InitializeAsUserControlInternal() at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) 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) The Zone of the assembly that failed was: MyComputer --- End of inner exception stack trace --- I am totally lost as to what to do now. Please help, I have a bunch of people going to my forum and emailing me telling me that it is down  Thanks! EDIT Never mind, sorry for the thread, I figured it out myself. It turns out I just needed to IGNORE the install.txt file and leave off all the system.web stuff, then to take care of the 2nd error I changed my yaf section to: <section name="yafnet" requirePermission="false" type="yaf.SectionHandler,yaf"/> and everything is good to go. I am now running fine with DotNetNuke Version 4.5 and Yaf 1.9 for DNN4
|
Ok I just upgraded to DNN 4.5 and now I get an error when I try to go to my portal because apparently it doesn't like the Yaf code required in the web.config Here is the error: Server Error in '/' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Section or group name 'membership' is already defined. Updates to this may only occur at the configuration level where it is defined.
Source Error:
Line 22: Line 23: <sectionGroup name="system.web"> Line 24: <section name="membership" type="Microsoft.ScalableHosting.Configuration.MembershipConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" /> Line 25: <section name="roleManager" type="Microsoft.ScalableHosting.Configuration.RolesConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" /> Line 26: <section name="profile" type="Microsoft.ScalableHosting.Configuration.ProfileConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
Source File: C:\Domains\team2hk.com\wwwroot\web.config Line: 24 What can I do?? EDIT I have everything figured out now, and the search feature works in the YAF 1.9 for DNN4
|
|
I have YAF installed and I know that you should be able to have attachments but I have no idea where or how that is done. Any pointers? I even looked at the actual 'attachments.ascx' page so I know it should be possible somehow lol.
Thanks!
|
Here is the log entry for the search error: AssemblyVersion: 03.03.07 PortalID: 0 PortalName: Team2hk - CS 1.6 Counter Strike Gaming Team UserID: 4 UserName: Flying-Squirrel ActiveTabID: 57 ActiveTabName: Forum RawURL: /Default.aspx?tabid=57&g=search AbsoluteURL: /Default.aspx AbsoluteURLReferrer: http://team2hk.com/Defau...px?tabid=57&g=forum
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: 5001807b-7997-4122-b383-580895623543 InnerException: Object reference not set to an instance of an object. FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: yaf.pages.search.test StackTrace: Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at yaf.pages.search.test() at ASP.search_ascx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at yaf.pages.ForumPage.RenderBody(HtmlTextWriter writer) at yaf.pages.ForumPage.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at DotNetNuke.Entities.Modules.PortalModuleBase.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.team2hk_forum_ctr_ascx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.team2hk_admin_ascx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.Default_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack trace --- Source: Server Name: ANAXA-WEB09If it is decided that I should just go ahead and upgrade to DNN 4 and switch to YAF 1.91 could I do that and not lose all the entries in my current Forum?
|
|
Is there a higher version that works for DotNetNuke? I will upgrade if that is possible, I just thought this was the latest version for DNN.
|
When I click the 'Search' link on my YAF forum it simply gives the error: "A critical error has occurred. Object reference not set to an instance of an object." Anyone have any idea how to fix this? The search feature obviously works on these forums so I am hoping there is a fix that I can implement. I am using: YAF 1.0.1 installed on DotNetNuke 03.03.07 .NET Framework: 1.1.4322.2379 Please let me know if you have any ideas. Many thanks  Oh and I also I noticed that the 'Find Users' button when sending a PM does not do anything. The 'All Users' button works fine, it is just the 'Find Users' that doesn't work. Is that a bug, something that is unfinished, or is that only happening for me? If anyone has any ideas for a fix for that too I would really appreciate it. Thanks for any help!
|
|
Hello everyone,
I just spent about 6 hours hunting through the various pages of code trying to figure out what on earth was causing my page to break and I thought I would share the solution with the community here.
I have YAF installed on DotNetNuke and have a set-width skin and was using the So Fresh So Clean theme. In firefox everything was fine, but in IE the page 'skin' kept breaking.
I hunted and hunted through virtually every file in the entire pages folder before discovering that in truth it was actually a setting in the theme.css file.
Here was the problem line that I had to remove:
.content { filter: progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=3));
That one stupid filter tag was causing all kinds of weird things in IE which were all INSTANTLY fixed as soon as that css filter was removed.
I just thought I would let people know in case anyone else has a fixed width forum that wants to use the So Fresh So Clean theme.
Cheers!
|
|