We are trying to build a VM of our current Matrix server. So, we built a new VM with the newest Debian Squeeze, realized that we needed to downgrade to php 5.2, which we have done.
Then, we ran the normal installation steps (which I have done so so many times and been fine) and are always having issues on step_03.php. First it was a php memory issue, we have have it bumped up to 128M, which really seems high. Next it was a session handler error when trying to load the website for the first time. Then, after we removed everything and started fresh, step_03.php gave us another memory error, even with 128M allocated.
This is very strange, so I am wondering, does Debian Squeeze play nice with Matrix 3.24.3?
[quote]
We are trying to build a VM of our current Matrix server. So, we built a new VM with the newest Debian Squeeze, realized that we needed to downgrade to php 5.2, which we have done.
Then, we ran the normal installation steps (which I have done so so many times and been fine) and are always having issues on step_03.php. First it was a php memory issue, we have have it bumped up to 128M, which really seems high. Next it was a session handler error when trying to load the website for the first time. Then, after we removed everything and started fresh, step_03.php gave us another memory error, even with 128M allocated.
This is very strange, so I am wondering, does Debian Squeeze play nice with Matrix 3.24.3?
[/quote]
What is the error returned from step3? It shouldn't be step3 throwing the memory error because it hard codes the memory in the script to no limit.
Silly q but did you bump the memory in Matrix or php.ini? If the former, try bumping it in the latter, because the Matrix limit is only for Web based output (yes, there is another one but that is exclusive for cron jobs)
PS. I'm unsure about Squeeze, others will verify if it does play nice or not.
[quote]
What is the error returned from step3? It shouldn't be step3 throwing the memory error because it hard codes the memory in the script to no limit.
Silly q but did you bump the memory in Matrix or php.ini? If the former, try bumping it in the latter, because the Matrix limit is only for Web based output (yes, there is another one but that is exclusive for cron jobs)
PS. I'm unsure about Squeeze, others will verify if it does play nice or not.
[/quote]
We decided to just go back to Lenny and install from there, and everything is going smooth. 