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

caponey’s picture

here's the error I am getting on the gamertags>settings page

warning: include_once(sites/all/modules/gamertags/includes/settings.php) [function.include-once]: failed to open stream: No such file or directory gamizon.com/htdocs/includes/theme.inc on line 613.

it says it about 5 times

pobster’s picture

Wow! 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

pobster’s picture

Assigned: Unassigned » pobster

BTW, 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

pobster’s picture

Version: 6.x-2.74 » 6.x-2.75
Status: Active » Fixed

Done!

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.

caponey’s picture

cool, thanks Pobster!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.