PDA

View Full Version : 500 internal server error



junlogji
2017-03-10, 01:34 AM
the ooc (http://www.giantitp.com/forums/showthread.php?517378-New-Age-of-the-Goddess-Info-and-OOC) of a game i am playing in keeps giving me a 500 internal server error even after clearing my cache

junlogji
2017-03-10, 01:37 AM
as evidenced here (http://www.giantitp.com/forums/showthread.php?517923-OMG-New-Age-of-the-Goddess-AGAIN-OOC&p=21792381#post21792381) i am not the only one with this problem

An Amy
2017-03-10, 09:33 AM
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"

Test head


Test cell

/table


This doesn't work (change in bold)

table="class:head alt1 alt2 thick_outer_border align:center"

Test head


Test cell

/table

It instead requires you to do this:

table="class:head alt1 alt2 thick_outer_border, align:center"

Test head


Test cell

/table