If you have sitemenu installed, you will notice that sitemenu sends out headers (and breaks the software) whenever you are on any of the pages that touch taxonomy in a particular way. This is apparently due to an improper utilization of the link hook by the module. The simple solution is to take out the sitemenu_link function entirely. The only reason you would need this function is if you wanted to allow themes to print sitemenu, in which case you would need to rewrite this function.

BTW, we are making good progress on http://www.OdessaPage.com drupalization!

Comments

Andrzej7’s picture

It doesn't help

I have anerror message:

Your blog was created.
warning: Cannot modify header information - headers already sent by (output started at /usr/local/apache/www/htdocs/myste.pl/modules/sitemenu/sitemenu.module:1) in /usr/local/apache/www/htdocs/myste.pl/includes/common.inc on line 267.

Any help?

kbahey’s picture

Status: Needs review » Fixed

Fixed in 4.7 and 5.x.

Anonymous’s picture

Status: Fixed » Closed (fixed)