When going to:

/[GROUP]/node/add/casetracker-basic-project
or
/[GROUP]/node/add/casetracker-basic-case

I am getting a WSOD. I am using Open Atrium. I checked the error log, but couldn't find anything related.

Comments

rougekris’s picture

Hi Lukas,

Do you have errors and notices enabled in your PHP configuration?

lee20’s picture

Priority: Normal » Major

I have the exact same issue. WSOD and nothing in the error log.

rougekris’s picture

I came across Atrium recently, and was going to install it at some point today. I'll take a look through your issue while I'm there.

Which version of Atrium? 1.0 or 1.1?

lee20’s picture

Category: bug » support
Priority: Major » Normal

I am using OA 1.1 and it was a fresh install. I noticed that the Atrium Case Tracker feature was Overridden and would not revert. So I reinstalled fresh and it fixed the issue. The difference being I didn't have Case Tracker downloaded the first time I installed.

Not sure if Lukas von Blarer had the exact same experience. But I am updating the issue to be a support request instead of a bug. This may be an issue with OA and not CT but I haven't tried to install CT without OA.

luksak’s picture

I am having this issue on 1.0 and 1.1.

Ah, checking the Drupal logs revealed the following the following error:

call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'node_add' was given in /home/httpd/vhosts/motorproductions.ch/subdomains/admin/httpdocs/includes/menu.inc on line 349.

tragic.rich’s picture

I had the same issue with the wsod, a fresh install did the trick! I was getting the following errors with the bad install:

warning: htmlspecialchars() expects parameter 1 to be string, array given in */includes/bootstrap.inc on line 856.
warning: htmlspecialchars() expects parameter 1 to be string, array given in */includes/bootstrap.inc on line 856.
warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'node_add' not found or invalid function name in */includes/menu.inc on line 349.
warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'node_add' not found or invalid function name in */includes/menu.inc on line 349.
warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'node_add' not found or invalid function name in */includes/menu.inc on line 349.
warning: strip_tags() expects parameter 1 to be string, array given in */profiles/openatrium/themes/rubik/template.php on line 463.
warning: strpos() expects parameter 1 to be string, array given in */includes/common.inc on line 1607.
warning: strip_tags() expects parameter 1 to be string, array given in */atrium/includes/common.inc on line 1608.
warning: strip_tags() expects parameter 1 to be string, array given in */atrium/profiles/openatrium/themes/rubik/template.php on line 463.
warning: strpos() expects parameter 1 to be string, array given in */atrium/includes/common.inc on line 1607.
warning: strip_tags() expects parameter 1 to be string, array given in */atrium/includes/common.inc on line 1608.

tragic.rich’s picture

Issue summary: View changes

Added error log