Concrete5 install hangs on "Importing files."

Permalink
Before posting this problem, I searched the forums already for this problem. Another user posted this same problem, and said he fixed it by installing freetype 2 for GD, which is a known dependency.

I got my GD, my libpng, my libjpeg, and my freetype2, all happily compiled into PHP using this configure syntax:

./configure --with-mysql --with-gd --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/local/lib --with-freetype-dir=/usr/local/lib --with-apxs2=/usr/local/apache2/bin/apxs

(Yes, the libraries actually are in the mentioned paths. I'm not THAT retarded).

So, the install runs pretty happily at first - database creates 167 or so tables and the progress bar is moving acrossed the screen. Lookin good!

But then when the progress bar says "Importing Files", it just hangs indefinitely, with no messages in the error logs or access logs, or in the browser screen.

A fix to this would be nice, but I would like to recommend to the developers to see if more error checks and message verbosity could be added to this part of the process because without an appropriate error message, I really just don't know whats going on.

 

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.