Got the following error message when trying to install using UberInstaller. The PHP memory_limit value on your host is set to . The minimum for Ubercart is 12M, the reccommended value is 18M or more. Visit drupal.org to see how to remedy this for your host.
I checked and the PHP memory_limit is set to 32. I went to the drupal link and I have everything needed to install this. My host will not help with non simple script programs. Any idea what the problem might be?
UberInstaller problem
Submitted by zoid on Tue, 06/10/2008 - 17:31
|
|
It means either phpinfo() wasn't reporting memory_limit on your server or the parser for the HTML that phpinfo() dumps failed. I'm inclined to believe the later as the error message didn't give you a specific memory value as it should. Unfortunately, phpinfo() doesn't spit out an easy machine readable format so I have to parse the result to get info about the PHP environment. I've made modifications to the installer so that it only fails the memory check if it explicitly finds an amount lower than 12M.
|
|




Joined: 06/08/2008