When I install the module on my drupal test site (local machine - using xamp) I get following error:

warning: include_once(themes/garland/theme-settings.php) [function.include-once]: failed to open stream: No such file or directory in C:\Programme\xampp\htdocs_lamp83\sites\all\themes\zen\zen_classic\theme-settings.php on line 5. 
 
warning: include_once() [function.include]: Failed opening 'themes/garland/theme-settings.php' for inclusion (include_path='.;C:\Programme\xampp\php\pear\') in C:\Programme\xampp\htdocs_lamp83\sites\all\themes\zen\zen_classic\theme-settings.php on line 5. 

Was just testing the module and I guess the error is less Theme Settings API related than a failure of XAMP or my Apache Config, anyway wanted to let you know about it as maybe someone knows the solution to the error and maybe someone else will benefit from the "documentation" then.

Cheers
Sebastian

Comments

colorado’s picture

See this related thread:

http://drupal.org/node/199578

johnalbin’s picture

Title: Error message on new installation (maybe Apache related) » Fatal error on Zen Classic theme settings when using admin theme
Category: support » bug
Priority: Minor » Normal
Status: Active » Closed (duplicate)

Sounds like you are using Zen.

As colorado stated… duplicate of http://drupal.org/node/199578

s.daniel’s picture

Thank you for the response and sorry for duplicate post. Searched before posting but probably not enough.

johnalbin’s picture

Not a problem!

It's often difficult to tell where a bug is originating. And your error message mentions both zen and theme-settings, so it's to be expected.