if i enable views i see white screen in browser, nothing...
then i try uninstall by run in phpmyadmin DELETE FROM system WHERE name LIKE 'views%'; then web shows well and i do drop too view_* TABLES.
But when i try enabling views module clean screen and no errors.

note:
I have enable errors in php.ini and nothing is show
in watchdog no errors too

what can i do please ?

Comments

Don Melton’s picture

I'm seeing the same problem after a clean drupal-5.5 install and activating views-5.x-1.6.

This also means the single_user_blog-5.x-1.x-dev profile won't work, at least with drupal-5.5, since it depends on the views module. I haven't tried that profile and views-5.x-1.6 with a previous drupal version yet. I'll do that now...

Don Melton’s picture

The same problem happens with drupal-5.4. But it turns out I wasn't doing an entirely clean install. The problem is not with the version of drupal. It's caused by the interaction between the Views Theme Wizard in views-5.x-1.6 and the inline-5.x-1.1 module, which I also had installed. If both of these are enabled, then the site goes blank.

It's possible to have the Views, Views UI and Views RSS modules enabled at the same time as the Inline module. You just can't have the Views Theme Wizard and Inline enabled at the same time.

I'll file separate bugs about these problems later today, if they haven't been filed already.

catch’s picture

Status: Active » Postponed (maintainer needs more info)

any luck with the bug report against inline?

catch’s picture

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

sounds like a memory issue to me: http://drupal.org/node/160362