Can't get this module to work (July 5, 2010 with Drupal 6.17). Installs and configures fine, permissions set. Running cron returns an error, but cron seems to run. Attempting site/wowarmory returns a 404 error.

In the report logs I get the following PHP error:

Message Cannot modify header information - headers already sent by (output started at /u/home/user/www.website.net/modules/wowarmory/wowarmory.inc:54) in /u/home/user/www.website/includes/common.inc on line 345.
Severity error

Comments

nhdriver4’s picture

Assigned: Unassigned » nhdriver4
nhdriver4’s picture

Priority: Critical » Normal

Note that this can be fixed by commenting the line out that's in the logs. I seem to have left a debug message uncommented on the last commit.

open: wowarmory.inc
find: echo "Downloading XML From: " . $xml_url . "
";
replace with: //echo "Downloading XML From: " . $xml_url . "
";

The core functionality of the module continues to work. Look for a new commit shortly.

teuna’s picture

hi, I still get this error

Type wowarmory
Date Friday, September 17, 2010 - 02:41
User root
Location http://******/admin/reports/status/run-cron
Referrer http://******/admin/reports/status
Message Armory returned a 404 error. No changes made.
Severity notice
Hostname *******
Operations

I tried to dig in wowarmory.inc but can't find where the problem comes from

using Drupal 6.19

nhdriver4’s picture

Preformed a fresh install of both Drupal and wowarmory. I'm not able to reproduce this issue. Check realm and guild spelling. If this issue still exists, please re-open.

nhdriver4’s picture

Status: Active » Closed (cannot reproduce)