Based on this, I'm betting the AllowOverrides All directive is not set for your drupal directory in the apache vhosts.conf or httpd.conf. It looks like you've got some pretty odd PHP.ini settings going on, much of it with things like magic quotes, etc. Drupal sets some of these via the .htaccess file, but AllowOverrides All needs to be set in order for these to work.
Dave -----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Ron Siven Sent: Thursday, February 01, 2007 10:56 PM To: support@drupal.org Cc: Anton Subject: Re: [support] Install script does not appear
On Thursday 01 February 2007 4:07 pm, Anton wrote:
On 01/02/07, Ron Siven r.siven@mchsi.com wrote:
I think Apache, MySQL and PHP are all installed correctly
This is something you need to confirm.
create a web page on your server called test.php that does has this in
it:
<?php phpinfo(); ?>
If the page doesn't load or you just see that source code in your browser you still haven't configured PHP properly.
-- Cheers Anton
Okay, done...and it loads. I can see a big long page with a ton of info about php.
That confirms that php is working, right?
So, I guess we've determined that Apache and php are working. Any thoughts on MySQL? Could it be something to do with MySQL 5.0?
I just looked in the /var/log/httpd/error_log, and I see a whole lot of errors like:
PHP Warning: Table 'drupal.access' doesn't exist\nquery:
SELECT CASE WHEN status=1 THEN 0 ELSE 1 END FROM access WHERE type = 'host' AND LOWER('192.168.2.102') LIKE LOWER(mask) ORDER BY status DESC LIMIT 0, 1 in /var/www/html/includes/database.mysql.inc on line 172 [Fri Feb 02 00:49:56 2007] [error] [client 192.168.2.102] PHP Warning: session_start() [<ahref='function.session-start'>function.session-start</a>]: Cannot find save handler user in /var/www/html/includes/bootstrap.inc on line 811
and a whole lot more...