when browsing to www.example.com/janode it just returns a blank white page...not even a 404.

installed in two different sites and same error.... tried on a fresh install with just janode as the contrib. module and its the same.

don't really know why this happens

Comments

AjK’s picture

Category: bug » support

Can you check the watchdog and server error log to see if it gives a clue?

jkarenparker’s picture

I'm having the same problem. Nothing in the logs.

AjK’s picture

Status: Active » Fixed

The problem here is "janode/" is not a valid URL. A node nid is expected, eg "janode/123". So, I'm not sure what you expected to find at that URL you are using.

I have just release 5.x-1.1 of Janode which will produce a "404 Not Found" for the URL "janode/" rather than a white screen of death which helps nobody. If you can think that the URL should do something other than 404 please open a new issue with a category "Feature request" and explain what you think it should do.

AjK’s picture

Category: support » bug

I suppose white screen of death output is a bug even if users aren't supposed to use the URL. Setting this back to "bug report".

Anonymous’s picture

Status: Fixed » Closed (fixed)