Install javascript error?

Permalink
Hi, I've been trying to install c5 with the sample content and the process always hangs at the "Importing Files" step. There are no errors in the apache logs, but I am seeing an error in the JS console:

r is null (at line 315)

The error originates in the ccm_installRoutine12 function at the success line..
success: function(r) {
if (r.error) {

The function is expecting a json response from /index.php/install/-/run_routine/standard/import_files/, but that path returns nothing..

I'm wondering if anyone is having this issue?

If it's useful, I'm running OSX Lion, native Apache (mod_rewrite enabled) with php5.8.10 (with mbstring, gd)..

3 Attachments

 
rsweeten replied on at Permalink Reply
Oh, I figured it out.. GD was enabled, but freetype and jpeg in gd were not.. installed libjpeg and freetype 2 and it installed fine..