Closed (fixed)
Project:
Theme Settings API
Version:
5.x-2.8
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2008 at 08:40 UTC
Updated:
2 Jan 2009 at 18:15 UTC
The module installs "ok" - ie shows as installed and for some themes is working,
but seems to be looking for a settings.php file rather than a theme-settings.php file.
I'm not sure what is going on as code for drupal, themes and the module are all clean installations from drupal.org
Please can someone suggest what to try and if they've seen this before?
thanks
Si
Comments
Comment #1
johnalbinIs that the only thing "wrong" with your installation? Because that is "by design". The 5.x-2.0 version preferred the theme settings to be stored in a "settings.php" file, but then then the patch for Drupal 6 core landed and the preferred file name was chosen as "theme-settings.php". So 5.x-2.1 was released that used "theme-settings.php" as the preferred name, but still allowed "settings.php" in case people had used the 5.x-2.0 version.
But, even given that backwards compatibility, how could that cause you problems?
Comment #2
psipi commentedYes it does seem to be.. we're rolling out clean code, all be it in an intelligent fashion, but it does seem that the legacy issue isn't working as planned.
I'm happy to discuss giving someone ftp access if needs be..
Based in UK, London, if anyone has time for quick call to help and prepared to fund beer etc..
Comment #3
johnalbinI still don't know what problem you are experiencing. If a theme has a settings.php file, it was designed for the 5.x-2.0 version of this module and it should work fine. If a theme doesn't have a settings.php file, there will be no errors.
Also, if a theme has a theme-settings.php file, this module won't look for a settings.php file in that theme.
Comment #4
psipi commented