I have entered a lot of organizations, people and projects today and I now wanted to start inputting tasks. When I go to /node/add/stormtask I get the right form and fill everyting in. After clicking on Submit I get a white screen, no watchdog or other error message I'm afraid.

Comments

Magnity’s picture

Status: Active » Postponed (maintainer needs more info)

I can't reproduce this myself...

Would it be possible to go to /admin/settings/error-reporting, select Write errors to the log and to the screen and try again? This should enable you to see the error message.

Thanks

jurgenhaas’s picture

Unfortunately not. I just get a white screen and no error message. If there is no other suggestion I should probably go into the code and try to build drupal_set_messages into it to be able to localize where the error happens.

Magnity’s picture

That'd be useful - thanks.

jurgenhaas’s picture

OK, found it.

file stormtask.module
line 624

wrong: $node->datebegin = _storm_date_to_gsmtimestamp($node->datebegin);

correct: $node->datebegin = _storm_date_to_gmtimestamp($node->datebegin);

Just unclear why I get a WSOD, but that's gone now ;)

Mark_Watson27’s picture

GreyHawk’s picture

We're having the same issue.

We updated to this version of the dev module 'cuz we were unable to add a Project. Now we can add a project, but no tasks...

We're getting closer. :)

avpaderno’s picture

GreyHawk’s picture

@jurgenhaas -- that's it! Nicely done...thank you.

Magnity’s picture

Status: Postponed (maintainer needs more info) » Fixed

That's fixed - thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.