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
Comment #1
ktonini commentedAnother 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.
Comment #2
sdboyer commentedThere'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.
Comment #3
ktonini commentedHmm, I think i had tried that. I downgraded for now. When the modules are updated I'll give it another go.
Comment #4
cgillogly commentedI'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.
Comment #5
cgillogly commented@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.
Comment #6
merlinofchaos commentedWhy did linking to another issue reactivate this?
Comment #7
ktonini commentedYes I am! I'll give this a shot and report back. Thanks!
Comment #8
merlinofchaos commentedNote 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.
Comment #9
esmerel commentedNo updates for more than 30 days.