Okay, in a phpBB mod I'm trying out, one page gives this error: Lines 429-431 are $template->set_filenames(array( "body" => 'admin/config_cd_cards_list_body.tpl') ); PHP: I've never come across this error before, what does it mean please?
This error is raised when you are trying to call an objects method but the object doesnt exist. In your example $template is not defined as an object. Make sure you have defined it, and if it is defined you havent overwritten the variable anywhere. Good Luck
"body" => 'admin/config_cd_cards_list_body.tpl') Code (markup): Should be "body" => 'admin/admin_card_duel_cards.tpl') Code (markup):
tonybogs provided the right answer to your problem. But it's impossible for us to help you further without seeing your code.
Here's a txt version of the whole file: http://games.directorygold.com/test/admin_card_duel_cards.txt