The admin page causes WSOD on php running out of memory on our 128 MB Drupal instances.

CommentFileSizeAuthor
#2 separate-forms.patch37 KBslefevre1
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

slefevre1 created an issue. See original summary.

slefevre1’s picture

FileSize
37 KB

This is a patch that breaks the admin form into separate tabs. From my testing, it's the theme_token that blows out the memory. Not sure if it's my system or not, but here's the patch.

Grimreaper’s picture

Hello,

Thanks for reporting this.

Before testing your patch, could you please give some stats on how much content you have on your websites?

Also your patch breaks formatting, mostly:
- indentation
- php doc changes
- function variables types

that makes not easy to see what was really changed.

Also I think it will breaks some automated tests.

Grimreaper’s picture

Status: Active » Closed (won't fix)

Hello,

I close the issue because it is more than one year without activity and no response to the last comment.

Feel free to reopen if needed.

sksshed’s picture

I know this is an old thread. I had a similar issue though and fixed it with changing the max_allowed_packets on the DB.