I just updated to CTools 6.x-1.0-beta4. I'm using it with panels and advanced profile kit (both of which i updated accordingly) to override the default user page. I'm not sure if this is an APK, Panels, or CTools issue because the three are so intertwined but, when updating the three components separately, CTools causes the page to go white.

Though one scenario is that CTools is working successfully and therefore APK or Panels is causing the error after CTools does its thing. I'm not sure how to determine exactly which one of these three is causing the blank page as it produces no errors in admin/reports/dblog or even in the php or apache error logs.

Also no php memory errors are being thrown, I've set the memory_limit in php.ini to 128M and the max_execution_time to 60.

I'm thinking it has something to do with delegator being replaced by page manager, but thats just my guess.

I'm not sure exactly what else to do or how to narrow down what the problem is. Any ideas?

Thanks!

Comments

ktonini’s picture

Another thing I noticed is that the panel previews successfully in the panels settings UI, but when I disable the Panel override of the user page, the user page is still blank.

sdboyer’s picture

There's gotta be an error happening somewhere. Try the following settings in php.ini:

error_reporting = E_ALL | E_STRICT
display_errors = On

Hopefully that'll give us a little more to work with.

ktonini’s picture

Version: 6.x-1.0-beta4 » 6.x-1.0-rc1
Status: Active » Postponed

Hmm, I think i had tried that. I downgraded for now. When the modules are updated I'll give it another go.

cgillogly’s picture

I'm also getting a WSOD with both the beta4 and rc1. I get this with the user profile override both enabled and disabled. I will be taking a look at this after lunch to see if I can figure out what's causing it. Looks like something that changed in the latest version of ctools / panels is messing with both APK and Content Profile.

cgillogly’s picture

Status: Postponed » Active

@ktoniki are you also using the realname module? If so, I just posted a patch for this on http://drupal.org/node/443880#comment-1915598 that should fix the problem. Let me know if it does / doesn't.

merlinofchaos’s picture

Why did linking to another issue reactivate this?

ktonini’s picture

Yes I am! I'll give this a shot and report back. Thanks!

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

Note that rebuilding the menu has fixed things like this in the past, for me.

Returning this to postponed since there's not much that maintainers can do on this right now.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No updates for more than 30 days.