Forum Issues and Bugs Options
hartvig
Posted: Monday, December 18, 2006 2:03:52 PM

Rank: Addict

Joined: 3/17/2008
Posts: 808
Location: Nyborg, Denmark
Stewart Twynham wrote:

I think there is an XSLT problem with the forum... New posts result in a page of

http://forum.umbraco.org/post?post=

...where there is no node number for the relevant section. I haven't been able to post anything NEW since Friday.

Stewart


Hi Stewart!

Thanks for pointing to the bug. It was apparently an error in the latest build of v3. I made a hack (the current v3 build still might have an issue with showing the pageID from the getitem template element - I'll investigate this week).

Everything should work again!

/n

Jeeeez, did I really start this :-)
tkahn
Posted: Thursday, December 21, 2006 8:42:54 AM

Rank: Fanatic

Joined: 11/24/2006
Posts: 319
Location: Stockholm, Sweden
I really miss the ability to edit and delete posts after having posted them. Of course the edit button should only appear on the messages that I have written, but that should be easy to accomplish since the forum requires login(?) Also it would be nice to be able to preview a post befor submitting it.

Least but not last I would like to be able to create ordered and unordered lists. Or perhaps this works allready?

Testing:

Unordered list
[list]
  • One
  • Two
  • Three
    [/list]

    Ordered list

    1. One
    2. Two
    3. Three


    But as a whole I think you have done a good job with the forum - thumbs up! :thumbup:

    Web Developer at Kärnhuset - http://www.karnhuset.net - Stockholm, Sweden
  • martin
    Posted: Wednesday, January 10, 2007 3:16:26 AM
    Rank: Devotee

    Joined: 7/24/2006
    Posts: 249
    quirky behaviour posting.
    after creating a new post and hitting the "post" button..nothing happens.
    like this post or will I get lucky..
    HFloyd
    Posted: Thursday, February 15, 2007 8:03:27 PM

    Rank: Fanatic

    Joined: 7/19/2006
    Posts: 205
    Location: New York, NY, USA
    I tried posting a new issue today, twice, but with no luck. Is the forum "under construction"?

    Heather
    HFloyd
    Posted: Thursday, February 15, 2007 8:05:30 PM

    Rank: Fanatic

    Joined: 7/19/2006
    Posts: 205
    Location: New York, NY, USA
    Huh, now it's working...
    mortenbock
    Posted: Saturday, April 14, 2007 8:35:12 AM

    Rank: Addict

    Joined: 7/19/2006
    Posts: 734
    Location: Århus, Denmark
    I just got this error when posting this http://forum.umbraco.org/9833 comment:

    Code:

    Server Error in '/' Application.
    Exception of type 'System.OutOfMemoryException' was thrown.
    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.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.]
       System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity) +34
       System.Text.StringBuilder.GetNewString(String currentString, Int32 requiredLength) +73
       System.Text.StringBuilder.Append(Char value) +97
       System.IO.StringWriter.Write(Char value) +28
       System.Xml.XmlTextWriter.AutoComplete(Token token) +322
       System.Xml.XmlTextWriter.WriteStartAttribute(String prefix, String localName, String ns) +1067
       System.Xml.XmlDOMTextWriter.WriteStartAttribute(String prefix, String localName, String ns) +34
       System.Xml.XmlAttribute.WriteTo(XmlWriter w) +49
       System.Xml.XmlElement.WriteTo(XmlWriter w) +109
       System.Xml.XmlElement.WriteContentTo(XmlWriter w) +26
       System.Xml.XmlElement.WriteTo(XmlWriter w) +152
       System.Xml.XmlElement.WriteContentTo(XmlWriter w) +26
       System.Xml.XmlElement.WriteTo(XmlWriter w) +152
       System.Xml.XmlElement.WriteContentTo(XmlWriter w) +26
       System.Xml.XmlElement.WriteTo(XmlWriter w) +152
       System.Xml.XmlElement.WriteContentTo(XmlWriter w) +26
       System.Xml.XmlElement.WriteTo(XmlWriter w) +152
       System.Xml.XmlDocument.WriteContentTo(XmlWriter xw) +128
       System.Xml.XmlDocument.WriteTo(XmlWriter w) +7
       System.Xml.XmlNode.get_OuterXml() +102
       umbraco.content.CloneXmlDoc(XmlDocument xmlDoc) in C:\Users\Hartvig\Desktop\v3\umbraco\presentation\content.cs:549
       umbraco.content.SaveContentToDiskAsync(XmlDocument xmlDoc) in C:\Users\Hartvig\Desktop\v3\umbraco\presentation\content.cs:531
       umbraco.content.set_XmlContentInternal(XmlDocument value) in C:\Users\Hartvig\Desktop\v3\umbraco\presentation\content.cs:156
       umbraco.content.PublishNode(Int32 documentId) in C:\Users\Hartvig\Desktop\v3\umbraco\presentation\content.cs:264
       umbraco.library.PublishSingleNodeDo(Int32 DocumentId) in C:\Users\Hartvig\Desktop\v3\umbraco\presentation\library.cs:169
       umbraco.library.PublishSingleNode(Int32 DocumentId) in C:\Users\Hartvig\Desktop\v3\umbraco\presentation\library.cs:159
       ReplyForm.replyform.cmdPost_Click(Object sender, EventArgs e) +678
       System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
       System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210


    I'm looking for a new job

    Morten Bock - Level 2 certified - MVP 2008/2009 - My danish blog with a few english posts

    Simon K
    Posted: Tuesday, May 22, 2007 11:39:35 AM
    Rank: Devotee

    Joined: 3/22/2007
    Posts: 31
    Hi Daniel
    Here a small bugs/improvements list
    1.
    a better bugs/improvement list (maybe like tag clouds or dynamic vote bar so we could keep an overview instead of these mile long threads)
    a) Bug list/cloud/vote bar
    b) improvements list/cloud/vote bar

    2.
    Maybe plain kill emoticons, so they will not show up in code quotes or anywhere else. Lets go lofi and back to : - ) - you all know what that means.

    3.
    sometimes the subject info isn't transfered from the post youre replying to.

    4.
    A list function make better lists :-)

    Thanks for supplying this great forum.

    /Simon K

    Simon K // No Such Company // DK
    jesper
    Posted: Tuesday, May 22, 2007 11:56:15 AM

    Rank: Administration

    Joined: 7/25/2006
    Posts: 413
    Location: vipperoed, denmark
    Simon K wrote:


    2.
    Maybe plain kill emoticons, so they will not show up in code quotes or anywhere else. Lets go lofi and back to : - ) - you all know what that means.




    I totally agree. Please kill the "nice to have" smilies so the code view works.

    Kindly
    Jesper

    webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP
    sjors
    Posted: Tuesday, May 22, 2007 12:00:53 PM

    Rank: Fanatic

    Joined: 7/20/2006
    Posts: 407
    Location: Amsterdam
    :yes::thumbdown::thumbup::yes::roll:I agree, :!::(:):D:blush::cool::dontgetit::dribble::ermm:
    chrism
    Posted: Saturday, June 16, 2007 4:15:51 PM
    Rank: Devotee

    Joined: 1/11/2007
    Posts: 55
    is there currently an issue with search on the forum?
    terms that i expected to yield results... didn't

    but maybe its just me
    Simm
    Posted: Saturday, June 16, 2007 5:03:03 PM

    Rank: Fanatic

    Joined: 7/22/2006
    Posts: 253
    Location: Randers, Denmark
    Search on the forum main page doesn't work - but on the subpages it does.


    Best Regards
    Simon

    Simm.dk - My base on the web - proud Umbracian since 2.0 Beta
    drobar
    Posted: Saturday, June 16, 2007 5:58:02 PM

    Rank: Umbracoholic

    Joined: 9/8/2006
    Posts: 1,408
    Location: KY, USA
    I've never found the forum search that helpful. I use the Umbraco Community Search and have even installed it as a search provider in my browser to make even more convenient to use. You can read about the Umbraco Community Search at http://forum.umbraco.org/misc/umbraco-community-search.

    Also, as many people have noticed, if you want to make a new post or reply to a post but are prompted to log in first (because you aren't yet logged in), your post will never appear. Instead, you need to log in, and then click a link to make a new post or click to reply to a post. If you're already logged in then all is fine. If you are redirected to a the login page on the way to making your post, it will be lost. Very frustrating, especially for people new to the forum, which leaves a very bad impression on them.


    MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
    daniel_l
    Posted: Tuesday, June 26, 2007 9:48:50 AM
    Rank: Devotee

    Joined: 6/25/2007
    Posts: 99
    Location: Malmo, Sweden
    The link to this topic:

    http://forum.umbraco.org/12491#post-12491

    under 'Topic I've Started' the profile page:

    http://forum.umbraco.org/profiles/daniel_l

    does not work. It is probably because of the '->' characters in the heading.

    Is it me or umbraco? Level 2 certified, but a bit rusty after 8 months on umbracoless projects
    daniel_l
    Posted: Wednesday, July 11, 2007 9:37:27 AM
    Rank: Devotee

    Joined: 6/25/2007
    Posts: 99
    Location: Malmo, Sweden
    This forum thread freezes my IE if I try to view it:

    http://forum.umbraco.org/misc/error-parsing-xslt-file-after-217---301-upgrade/re-error-parsing-xslt-file-after-217---301-upgrade

    In Firefox I get a dialog asking if I want to stop a busy script.

    I only experience the problem with that thread and everytime I try to access that thread. (Not that I keep trying anymore...)

    Is it me or umbraco? Level 2 certified, but a bit rusty after 8 months on umbracoless projects
    PeterD
    Posted: Wednesday, July 11, 2007 9:56:46 AM

    Rank: Fanatic

    Joined: 7/20/2006
    Posts: 449
    Location: NL
    Daniel Lindström wrote:

    I only experience the problem with that thread and everytime I try to access that thread. (Not that I keep trying anymore...)

    There are a few pages that cause that behaviour. It is because some code was posted in it originally and it is not shown as code on the page but your browser wants to execute it.
    IE does not like that, but luckily firefox asks what to do after a while so you can view the page properly.

    Working on an events-calendar with recursion. Post requests on my blog!
    TheNez
    Posted: Thursday, July 19, 2007 6:09:58 PM
    Rank: Devotee

    Joined: 1/28/2007
    Posts: 142
    A bug... and a request...

    First, the bug,
    People can insert threads without a subject, thus impossible to answer them.
    My suggestion is to allow clicking the icon on the side in addition to the subject, or disallow the insertion of a thread without a subject.

    Now the request,
    In the "unanswered posts", we have threads from a year ago (exactly one year - 19/7/2006)
    Why not show only the last 6 months or so. In most cases the unanswered post is irrelevent after this time.

    Cheers,

    Roni

    | Roni Biran | advansoft ltd | umbracist for a year give or take.... | waiting for CG08, missed the last one :no: |
    David_Libido
    Posted: Thursday, September 13, 2007 2:54:37 PM

    Rank: Devotee

    Joined: 8/14/2006
    Posts: 59
    It has come to my attention that sometimes a thread is started without a title. In this case, I can't click anywhere to open the thread. I can't give you a link to such a thread (because I can't click on it... :!:), but this user started one: http://forum.umbraco.org/profiles/nomad

    Saying java is good because it works on all platforms is like saying anal sex is good because it works on all genders.
    kutedawako
    Posted: Friday, September 14, 2007 6:25:10 PM
    Rank: Devotee

    Joined: 9/12/2007
    Posts: 58
    Location: Honoluu, HI
    Is there a way to delete your own post? If ever you made a mistake in your post and you want to delete would that be possible?

    Thanks,

    John
    mrshrinkray
    Posted: Monday, November 12, 2007 3:20:40 PM

    Rank: Aficionado

    Joined: 8/4/2006
    Posts: 101
    Location: London
    The profiles allow lots of the same name. Seems I have many imposters using my very unique Chris name on their profile!

    drobar
    Posted: Friday, November 23, 2007 3:16:24 AM

    Rank: Umbracoholic

    Joined: 9/8/2006
    Posts: 1,408
    Location: KY, USA
    Bug report: I've made two posts in the last 10 minutes. Both gave me the "yellow screen of death" reporting an out of memory condition. However, both posts did actually appear in the forum.

    cheers,
    doug.

    MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
    Users browsing this topic
    Guest


    You cannot post new topics in this forum.
    You cannot reply to topics in this forum.
    You cannot delete your posts in this forum.
    You cannot edit your posts in this forum.
    You cannot create polls in this forum.
    You cannot vote in polls in this forum.