New OOTS products from CafePress
New OOTS t-shirts, ornaments, mugs, bags, and more
Results 1 to 3 of 3
  1. - Top - End - #1
    Orc in the Playground
     
    junlogji's Avatar

    Join Date
    Feb 2017

    Default 500 internal server error

    the ooc of a game i am playing in keeps giving me a 500 internal server error even after clearing my cache
    zifre lo ka pensi

  2. - Top - End - #2
    Orc in the Playground
     
    junlogji's Avatar

    Join Date
    Feb 2017

    Default Re: 500 internal server error

    as evidenced here i am not the only one with this problem
    zifre lo ka pensi

  3. - Top - End - #3
    Bugbear in the Playground
    Join Date
    Feb 2017

    Default Re: 500 internal server error

    I believe this has been fixed! The offending threads at least that I can tell were missing a single comma from the table properties. It took a lot of hunting and pecking with viewing single posts and such to find the post number and then editing or deleting the offending posts. In other tables, I've not had to use commas to separate class: and align: but in this instance it needed it. After adding thick_outer_border_grid to the class it apparently required a comma before the align. Otherwise it won't work.

    And you cannot CODE out tables... that's what I was trying to do as well in a post to get the information from the OP into the thread so it could still be utilized just without any formatting since I had a copy of the post content at the time.

    I now have a thread with a single post in it I'd like to have deleted as well...

    Here's kind of what I did. This works (I cannot code wrap tables... so I'm removing the table's brackets)
    table="class:head alt1 alt2 align:center"
    [tr]
    [th]Test head[/th]
    [/tr]
    [tr]
    [td]Test cell[/td]
    [/tr]
    /table



    This doesn't work (change in bold)

    table="class:head alt1 alt2 thick_outer_border align:center"
    [tr]
    [th]Test head[/th]
    [/tr]
    [tr]
    [td]Test cell[/td]
    [/tr]
    /table


    It instead requires you to do this:

    table="class:head alt1 alt2 thick_outer_border, align:center"
    [tr]
    [th]Test head[/th]
    [/tr]
    [tr]
    [td]Test cell[/td]
    [/tr]
    /table
    Last edited by An Amy; 2017-03-10 at 09:48 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •