Turtle Shell Productions Testing

Reports, etc. => Reports... => Topic started by: Test Administrator on February 02, 2012, 07:05:22 PM

Title: MTG bbc mod
Post by: Test Administrator on February 02, 2012, 07:05:22 PM
the mod installs a file called "deck.php" in the forum root.  I would expect this file to be added to Sources instead...

Additionally, the text strings for deck, mana and card are not defined into the modifications.english.php file which causes the error log to load up with undefined index messages.
Title: Re: MTG bbc mod
Post by: Test Administrator on February 08, 2012, 05:46:32 PM
ok....  now, with some more testing:

Subs.php is throwing all sorts of undefined errors based around postid and deckid.
The following code is suspect.... because it seems that neither deckid nor postid ever actually gets set.



Code: [Select]
      if (isset($context['msgid'])) {
        $postid = $context['msgid'];
        $deckid = $context['deckid'];
      }