|
Wednesday, February 13, 2008(UTC)
|
|
Wednesday, June 18, 2008 3:27:33 AM(UTC)
|
21 [0.06% of all post / 0.02 posts per day] |
|
0
(View Thanks)
|
|
0
|
|
0
|
View All Posts by User
|
oops..sorry..I just found the related forum there..but surprising the search didnt find anything earlier?
|
|
Anyone knows about DNN 4.x integration with 1.9.3.x forum?
|
Also, when I change the Language to Norwegian, I get a different error in profile screen itself (Once I click Save/update) Code: Server Error in '/' Application. --------------------------------------------------------------------------------
Missing page pointer: INBOX 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.Exception: Missing page pointer: INBOX
Source Error:
Line 109: Line 110: // render the forum Line 111: base.Render( writer ); Line 112: Line 113: writer.WriteLine( "</div></div>" );
Source File: Forum.cs Line: 111
Stack Trace:
[Exception: Missing page pointer: INBOX] YAF.Classes.Utils.Localizer.GetText(String tag, String& localizedText) +197 YAF.Classes.Utils.YafLocalization.GetText(String page, String tag) +86 YAF.Controls.Header.RenderRegular(HtmlTextWriter& writer) +1164 YAF.Controls.Header.Render(HtmlTextWriter writer) +56 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +199 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +20 System.Web.UI.Control.Render(HtmlTextWriter writer) +7 YAF.Forum.Render(HtmlTextWriter writer) in Forum.cs:111 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +199 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +20 System.Web.UI.Control.Render(HtmlTextWriter writer) +7 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +199 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +20 System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +59 System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +68 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121 System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +37 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +199 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +20 System.Web.UI.Control.Render(HtmlTextWriter writer) +7 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +199 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +20 System.Web.UI.Page.Render(HtmlTextWriter writer) +26 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2558
|
test2005 wrote:Tried v1.9.3 switching from English to Italian....not seeing it...how to replicate?
While your profile is in English, change it to Dutch or czeck or Norwegian
|
Jaben wrote:Verify the "stats_lastpost" in the choosen language file is actually valid. Validate by looking at the english.xml entry for "stats_lastpost". I see this <Resource tag="STATS_LASTPOST">Laatste bericht geplaatst op {0} door {1}.</Resource> in dutch.xml whereas english.xml has <Resource tag="STATS_LASTPOST">Last post {0} by</Resource>
|
Jaben wrote:Which language did you change to? I tried Dutch, Czeck..it appears whatever language I change. Now, this is only when I go to the page where forums are..I can view profile in those languages without any problem.
|
|
I got 1.9.3 from the Trunk and built and installed. I have no problems in creating forums or etc.
But when I go to profile and change Language and then go to Forums, I get this error,
Any clue where to look? Am I missing any language xmls?
Server Error in '/' Application.
Index (zero based) must be greater than or equal to zero and less than the size of the argument list. 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.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
Source Error:
Line 88: LastPostUserLink.UserName = statisticsDataRow ["LastUser"].ToString(); Line 89: Line 90: StatsLastPost.Text = String.Format( PageContext.Localization.GetText( "stats_lastpost" ), YafDateTime.FormatDateTimeTopic( ( DateTime ) statisticsDataRow ["LastPost"] ) ); Line 91: } Line 92: else ForumStatistics.ascx.cs Line: 90
|
Jaben wrote:You can convert to a WAP if you want. It doens't take much time or skill. Thank you..I did..Its cool now Though I have other issue which I will post in another thread.
|
|
Are we going to have 1.9.3 supported in Web Application Project type also?
|
Jaben wrote:When doing modifications, yes, you are supposed to offer the changes back to the community. If you do not want to do that immediately, that's okay. Really, this is more about integrity and community than laws and requirements.
So keep that in mind. Thanks Jaben. If I make changes to search.ascx, I will for sure put a copy of source available for download on my site at the least. As I have not setup to commit changes to source tree here.
|
|