Needs work
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Install
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
6 May 2013 at 23:10 UTC
Updated:
8 Mar 2014 at 11:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
panchoScreenshot and patch.
Comment #2
panchoComment #3
populist commentedI believe this was changed as a result of #1953428: Panopoly Core + Hook Requirements, but perhaps that was in error.
Comment #4
panchoHmm, I remember it worked when I wrote this patch which in fact just reverts #1953428: Panopoly Core + Hook Requirements.
I'm gonna check this tomorrow or so.
Comment #5
populist commentedHere is a patch that sets the PHP memory limit on a global basis. It needs to work around the Array problem seen #1953428: Panopoly Core + Hook Requirements, but I think does so just fine. This will need a bit more testing around install, but here it is for others to check out. The trick was not redefining the $requirements['php_memory_limit'] array since module_invoke() will aggregate the data making it unreadable by system_status().
Comment #6
lsolesen commentedThe patch in #5 successfully removes the extra memory requirement.
Comment #7
mrfelton commentedWith this patch applied I don't see the PHP memory requirement status entry at all.