When installing Drupal from scratch, if features-7.x-dev is in /sites/all/modules, I get the following error which kills the installer:
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://ucsf7_final/install.php?profile=standard&locale=en&id=1&op=do StatusText: Service unavailable (with message) ResponseText: 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 422 of /Users/renelle/workspace/ucsf/ucsf7_final/includes/menu.inc).
rm -rf sites/all/modules/features, re-install, and the I don't that error. Not sure if this is necessarily a features bug, placing it here until someone suggests otherwise.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | error1064.png | 49.65 KB | adamrice |
Comments
Comment #1
lefnire commenteddoesn't happen with latest.
Comment #3
adamrice commentedI am getting essentially the same bug--slightly different line number referenced. Here's the full text of the error page.
This occurs when attempting a new install of 7.0 RC1 locally on top of MAMP. Looking at the database, it's clear that tables are being created. I can try to force proceeding with the installation process, but the site is not usable--there's no way to log in, and the site's root page is "not found."
Comment #4
adamrice commentedUpgrading MAMP to 1.9.4 fixes the problem.
Comment #5
kinsbru commentedI have the same issue but I am working with Windows 7 and have just installed AppServ 2.6.0.
I would strongly apprecciate if some could help me to solve out this issue.
Thanks in advance.
Alejandro.
Comment #6
kinsbru commentedI have changed to version 2.5.10 of Appserv since version 2.6.0 has PHP 6 which is still in dev phase.
Regards,
Alejandro.