When submitting on the admin/modules page, settings are set ok, but page is blank.

Only recent (last week or so) version on drupal 4.7 beta does this. I've been downloading the most recent drupal almost every day, so I am sure this is from something recent.

Comments

dopry’s picture

if you increase the php memory limit does it solve the white screen?

change in php.ini
memory_limit = 12M

Steve Dondley’s picture

Status: Active » Closed (fixed)

I had the same issue on my test server. Bumping up php memory per comment above fixed this.

jon pugh’s picture

this went away with a newer 4.7 build. Thanks.