The installation hangs with no error message. The Initializing progress bar is frozen on Install Profile.

I ran update.php to see if it gave more info. It fails with:
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY fit DESC LIMIT 0, 1' at line 1: SELECT * FROM {menu_router} WHERE path IN () ORDER BY fit DESC LIMIT 0, 1; Array ( ) in menu_get_item() (line 441 of /home/content/68/7212668/html/includes/menu.inc).

Comments

droplet’s picture

have you try to install it on different browser

mustanggb’s picture

Just saw this issue with Chrome 9.0.597.19 beta
Tried again with Chromium 10.0.626.0 (70343) and it works fine

Patricia_W’s picture

I was using Firefox.

However I decided to test with Safari and when I attempted to do so (after dropping the tables) I got this error:

An AJAX HTTP request terminated abnormally. Debugging information follows. Path: http://pwtest.ca/install.php?profile=minimal&locale=en&id=1&op=do ReadyState: 4

This gives me a clue as to the problem because I am attempting to do this using GoDaddy previewdns. I note that the URL which I was using was http://pwtest.ca.previewdns.com/install.php but the message above does not include the previewdns.com portion of the domain name.

Is it possible that the install is unable to handle an extended domain name?

Patricia_W’s picture

Title: RC4: Installation frozen at Install Profile » RC4: Installation frozen at Install Profile => solved

In order to complete the installation I had to use the Safari browser AND set the base url in settings.php.

Patricia_W’s picture

Status: Active » Needs review
droplet’s picture

Status: Needs review » Closed (works as designed)

needs review only for patch.

if you think it is a bug and need to fix, then keep active.
otherwise please set status to 'closed as works as designed).

Patricia_W’s picture

Status: Closed (works as designed) » Active

I think the fact it didn't work with Firefox is an issue. The URL problem is probably "works as designed"

mustanggb’s picture

mustanggb’s picture

Title: RC4: Installation frozen at Install Profile => solved » RC4: Installation frozen at Install Profile

From developer tools console the error I get is Uncaught ReferenceError: Drupal is not defined around line 30-33 of install.php
Refreshing the page gives the same error
However clicking back, then forward and the page will load fine

This first appears on "Choose language" of install.php, then on every subsequent pages
And it still present after install, meaning no javascript works until you click back-forward for each page

mustanggb’s picture

Title: RC4: Installation frozen at Install Profile » RC4: Installation frozen at Install Profile => solved

Disabled AdBlock and everything is working as expected again... Doh!
For anyone else the filter that caused me problems was called " - additional Romanian filters"

droplet’s picture

Title: RC4: Installation frozen at Install Profile => solved » RC4: Installation frozen at Install Profile

please post the steps to reproduce the bug, include browser version and extension

Ive tested with AdBlock + chrome 10. working well

mustanggb’s picture

- Enable all AdBlock 2.2.23 filters
- Checkout D7
- Start install procedure
- At "Choose language" open Developer Tools
- Check Console for error messages and see Uncaught ReferenceError: Drupal is not defined
...

- Disable " - additional Romanian filters" filter
- Start install procedure
- At "Choose language" open Developer Tools
- Check Console and see no error messages

Browser Used: Chromium 10.0.627.0 (70354)

shadowmihai’s picture

This may be related to these two experiences I had today, both of which broke the site and which I cannot say is a problem with profile, ctools, affiliates or styles. So far I believe it is a problem of interaction between profile in core and chaos tools.

Upon activating profile - required by Affiliates, a fatal error is returned and the site is broken
see

Fatal error: Call to undefined function profile_categories() in /home/stellaja/public_html/sites/all/modules/ctools/plugins/content_types/user_context/profile_fields.inc on line 4

see

http://drupal.org/node/1012912

And with profile activated, upon activating rotating banner and styles, the following fatal error is generated and the site is broken

Fatal error: Call to undefined function profile_categories() in /home/stellaja/public_html/sites/all/modules/ctools/plugins/content_types/user_context/profile_fields.inc on line 4

see:

http://drupal.org/node/1012940

Using RC4
I had to remove all offending modules (apart from profile) and still got a similar but intermittent error (which I did not save, sorry) that was similar to the first one above.

Sorry - noob here, can't figure it out other than my experiences...

crifi’s picture

This problem is maybe caused by a wrong configuration of $base_url and should be prevented by inserting a warning message to the requirements system. Therefore I created a new issue #1046682: Install/Update process fails if $base_url is set to a wrong URL. Please close this bug as a duplicate, if this solves your issue. Thanks!

sun’s picture

Status: Active » Closed (cannot reproduce)

This bug does not seem to be caused by Drupal core, or it has been fixed already. Thanks.