Closed (cannot reproduce)
Project:
Drupal core
Version:
7.0-rc4
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2010 at 16:27 UTC
Updated:
11 Jul 2012 at 16:48 UTC
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
Comment #1
droplet commentedhave you try to install it on different browser
Comment #2
mustanggb commentedJust saw this issue with Chrome 9.0.597.19 beta
Tried again with Chromium 10.0.626.0 (70343) and it works fine
Comment #3
Patricia_W commentedI 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?
Comment #4
Patricia_W commentedIn order to complete the installation I had to use the Safari browser AND set the base url in settings.php.
Comment #5
Patricia_W commentedComment #6
droplet commentedneeds 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).
Comment #7
Patricia_W commentedI think the fact it didn't work with Firefox is an issue. The URL problem is probably "works as designed"
Comment #8
mustanggb commentedComment #9
mustanggb commentedFrom developer tools console the error I get is
Uncaught ReferenceError: Drupal is not definedaround line 30-33 of install.phpRefreshing 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
Comment #10
mustanggb commentedDisabled AdBlock and everything is working as expected again... Doh!
For anyone else the filter that caused me problems was called " - additional Romanian filters"
Comment #11
droplet commentedplease post the steps to reproduce the bug, include browser version and extension
Ive tested with AdBlock + chrome 10. working well
Comment #12
mustanggb commented- 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)
Comment #13
shadowmihai commentedThis 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
see
And with profile activated, upon activating rotating banner and styles, the following fatal error is generated and the site is broken
see:
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...
Comment #14
crifi commentedThis 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!
Comment #15
bfroehle commentedPerhaps a duplicate of #619542: Malformed theme .info files break menu_router generation or #1026474: Menu system does not always get rebuilt when needed as well.
Comment #16
sunThis bug does not seem to be caused by Drupal core, or it has been fixed already. Thanks.