Having problems installing Drupal? See the Installation Guide for more information.

Drupal 7 Install failure on Windows, Sql Server

I already know that Windows support is pretty squeaky new, but thought it was time to take advantage of all our production level systems and move some v 6 sites to Windows. I was already succesful running drupal 6 with mysql on windows with all of our modules so I think this is plausible. Now to move to Sql server and V7.

Step one was just to see a vanilla new Drupal 7 site running well on Windows and Sql Server before going through the more painful upgrade of the v6 sites. I can get to the point where it is adding tables to my sql server 2008 R2 database, but then it fails after 15 or tables are added. The website install error is:

SQLSTATE[IMSSP]: An error occurred substituting the named parameters.

OK, that isn't very helpful so I installed Drush and tried to install from there. Got more detailed information. Looks like a bug, but can't be sure as use of savepoints is something we generally avoid in Sql Server land:

C:\ProgramData\Propeople\Drush\commands\sql\sql.drush.inc).
Starting Drupal installation. This takes a few seconds ... [ok]

WD registry: PDOException: SQLSTATE[IMSSP]: An error occurred [error]

substituting the named parameters.: RELEASE SAVEPOINT savepoint_1;
Array
(
)
in _registry_parse_file() (line 179 of
C:\_code\PAi\ExternalWeb\DEV\drupal7\includes\registry.inc).

Unable to open settings.php for writing

Hello everybody,
when i upload my website to hosting. I config settings.php file, the website run ok. Now i want to change settings.php file. when i edited it, my hosting message "Unable to save your changes" and unable to open settings.php for writing. when i edited by dreamweaver, so i upload by filezilla "Error: Critical file transfer error". How i can change settings.php file.
Please help me,
Thanks,

Unable to run install.php on rackspace

I have a VPS slice on rackspace and I have installed Ubuntu Natty. My apache listens on port 80 and has to vhosts. The www.mydomain.net points to /var/www/ where I have my drupal install files while the subdomain.mydomain.net points to my Ruby on Rails application. The domain is registered with another provider and I have changed the "A" entries to point to the ip address of this VPS. With this setup when I visit demo.mydomain.net I have no issue I see the login screen of my application.

Import 7.8 site to Acquia dev desktop

Hi I can't import a remote-server site to an Acquia Dev Desktop.

I have a copy of my remote server, files and folders from public_html and down.
I have a sql-backup file in the .sql format.


***************
STEP A)
***************

***************
In the "sites/" - I see two folders
all
default

and a example.settings.php file
***************
I went into the default-folder
There I find two files
- a default.settings.php I did'nt change.
- a settings.php file I did change
***************
I made the following changes to the settings.php file

At line
180 I deleted:
$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'theoriginaldbname,
'username' => 'theoriginaldbusername,
'password' => 'theoriginalpw',
'host' => 'localhost',
'port' => '',
'driver' => 'mysql',
'prefix' => 'dr_',
),
),
);

and wrote:

$databases = array ();
***************
at line 212 I emptied the salt:

$drupal_hash_salt = '3tcoaji3p3su96hefdfdfdfdfvg5d8exfqap2sr2im';

to

$drupal_hash_salt = '';
***************


***************
STEP B)
***************

At the end of the settings file I added

///////////////

register_globals for shared hosting environment

While running the installation script, the verify requirements portion gave me a PHP Register Globals error.

register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled.

first and most important, what do I need to do to change this? The documentation on php.net makes my head spin, and I couldn't find any answers there.

Second. How is Fantastico able to install drupal with no problems?

Getting Started With Drupal 7 and Accessibility

hi. a newbie to drupal 7, and using the jaws for windows screen reader. well a website development student, and will need to use a cms, for my major project which is going to be a blindness related site. so how do i install drupal 7, on to my local webserver, and got iis 7.0 on windows 7 professional 32 bit on my toshiba a300 satellite machine. let me know if any one can help. and then how to create a site using this cms. do i need to know any programming.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal