This warning appears twice:

Warning: Unexpected character in input: '[x]' (ASCII=27) state=1 in [...]\sites\all\themes\bigdaddy\template.php on line 118

In order to post the output here, I had to repace the control character with [x], otherwise Drupal.org chops off the text at that point.

CommentFileSizeAuthor
#2 bigdaddy-controlcharacter-1494880-2.patch508 byteshedley
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

maximer’s picture

Hi,

where exactly is this warning appearing? In the message status in the drupal admin?
I just checked my installation with the last version of my theme and I haven't such message.

hedley’s picture

I can confirm this.

It appeared in my apache error log as a PHP warning.

Attached patch removes the control characters and removes the warning for me

maximer’s picture

Status: Active » Closed (fixed)

Ok, an invisible space ;)
Thanks, just apply your patch on my theme. Will be visible on the next release.