Concrete5 install hangs on "Importing files."
PermalinkI 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.