Reports, etc. > Reports...

MTG bbc mod

(1/1)

Test Administrator:
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.

Test Administrator:
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: ---      if (isset($context['msgid'])) {
        $postid = $context['msgid'];
        $deckid = $context['deckid'];
      }

--- End code ---

Navigation

[0] Message Index

Go to full version