Hi,

I enabled this under v5-RC1, but I get a WSOD at both /admin/releasemonitor and /admin/settings/releasemonitor. I'm assuming this is due to a timeout, as it "thinks" about it for quite a while before packing up. I have quite a few modules installed, as I am evaluating a lot of stuff under the new v5, so I'm guessing this might be part of the problem.

Comments

douggreen’s picture

First, the URL's are admin/releases and admin/setting/releasemonitor (sorry for the inconsistency).

Second, WSOD (White-Screen-of-Death I presume) can happen when any module breaks the system (at least this was true in 4.7). The very fact that you got it on admin/releasemonitor page, which isn't a valid page, suggests that the problem is not in the releasemonitor module. Do you get the WSOD on admin/build/modules? Do you get the WSOD on any other pages?

I suggest disabling one module at a time to figure out which one is the culprit. It could be the releasemonitor, but it could also be any of the other many modules you say you have installed. If you get the problem on admin/build/modules, you'll have to disable the module either by physically removing them from your file system or by updating the system table using SQL.

update system set status=0 where name='somemodulename';
niklp’s picture

Sincerest apologies Doug - I typed the urls from memory, working under the notion that the precise location would be ignored. The urls are mistyped in my previous post. The urls are in fact the actual ones from the module in question.

The admin/modules page is not affected, nor are any of the other pages by all appearances. Just times out on those two...

douggreen’s picture

I don't know what is causing this on your system, other than to say, that this is a brand new module and is only beta quality. What version of php are you using? Can you confirm what version of releasemonitor.module you have... what is the number in the $Id$ string at the top of the file. It should be something like 1.31...

niklp’s picture

The module is v.1.29 on Drupal v5RC1.

The other stuff...
MySQL database 4.1.14
PHP 5.0.4
Web server Apache/2.0.54 (Fedora)

douggreen’s picture

Please get the latest version from CVS. There was a pretty serious bug in releasemonitor.module from 1.23 -> 1.29 that caused the web server (in some cases) to recursively try to find something. It could cause the WSOD. This recursive problem only existed from Sat Jan 6 13:52:16 2007 UTC -> Sun Jan 7 13:37:17 2007 UTC. Sorry for the problems...

douggreen’s picture

Status: Active » Closed (fixed)