Posted at 16:23 on July 18th, 2009 | Quote | Edit | Delete | |
Admin Reborn Gumby Posts: 11446 | This upgrade not only comes with new features here in the forum. The main changes lie below the hood. Most specifically, the session, login and logout management has has an overhaul. So this affects the site, too. Please report any errors or just strange occurences. List of changes: http://www.spamboard.net/query?status=closed&milestone=5.2+RC1 ----- Now you see the violence inherent in the system! ----- Edited by Mr Creosote at 16:59 on July 18th, 2009 |
Posted at 21:43 on July 18th, 2009 | Quote | Edit | Delete | |
Guest | Originally posted by Mr Creosote at 16:23 on July 18th, 2009: So this affects the site, too On the main site I'm getting debugging information at the bottom of each page. |
Posted at 21:51 on July 18th, 2009 | Quote | Edit | Delete | |
Member Retired Gumby Posts: 743 | Same here. edit: Hmm... Looks like the quote function is borked now too. Simply including the quote bbcode tags in a post no longer works. {/edit} [quote] Debugging: * $ARGS: Array ( [0] => 0 [1] => 0 [2] => 0 [3] => 0 [4] => 0 [5] => 0 [6] => 0 [7] => 0 [8] => 0 [9] => 0 [10] => 0 [11] => 0 [12] => 0 [13] => 0 [14] => en [15] => 0 [16] => 0 [17] => index [18] => 1 [19] => [20] => 0 [21] => 0 [22] => 0 [23] => ) * session_id(): 26234b32774e8d25ab2de7d891543ce6b70f4023 * $_SESSION: Array ( [secdata] => Array ( [useragent] => Mozilla/5.0 (Windows; U; Windows 95; en-US; rv:2.7.5) Gecko/20070127Firefox/69 [iprange] => 71.253 ) [pages] => 3 [memberid] => 12 [membername] => Cypherswipe [remember] => 1 [boardstyle] => default.css [attachments] => 0 [lang] => en [timezone] => +00:00 [lastvisit] => 2009-07-18 15:36:19 [page_ref2] => [page_ref] => topic.php?id=2287&page=1&s=26234b32774e8d25ab2de7d891543ce6b70f4023 [page_current] => ) * $_COOKIE: Array ( [sb_user] => BTMXDAhKQi1eQAh1YVlNVCoEMVloVzJkBChIOGNgVn96BRN-ShtXWXgFWgxHfwRQcgZRQg==*121 [s] => 26234b32774e8d25ab2de7d891543ce6b70f4023 ) * ;Hurra Deutschland;PC; * ;Solstice;NES; * ;The Train Game;ZX Spectrum; * ;Der Clou!;Amiga; * ;Simon the Sorcerer II: The Lion, the Wizard and the Wardrobe;Amiga; * ;The Legacy;PC; * ;Black Gold;Amiga; * ;Murder;Amiga; * ;Realms of the Haunting;PC; * ;Der Patrizier;Amiga; [/quote] ----- At the end of the day, you're left with a bent fork & a pissed off rhino. ----- Edited by Cypherswipe at 21:54 on July 18th, 2009 |
Posted at 01:29 on July 19th, 2009 | Quote | Edit | Delete | |
Member Master Gumby Posts: 82 | Got this error when randomly clicking on a random game from the Recommended Game: (in this case, Battle Bugs): Quote: Fatal error: Call to a member function post() on a non-object in /home/goodoldd/public_html/iframes/comments.php on line 82 ----- [url=http://isoart.bravehost.com/]ISO Art - Lost in Cyberspace[/url] |
Posted at 01:48 on July 19th, 2009 | Quote | Edit | Delete | |
Admin Reborn Gumby Posts: 11446 | Thanks guys, the debugging output shouldn't appear anymore now (does it?) and the error with the comments should be fixed as well. As for the quote tag, this fails, because there is an unclosed [s] tag within the quote. Although I'm not extremely happy with this, there is no way the forum can distinguish between attempted code tags and regular text which looks like code tags. So the board has to assume this is incorrect board code and once it finds this, it stops parsing to avoid running into real trouble. Here's the same quote with [s] replaced by [x]: Quote: Debugging: * $ARGS: Array ( [0] => 0 [1] => 0 [2] => 0 [3] => 0 [4] => 0 [5] => 0 [6] => 0 [7] => 0 [8] => 0 [9] => 0 [10] => 0 [11] => 0 [12] => 0 [13] => 0 [14] => en [15] => 0 [16] => 0 [17] => index [18] => 1 [19] => [20] => 0 [21] => 0 [22] => 0 [23] => ) * session_id(): 26234b32774e8d25ab2de7d891543ce6b70f4023 * $_SESSION: Array ( [secdata] => Array ( [useragent] => Mozilla/5.0 (Windows; U; Windows 95; en-US; rv:2.7.5) Gecko/20070127Firefox/69 [iprange] => 71.253 ) [pages] => 3 [memberid] => 12 [membername] => Cypherswipe [remember] => 1 [boardstyle] => default.css [attachments] => 0 [lang] => en [timezone] => +00:00 [lastvisit] => 2009-07-18 15:36:19 [page_ref2] => [page_ref] => topic.php?id=2287&page=1&s=26234b32774e8d25ab2de7d891543ce6b70f4023 [page_current] => ) * $_COOKIE: Array ( [sb_user] => BTMXDAhKQi1eQAh1YVlNVCoEMVloVzJkBChIOGNgVn96BRN-ShtXWXgFWgxHfwRQcgZRQg==*121 [x] => 26234b32774e8d25ab2de7d891543ce6b70f4023 ) * ;Hurra Deutschland;PC; * ;Solstice;NES; * ;The Train Game;ZX Spectrum; * ;Der Clou!;Amiga; * ;Simon the Sorcerer II: The Lion, the Wizard and the Wardrobe;Amiga; * ;The Legacy;PC; * ;Black Gold;Amiga; * ;Murder;Amiga; * ;Realms of the Haunting;PC; * ;Der Patrizier;Amiga; ----- Now you see the violence inherent in the system! ----- Edited by Mr Creosote at 01:50 on July 19th, 2009 |
Posted at 06:12 on July 19th, 2009 | Quote | Edit | Delete | |
Member Retired Gumby Posts: 743 | Yep, the debugging stuff no longer appears on the site. Didn't notice the [s] tag stuck in amongst all that debugging stuff. Most forum scripts simply ignore any unclosed tags like that, simply rendering them as text (makes no diff if it's in the middle of some other tag or not). ----- At the end of the day, you're left with a bent fork & a pissed off rhino. |
Posted at 10:00 on July 19th, 2009 | Quote | Edit | Delete | |
Admin Reborn Gumby Posts: 11446 | Yes, but other forums don't guarantee well-formed XML output ----- Now you see the violence inherent in the system! |
Posted at 02:46 on July 9th, 2012 | Quote | Edit | Delete | |
Deleted Member | [Spam -Mr Creosote] ----- Edited by Mr Creosote at 05:27 on July 9th, 2012 |
Posted at 04:04 on July 9th, 2012 | Quote | Edit | Delete | |
Member Master Gumby Posts: 82 | Spam Club spam, who would've thought! ----- [url=http://isoart.bravehost.com/]ISO Art - Lost in Cyberspace[/url] |