Setting up a drupal install on my development box is a routine procedure, so I thought that this would be a snap. I'm hanging on the very first step. The install page loads, but the install hangs after selecting English as the language.
I'm using OpenPublish-2.3RC1-Build375.tar.gz and it seems as though it is missing a file. I'm getting the following error:
Firefox can't find the file at http://localhost/publisher/install.php?profile=openpublish&locale=en.
There are already 4 or 5 installs working without problem, so I'm loathed to belief it is my system. Any suggestions?
Comments
Comment #1
robatk commentedComment #2
jimcaruso commentedI have this same issue, at the same point, with the same release
at... domain.com/install.php?profile=openpublish&locale=en
I have php.ini settings at
memory_limit = 256M
max_execution_time = 120
realpath_cache_size = 2M
Comment #3
irakli commentedPlease post error messages from Apache error log that are related to the installation attempt.
Comment #4
rot commentedi get the same on ubuntu 10.10
the apache error log says:
[Tue Dec 07 22:03:33 2010] [error] [client 127.0.0.1] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/openpublish/includes/file.inc on line 934Comment #5
rot commentedi now got line 938 - it's just chance where - there seems to be an endless recursion within this function?
Comment #6
rot commentedi put a higher timout value in the php.ini and called set_time_limit in the beginning of file.inc - then i finally got an error message. so this seems to be a problem with using a slow engine (a netbook in my case).
the error message says:
i then did a
chmod a+w sites/default/files/and it worked.
BUT
still it did only work with
set_time_limit(900);added at the top of file.inc
Comment #7
rot commentedComment #8
irakli commentedyou should change timeout in vhost config or in .htacces, not in file.inc
Comment #9
irakli commented