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

Getting a blank page on fresh install with Apache2

I'm pretty experienced with Drupal and setting them up on sites. However, I have a new server with Apache2 running and I'm having a bit of a problem with Drupal (non-Drupal PHP pages pull up fine). I am new to Apache2.

The symptoms are that Drupal generates a blank HTML page with the following tags: <html><body></body></html>

The access log give the following:
192.168.1.1 - - [16/Sep/2005:09:38:27 -0400] "GET / HTTP/1.1" 200 -
192.168.1.1 - - [16/Sep/2005:09:38:27 -0400] "GET /favicon.ico HTTP/1.1" 404 -

pathauto issue

Not sure if this is a possible bug or a configuration issue and i have searched and not found anything relevant, anyway i have drupal 4.6 and pathauto (i tried the cvs version of pathauto and got the same result) i have the path module and pathauto setup and working with the following patterns;

[vocab]/[catpath]/[title].html
[vocab]/[catpath].html
user/[user].html

Cannot get Event to work under 4.6

I have installed Event and Flexinode in a fresh install; but I have not been able to get the
expected:

Show in event calendar:

When I am working with content types; the suggested menus in the INSTALL file don't seem
to follow with the options in my administration panel; although I do have access to
event and flexinode under settings.

Call to undefined function taxonomy_node_form()

Everything was going just fine until we decided to delete all the test forums and content. Now when we go back to the website we are presented with a message about initial settup of First Account etc. The Users including the Administrator are still intact.

Clicking on the Forums link we see a single word "Warning" - Click on 'create content' and then 'forum topic' and we get this message (the path has been shortened to that which is relevant):

Fatal error: Call to undefined function taxonomy_node_form() in \modules\forum.module on line 529

HELP!

4.6.3 and MSSQL

I know you dropped support for MSSQL but I searched your forums and found some information about creating a database.mssql schema file and that the existing queries should work. I have created a new database.mssql file, created the database and built the tables. I then tried to put a mssql statement for userid, password, server and database in the settings.php file. When I try to run the site it tells me the database is not supported. Is there any other files I would need to change to allow it to work with mssql? Do I need to create an mssql connection file (database.mssql.inc)?

Clean URLs with Multi-Site

I am trying to have a multi-site installation with clean urls and have a few problems (it's taken me a while to get this far). I cannot find anything about this in the forums.

My setup is of the form:
mysite/
mysite/site2

My Apache DocumentRoot is set to /var/www/localhost/htdocs and there is an alias to the second site:

Alias /test "/var/www/localhost/htdocs"

My sites dir is set up with default and test subdirs. Multi-site works, and clean_urls work on the base site.

All seems fine until I try to set up clean_urls on the second site (mysite/site2) -- the drupal admin/settings test fails. How can I fix or debug this? Where are the rewrite rules stored for the second site? (I'm assuming that they are in the same .htaccess file -- perhaps even just the same rules). I tried to turn on the urls (and url_test) in MySQL but it still didn't work.

Something is happening with ModRewrite during the test as the rewrite.log that I've set up includes this:

127.0.0.1 - - [15/Sep/2005:18:22:50 --0400] [mysite/sid#80a2bd8][rid#820f150/initial/redir#1] (3) [per-dir /var/www/localhost/htdocs/] strip per-dir prefix: /var/www/localhost/htdocs/index.php -> index.php
127.0.0.1 - - [15/Sep/2005:18:22:50 --0400] [mysite/sid#80a2bd8][rid#820f150/initial/redir#1] (3) [per-dir /var/www/localhost/htdocs/] applying pattern '^(.*)$' to uri 'index.php'

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal