Hi, I have try to test a new drupal 7.0 Alpha 1 with XAMPP 1.7.0. Installation stopped when create profile stage. The browser show "The site could be temporarily unavailable or too busy. Try again in a few moments." I'm sorry for my english :). Thx.

CommentFileSizeAuthor
#3 tables.jpg24.61 KBarithok

Comments

dman’s picture

"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.

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)
arithok’s picture

StatusFileSize
new24.61 KB

Hello, 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

dman’s picture

Thanks for the info. Looks like whatever actually failed didn't get logged there.

... although if the first line is anything to go by

[Mon Jan 18 10:20:29 2010] [notice] Parent: child process exited with status 3221225477 -- Restarting.

and the timestamp immediately before it is right

127.0.0.1 - - [18/Jan/2010:10:19:54 +0700] "GET /drupal7/install.php?profile=standard&locale=en HTTP/1.1" 200 6473

it looks like it could have been a complete Apache crash (core dump?), not just PHP.

Not nice. Is it your own server?

arithok’s picture

It'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.

herpderp’s picture

I 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.

damien tournoud’s picture

Category: bug » support
Status: Postponed (maintainer needs more info) » Closed (duplicate)

Most probably a duplicate of #686118: Apache crashes while installing on windows (XAMPP). Seems that XAMPP is broken.

dman’s picture

as I said, someone has been zealous with removing these bugs from public view.

o_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?

Never ascribe to malice ...

arithok’s picture

Okey, 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 :).