Closed (fixed)
Project:
Drupal core
Version:
6.11
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2009 at 05:41 UTC
Updated:
10 May 2009 at 08:13 UTC
Just today I ran into this issue http://drupal.org/node/371781
I had the error message plus my theme did not work at all, all I saw was an unstyled page. Replacing an umlaut ü by ü solved the problem, like I described in my comment.
As I did see the question mark in my theme description, I solved the issue by chance. But less experienced themers might get desperate not finding the reason for this behaviour.
Some string sanitizing for the description might be a good idea an not too hard to do.
Comments
Comment #1
eigentor commentedSorry, forgot to put code brackets round my
ü. Escaping the character like this was the solution I found as described.Comment #2
eigentor commentedHm, checked again in another theme - could not verify this error, must be specific to my case.