Closed (fixed)
Project:
Gamertags
Version:
6.x-2.75
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
31 Aug 2010 at 16:09 UTC
Updated:
14 Sep 2010 at 22:50 UTC
in the hook gamertags_theme there is reference to includes/settings.php but there is no settings.php, only settings.inc
function gamertags_theme() {
return array(
'gamertags_settings' => array(
'arguments' => array('form' => NULL),
'file' => 'includes/settings.php',
),is this a missing file? or does that even matter?
thanks, and we LOVE your module.
Comments
Comment #1
caponey commentedhere's the error I am getting on the gamertags>settings page
it says it about 5 times
Comment #2
pobster commentedWow! How on earth did that pass me by? Thanks for the spot, I'll roll another release and thanks also for the kind words!
Pobster
Comment #3
pobster commentedBTW, s/b settings.inc - it just adds an on-the-fly error message to the collect and display settings, it's not required at all - just a nice little effect!
Pobster
Comment #4
pobster commentedDone!
Thanks again!
Pobster
PS. Note there will be an update to run update.php which will simply flush and rebuild the theme registry to get Drupal to recognise the change in file name.
Comment #5
caponey commentedcool, thanks Pobster!