Okay. So, I know that I am probably missing something simple, but I have to ask.
You copy the default.settings.php and rename the copy to settings.php.
Both these files now reside in the sites/default folder
I attempted to install a One Page CV distribution using the install.php command.
The install seemed to go through fine but after the install I could not get to the site.
Getting fatal error: Fatal error: Call to undefined function db_fetch_object() in /hermes/waloraweb040/b1115/moo.sperdie/affordable-e-commerce/drupal/sites/all/modules/content_form_Blocks/contact_form_blocks/contact_form_blocks.module on line 164
I'm a Drupal newbie, and since we're a Microsoft shop here, I decided to try out the Drupal for Windows install at http://www.microsoft.com/web/drupal.
I finally was able to get Drupal 7 installed using the Commerce Guys version after a lot of assistance from Mr. Alex Pilotti, but when I went to run the install.php, I ran into an error on the "Verify Requirements" section. It says: "Table variable already exists.".
I'd like to install the Acquia Commons distro of drupal on the IIS server we have at work. We don't have MySQL on the server, just SQL. Does anyone know if we can use SQL instead of MySQL?
public_html
-- subfolder1
-- subfolder2
-- .htaccess
I have following code public_html/.htaccess for accessing my site http://site1.com in subfolder1(from http://drupal.org/node/135206).
RewriteEngine on
RewriteRule (.*) subfolder1/$1 [L]
And I changed $base_url variable in settings.php to: