2009/4/26 sainadhb <[email protected]>: > > while trying to import the wordpress DB in habari, I get the following > error; > Import > Import In Progress > Importing posts 0-100 of 947. > > Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp > \htdocs\habari\system\classes\socketrequestprocessor.php on line 106 > > Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp > \htdocs\habari\system\classes\session.php on line 132 > Wordpress version: 2.7 > Habari version: 0.6
PHP sets a maximum execution time for scripts, and the execution time is running out. I'm not a XAMPP user, but you should be able to increase the execution time by following these instructions: http://rosgar.wordpress.com/2008/09/15/raise-the-bar-increasing-the-script-execution-time-in-xammp/ -- Michael C. Harris, School of CS&IT, RMIT University http://twofishcreative.com/michael/blog IRC: michaeltwofish #habari --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
