By alesr on
Hi,
my installation on LAMP (D6.16, PHP5.2) has Views 6.10 and all was working ok.
Page view with own url displayed normally.
Now if I go to Views list (/build/views) or visit a page view I created I get white screen with no errors.
I can visit build/views/tools or any other page that has nothing to do with views.
I don't recall doing anything that will be views dependable. In this time I changed Admin menu module and installed jQuery_update module but even if I turn them off I cannot see views page!
I cleared the cache.
I have enough memory set in php.ini because previously it was working ok.
How can I know what went wrong and how to fix it?
Comments
I installed DTools and got
I installed DTools and got this notice:
THE SOLUTION!
Somewhere in custom module i called function path_to_theme().
This causes WSOD on views.
The solution that worked for me was using drupal_get_path('theme', $GLOBALS['theme_key']) instead of path_to_theme().
Similar issues are:
http://drupal.org/node/251441
http://drupal.org/node/245264
http://drupal.org/node/446762