Re: UberInstaller problem

Posts: 332
Joined: 08/07/2007
Administrator

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.

--

-Shawn Conn: If the Name Don't Rhyme It Ain't Mine

UberInstaller problem By: zoid (1 replies) Tue, 06/10/2008 - 17:31
  • Re: UberInstaller problem By: Shawn Conn (06/10/2008 - 23:43)