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

Drupal 7 and mysql database

I'm trying to install drupal 7 in my apache web server. I did the necessary PHP configuration in c:\windows\php.ini.(memory limit, extension - extension=php_pdo.dll, extension=php_pdo_mysql.dll and
extension=php_pdo_mysqli.dll
But when i installed the drupal http://localhost/drupal74 it shows only sqlite and said can show only that database.
How to configure to use mysql?
Please help me.
Thanks in advance.

Install Problem : SQLSTATE[42S02]: Base table or view not found: 1146 Table 'l576_PVPom.blocked_ips' doesn't exist

Hi guys,

I'm having trouble getting Drupal 7 to install.

After I enter the database information I get the following message :

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'l576_PVPom.blocked_ips' doesn't exist

I576_PVPom is the name of the database (and user name.) I copied and pasted it from the hosting sites database settings page so I know the format of the name is correct.

The hosting site (www.freeola.com) is running the following versions:

MySQL 5.0.67
PHP 5.2.10

drupal installation problem

i am using mysql database, php and apache server. I have created the mysql database for drupal, my apache is running as when i write http://localhost in the address bar the default page is displayed. I have copied drupal-6.16 folder into /var/www/html/. But when, i write http://localhost/drupal-6.16 in address bar of browser instead of getting the default home page, i get the error 404 not found: the requested URL was not found on this server.

Pages not found after local multisite install.

Hi,
I've setting up a multisite install on my local machine for testing but am running into a strange error.

I have three sites set-up:

toronto.tim.localhost
vancouver.tim.localhost
montreal.tim.localhost

Help with a multiple subdirectory site

Hi,

I'm hoping someone can tell me what I need to do. I have a multiple directory site and I've created a new subdirectory and want to clone an existing site for the new site. So I have

/drupal6/currentsite with currentsite.sql

which I have imported into

/drupal6/currentsite_2011 with currentsite_2011.sql

I exported the sql file and have imported it into the new database.

As required, I have the setup:

/usr/share/drupal6/sites/example.com.currentsite/
/usr/share/drupal6/sites/example.com.currentsite_2011/

(with /usr/share/drupal6 as my document root and separate settings.php files, etc.)

The problem is this: When I access the new site, "example.com/drupal6/currentsite_2011", everything works fine, except
when drupal goes to access the "files" subdirectory in currentsite_2011. It forms the following URL:

/drupal6/coe4dk4_2011/sites/example.com.drupal6.currentsite/files ...

rather than

/drupal6/coe4dk4_2011/sites/example.com.drupal6.currentsite_2011/files ...

i.e., it accesses the "files" directory from the old site.

I've noticed that there are a lot of links in the sql file that have "example.com.drupal.currentsite/files ..." hardcoded even after I
zeroed out all the cache tables. I've tried manually editting the sql file doing various s/drupal6.currentsite/drupal6.currentsite_2011/

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal