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

Installing using XAMPP on OSx lion

I downloaded drupal 7.17 with XAMPP running already when I http://localhost/~username/drupal-7.17 I got an 500 Internal server error

The reply on the web page is

Server error!

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.

Error 500

im getting an error on install - Warning: Illegal string offset 'field' in DatabaseCondition->__clone() (line 1901 .........

Hello.

i have installed 7.12 because im dupliacting a drupal site but im getting this error:

Warning: Illegal string offset 'field' in DatabaseCondition->__clone() (line 1901 of /Applications/MAMP/htdocs/drupal/includes/database/query.inc).

this is the code

Building MartPlug using drush make failed

MartPlug is a Drupal distribution tailored to make highly flexible online stores using Drupal and Drupal Commerce.

follow their instruction on http://drupal.org/project/martplug, i created a make file

rename drupal database and prefix table

Hi All

What is the procedure if i want to change my drupal database name and also change the prefix ? can someone please explain it in details ?

Also which one of the two is more safe to do ?

Thanks

Drupal 7 Connection to Mysql over SSL

I'm trying to get "data in transit" via SSL between Drupal 7 to RDS Mysql. I've confirmed the following:

* SSL is configured by default in all Mysql RDS instances.
* The Mysql instance I have brought up can be connected to using Mysql client using the following command:

mysql --ssl-ca=/path/to/ssl-cert --user=USERID --host=HOSTNAME -p

I've also added a Require SSL directive for this user I am trying to connect as:

GRANT USAGE ON *.* TO 'USERNAME'@'%' REQUIRE SSL
GRANT USAGE ON *.* TO 'USERNAME'localhost'%' REQUIRE SSL

I've confirmed (using the above command) that this user can login if the --ssl-ca argument is passed, but cannot login without it.

I then started digging in to determine how to configure Drupal 7 to have it connect to Mysql using SSL. I found this post

This post implies quite strongly that this support should now be configurable. I've confirmed that the version of Drupal I'm using does have this patch applied. What I cannot seem to find or figure out is exactly how I turn SSL support on for the connection. I've tried the following configurations for my databases array:

$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'DBNAME',
'username' => 'USERNAME',
'password' => 'PASSWORD',

Is it possible to install Drupal 7 on IIS 6 and also use MS SQL DB?

Hi I wanna install Drupal 7 but need to use IIS 6 and also need to use MS SQL DB, just wanted to see if anyone has done this or check if there are any known issues?

Also will the module "Drupal 7 driver for SQL Server" (http://drupal.org/project/sqlsrv) work with IIS 6?

Thanx.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal