Excerpt from hostmaster.profile
function hostmaster_profile_final() {
..........
// This is set to true, because the node/add/site form needs
// to use AHAH to create a valid node, and ahah_forms requires clean_urls
variable_set('clean_url', TRUE);
..........
drupal_goto('hosting/wizard');
}
Page cannot load after drupal goto assumes clean urls are working but they're not.
Comments
Comment #1
anarcat commentedThe situation is basically that you need clean_urls for hostmaster to works. Since it is assumed you have mostly complete control over the server, I consider this is not a critical issue so I'm downgrading this to a feature request.
Comment #2
adrian commenteddowngrading this further.
we enforce them working.
also the hosting wizard no longer exists.
Comment #3
anarcat commentedfaq material