Posted by cmaddalozzo on April 13, 2012 at 12:34am
Hi all,
I've been attempting to install OpenPublic for the last couple of days without success. It seems that I'm running into a memory leak. I've tried bumping PHP's memory_limit to 1 GB and it still errors out. I've tried to install betas 5 through 8 on 2 separated dev environments to no avail. I've also gone through the browser install instead of drush. Same problem. The specific drush command I am running is as follows:
drush si openpublic --db-url=mysql://op_admin:password@localhost/openpublic --db-prefix=op_ --verbose These are the last few lines of output:
Indexing node 50. [ok]
Indexing node 51. [ok]
Indexing node 52. [ok]
Indexing node 53. [ok]
Indexing node 54. [ok]
WD php: Notice: Undefined index: SERVER_ADDR in openpublic_apps_servers_info() (line 82 of /Users/cmadd/Sites/openpublic.local/profiles/openpublic/openpublic.profile). [notice]
WD php: Notice: Undefined index: SERVER_ADDR in openpublic_apps_servers_info() (line 82 of /Users/cmadd/Sites/openpublic.local/profiles/openpublic/openpublic.profile). [notice]
WD php: Notice: Undefined index: SERVER_ADDR in openpublic_apps_servers_info() (line 82 of /Users/cmadd/Sites/openpublic.local/profiles/openpublic/openpublic.profile). [notice]
WD php: Notice: Undefined index: SERVER_ADDR in openpublic_apps_servers_info() (line 82 of /Users/cmadd/Sites/openpublic.local/profiles/openpublic/openpublic.profile). [notice]
WD php: Notice: Undefined index: SERVER_ADDR in openpublic_apps_servers_info() (line 82 of /Users/cmadd/Sites/openpublic.local/profiles/openpublic/openpublic.profile). [notice]
WD php: Notice: Undefined index: SERVER_ADDR in openpublic_apps_servers_info() (line 82 of /Users/cmadd/Sites/openpublic.local/profiles/openpublic/openpublic.profile). [notice]
WD php: Notice: Undefined index: SERVER_ADDR in openpublic_apps_servers_info() (line 82 of /Users/cmadd/Sites/openpublic.local/profiles/openpublic/openpublic.profile). [notice]
WD php: Notice: Undefined index: SERVER_ADDR in openpublic_apps_servers_info() (line 82 of /Users/cmadd/Sites/openpublic.local/profiles/openpublic/openpublic.profile). [notice]
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 523800 bytes) in /Users/cmadd/Sites/openpublic.local/profiles/openpublic/modules/contrib/features/features.export.inc on line 421
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 523800 bytes) in /Users/cmadd/Sites/openpublic.local/profiles/openpublic/modules/contrib/features/features.export.inc on line 421Any help would be much appreciated. I'm out of things to try.
Cheers,
Curtis
Comments
So in are next release we
So in are next release we will be having the demo content app turned off by default (so it will not be part of the si install)
This should hill all of this issues.
We are finish up and doing testing over the next week or two, if you would like to test it out it is in the 7.x-1.0.4 branch of git.