Monthly Archives: July 2010

sh: phpize: not found

When using pecl, or something else that require phpize, you may get a warning saying that phpize is not found, even when you have PHP installed on your server.  In order to use phpize you need to install the PHP … Continue reading

Posted in PHP, Ubuntu | Tagged , | Leave a comment

The markup declarations contained or pointed to by the document type declaration must be well-formed.

This error is caused by the DTD file not being valid. You have most likely created a DTD-file containing: <!DOCTYPE…. [ ... ]> Simply remove the first and last line delcaring the DTD data, since those are only to be … Continue reading

Posted in Development | Tagged , | Leave a comment

Munin-graph error: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

You may get a mail from cron complaining about “Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()”, if you are running Munin. This is caused by Munin not receiving valid UTF-8 data. For this you have 2 possible solutions: 1) … Continue reading

Posted in Linux | Tagged , , , , , | 1 Comment