I began the install and got though the following steps:
*Choose profile
*Choose language
*Verify requirements
*Set up database
Following the database install, preparing for profile install I get the error:
user warning: 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 query: SELECT * FROM atrium_menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in /var/www/atriumcore_new/includes/menu.inc on line 315 (see below).
*Install profile (it gets stuck here, with no where else to go)
46 tables were created in MySQL DB with 'placeholder-for-uid-1' created for user 1
Line 315 in menu.inc
if ($router_item = db_fetch_array(db_query_range('SELECT * FROM {menu_router} WHERE path IN ('. implode (',', $placeholders) .') ORDER BY fit DESC', $ancestors, 0, 1))) {
$map = _menu_translate($router_item, $original_map);
if ($map === FALSE) {
$router_items[$path] = FALSE;
return FALSE;
}
Any suggestions for how to proceed? Thanks