Hi,

I've followed the INSTALL instructions and received the following error after I've tried enable the module and also after permission assignment.

Also the sitemap is empty even though I have approx. 15 categories a 10 pages assigned to them.

Could it be that the module location make the problem? I've put it to modules\site_map\site_map.module

Appreciate your help,
--Josef

PS: this error descr is taken from log, but it was also shown after the page (after hitting the module-enable) and causing bad page rendering (nothing but the error was shown)

ENV: XP, EasyPHP

Type php
Date Thursday, November 17, 2005 - 15:25
User admin
Location /admin/menu/item/edit/63
Message Cannot modify header information - headers already sent by (output started at c:\eval\easyphp\www\modules\site_map\site_map.module:172) in c:\eval\easyphp\www\includes\common.inc on line 192.
Severity error
Hostname 127.0.0.1

Comments

mzabala’s picture

Priority: Normal » Minor

I just had to fix this on my installs. There's extra whitespace at the end of the sitemap module file. Just delete the extra line breaks after the very last line of code.

?>

See these nodes for reference.

http://drupal.org/node/31651
http://drupal.org/node/35514

iokevins’s picture

Priority: Minor » Critical

Bumping the priority to critical. This is an easy fix and should not be causing problems out of the box.

thom k in ca@thisiswhatdemocracylookslike.com’s picture

Category: support » bug

I downloaded the 0.8.2 version of civicspace and this is still a problem in that version. Not sure what version of Drupal that is. Is there a way to find out the drupal and civicspace version from the administer menu?

I deleted the whitespace at the end of common.inc on my server and it works fine now.

frjo’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)