Wednesday 29 September 2004 6:05:18 pm
You can try increasing the max_execution_time in the main eZ publish script, index.php. Try adding a "set_time_limit(300);" as the second line before starting you instalation. e.g.
<?php
set_time_limit(300);
// Copyright (C) 1999-2004 eZ systems as. All rights reserved.
See http://au.php.net/manual/en/function.set-time-limit.php for more info on this function. Note: This will not work if you are using php in safe_mode
Cheers Bruce
My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
|