I am unable to get the above starter file of this install to work within the Joomla install area. I have changed the php.ini from 2mg to 16 mg (as recommended) and got past the first hurdle "There's an error" now this is what I have recieved:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2227377 bytes)in /joomla/libraries/joomla/filesystem/archive/zip.php on line 284
Line 284 - $fhLast = strpos($data, $this->_ctrlDirEnd);
Ok, so I took the number that was allocated "8388608" transposed to megabytes which is 8M. Searched the php.ini file for any mention of "8M" replaced with 32M, saved file and the install worked.
Ok, so I took the number that was allocated "8388608" transposed to megabytes which is 8M. Searched the php.ini file for any mention of "8M" replaced with 32M, saved file and the install worked.
MaggotFeast
Also mentioned in our FAQ section - thanks for posting though.