Install: out of memory errors
Brought to you by:
adamfranco
Tried clean install of Segue 2.2.5.4 got following error on first run:
Fatal error: Out of memory (allocated 59506688) (tried to allocate 75
bytes) in
/<<localpath>>/segue-code/segue-2.2.5.4/main/harmoni/core/languageLocalizer
/LanguageLocalizer.class.php on line 317
followed install instructions at:
https://segue.middlebury.edu/view/html/site/segue/node/480958
confirmed php settings as:
* upload_max_filesize = 150M
* post_max_size = 150M
* memory_limit = 150M
* max_execution_time = 90
* max_input_time = 90
Increased memory_limit to 300MB but still got error...
Managed to bypass out of memory errors by commenting out:
ln 304: $translationsFile = HARMONI.'languageLocalizer/iso-639-3_translated.tab';
doing first run, removing comment tags on ln 304, and then running again
Can you confirm -- using phpinfo() -- that the memory limit setting that is actually taking affect and is not the default of 8MB.