Server Install Failure

Asked by Samuel Grant

During the server install, the installation seems to hang quite randomly. Sometimes it hangs while on the 1.sql import, sometimes it's on the 4.sql import, a couple of times it was on the 7.sql import, once on the 10.sql import.

In short, the install hangs while importing the SQL. How do I get around this?

WinXP Pro, SP3.

EDIT==================

And, YES, I did follow the instructions for the XAMPP install, without errors.

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Dan Garner
Solved:
Last query:
Last reply:
Revision history for this message
Best Dan Garner (dangarner) said :
#1

The only think I can think of is that the max_execution_time is being reached... we do try and set this to unlimited, but perhaps your install is preventing it.

You could try and set this manually in your php.ini file and see if that makes a difference.

Revision history for this message
Samuel Grant (samuelgrant327) said :
#2

Thanks Dan Garner, that solved my question.

Revision history for this message
Samuel Grant (samuelgrant327) said :
#3

The default max_execution_time is 30 seconds, I set it to 5 minutes, rebooted and POOF! it works.

Thanks again!

Revision history for this message
Drew (dleiser) said :
#4

Thank you so much! This fixed my problem too. I would highly suggest adding this info to either the server install guide or the release notes for Faye.

You guys rock! Thanks again!

Revision history for this message
Dan Garner (dangarner) said :
#5

Dan Garner suggests this article as an answer to your question:
FAQ #2088: “Server Installation stops at Random Points”.

Revision history for this message
Dan Garner (dangarner) said :
#6

Created a FAQ from this article - you are right though, it would be better in the Server Install Guide.... when I get a minute :-)