I have a custom theme that I was developing and it worked fine yesterday. I went to add a new custom region in the .info file and now my theme is getting the "Theme Incompatible" error.

I have also figured out that if i edit any of the other .info files that theme then becomes incompatible as well. I have tried editing the .info not in TextEdit not Dreamweaver, still have the problem. Tried creating a new theme with it's own .info file as well. Again nothing, the new theme is now incompatible as well.

Here are the contents of my .info file:

; $Id: newtheme.info,v 0.5 2008/04/16 08:12:12 goba Exp $
name = newtheme
description = theme desc
version = VERSION
core = 6.x
engine = phptemplate
stylesheets[all][] = style.css
stylesheets[print][] = print.css

Thanks in advance.

Comments

mnordyke’s picture

yes I am. For anyone else that may have this problem, check the LF options in your editor.

Renzy’s picture

please see this post as a more detailed description:

http://drupal.org/node/230864

- however in a nutshell, Dreamweaver is the problem - don't edit your .info file with dreamweaver - use a text editor instead!