On a fresh download of Drupal 7.31, after downloading ctools and views:
1. Enabling ctools. Save. No problem.
2. Enabling views. Save. No problem.
3. Enabling views_ui. Save. Whitescreen.

- Deleting the module from the modules directory doesn't fix this issue. It seems to be in the database. All pages in the Drupal site are affected.
- E_ALL reporting is enabled in php.ini.
- Running on MAMP Pro 2.2 on Mac OSX 10.9.

Worked fine when tried on Pantheon.

This was fixed by adding the following lines to the php.ini

max_allowed_packets = 16M
max_execution_time = 120

Comments

nodiac’s picture

Priority: Critical » Normal

Interesting, refreshed about 20 times during the 15 minutes after enabling the module, including restarting MAMP Pro twice. Had lunch, then refreshed it, and the page is working now, and Views UI is enabled.

Also, the original download was with Drush. Enabled by hand.

Trying on another environment.

nodiac’s picture

Issue summary: View changes
dx007’s picture

Hi everyone,
I'm running under drupal 7.40 on a vps that run on Debian 8.
I face the same problem too. Does someone found an issue please?
Thank you for your answers!