Posted by ubpizzoli on May 12, 2009 at 8:28am
4 followers
Jump to:
| Project: | OpenPublish |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | febbraro |
| Status: | closed (fixed) |
Issue Summary
I have noticed that when I try to install openpublish in windows system (XAMP, XAMPLITE, WAMP, ecc ) I always obtain the "Fatal error: Maximum execution time.... " also setting max exec time to infinity. (I have tryed on two different PC with Win XP SP3) whereas the error doesn't occur in Linux (Fedora 6 ) installation with max exec time set to 30 sec!!! and with a worst performance PC!
It'd be noticed that in the windows system there is already a perfect functioning Drupal 6.11 release installed.
Any idea??
Comments
#1
I am running into the same issue.
#2
Hello. I have run into the same problem recently when doing our test builds and I think there may be a way around it. For some reason the interaction of Windows and PHP when trying tp scan the file system is AWFULLY slow. NO clue why, but there is a configuration you can make in php.ini that has helped me get this installed.
http://php.net/manual/en/ini.core.php#ini.realpath-cache-size
I have realpath_cache_size set to 2M and what was timing out after 300 seconds now runs in about 15-20secs, so I guess that is a pretty big improvement. I have tested with on Windows XP Professional running in VMWare Fusion on XAMPP 1.7.x and Acquia DAMP 1.2.x
Good luck, please let me know if this helped.
#3
Fixed for now as I was able to get it installed. Hopefully we can break up the install profile to not have to insert all the content types up front as that is what is taking all of the time.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.