Closed (duplicate)
Project:
Drupal core
Version:
7.0-alpha1
Component:
install system
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
17 Jan 2010 at 15:28 UTC
Updated:
19 Jan 2010 at 04:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
dman commented"Too busy" Sounds like a hosting issue more than anything.
Can you post anything from your server logs? Your ISP should give you access to the Apache logs which may show the exact error there. Is your memory limit high enough? D7 is a bit memory-hungry during install by some reports.
Comment #2
dave reidComment #3
arithok commentedHello, thanks for your reply. This morning I have to try again with memory_limit (php.ini) set to 200M, then i restart apache n mysql.
Note:
-----
From Apache error log (c:\xampp\apache\logs\error.log)
[Mon Jan 18 10:20:29 2010] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Mon Jan 18 10:20:30 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Jan 18 10:20:30 2010] [notice] Digest: done
[Mon Jan 18 10:20:30 2010] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Mon Jan 18 10:20:30 2010] [notice] Server built: Dec 10 2008 00:10:06
[Mon Jan 18 10:20:30 2010] [notice] Parent: Created child process 2348
[Mon Jan 18 10:20:31 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Jan 18 10:20:31 2010] [notice] Digest: done
[Mon Jan 18 10:20:31 2010] [notice] Child 2348: Child process is running
[Mon Jan 18 10:20:31 2010] [notice] Child 2348: Acquired the start mutex.
[Mon Jan 18 10:20:31 2010] [notice] Child 2348: Starting 250 worker threads.
[Mon Jan 18 10:20:31 2010] [notice] Child 2348: Starting thread to listen on port 443.
[Mon Jan 18 10:20:31 2010] [notice] Child 2348: Starting thread to listen on port 80.
From access log (c:\xampp\apache\logs\access.log)
127.0.0.1 - - [18/Jan/2010:10:19:37 +0700] "GET /drupal7/install.php HTTP/1.1" 200 3293
127.0.0.1 - - [18/Jan/2010:10:19:45 +0700] "POST /drupal7/install.php HTTP/1.1" 302 -
127.0.0.1 - - [18/Jan/2010:10:19:46 +0700] "GET /drupal7/install.php?profile=standard HTTP/1.1" 200 3071
127.0.0.1 - - [18/Jan/2010:10:19:54 +0700] "POST /drupal7/install.php?profile=standard HTTP/1.1" 302 -
127.0.0.1 - - [18/Jan/2010:10:19:54 +0700] "GET /drupal7/install.php?profile=standard&locale=en HTTP/1.1" 200 6473
127.0.0.1 - - [18/Jan/2010:10:23:59 +0700] "GET /phpmyadmin/db_structure.php?db=ari_drupal7&token=1e40e4ff96627391161633c5e4700240 HTTP/1.1" 200 6305
Comment #4
dman commentedThanks for the info. Looks like whatever actually failed didn't get logged there.
... although if the first line is anything to go by
and the timestamp immediately before it is right
it looks like it could have been a complete Apache crash (core dump?), not just PHP.
Not nice. Is it your own server?
Comment #5
arithok commentedIt's a local server with XAMPP 1.7.0 and I have try the new drupal 7.0 alpha 1 with XAMPP in my laptop.
Comment #6
herpderp commentedI had this problem this morning when I tried an installation. I submitted a bug report with more information.. but it would seem to have been removed from public sight or something as it's not searchable nor under my issues tracker.
With a XAMPP setup running under Windows 7, the installation will crash after you submit MySQL credentials taking down Apache with it.
It's tracing back to a PDO problem if you check the event logs. In my original bug report submission, I included two XML files as I said, someone has been zealous with removing these bugs from public view.
Comment #7
damien tournoud commentedMost probably a duplicate of #686118: Apache crashes while installing on windows (XAMPP). Seems that XAMPP is broken.
Comment #8
dman commentedo_O ??
Can you not see #687960: Installing D7 will cause Apache to crash ? Or are you talking about a different post you think has been hidden from you?
Comment #9
arithok commentedOkey, this case maybe duplicate with other bugs, crash on windows with XAMPP. But, my opinion is same with JoepH (http://drupal.org/node/686118)
"I am not sure this is Drupal related or Windows related or maybe just my client.
For the record: D6 runs very smooth on this same machine." :)
Btw, I found this link and success to install drupal 7.0 Alpha 1.
http://acquia.com/blog/kieran/try-drupal-7-alpha-your-laptop-or-desktop
May be this help :).