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

Blank Page on both domains after setting up new (multiple) domain on Win2KApachePHPMySQL

Hi all,
I have successfully set-up multiple domains on a single server using Apaches vhost feature.

I have Drupal 4.2.0 successfully running on one of the domains but wish to use it on another domain on top of the same database (DB) because I guessed having only one DB running would be better performance but all my sites are low visitors anyways. htdocs = document root.

htdocs>domain1>index.php, error.php, cron.php etc etc
htdocs>domain1>database>
htdocs>domain1>includes>www.domain1.com.php (file named without www. as well as this is because told to do it in Drupal manual and also code below added:

$ ln -s includes/yourdomain.com.php
includes/www.yourdomain.com.php

$ ls -l includes/*.conf
-rw-rw-r-- 1 drupal drupal includes/yourdomain.com.php
lrwxrwxrrx 1 drupal drupal includes/www.yourdomain.com.php- includes/yourdomain.com.php

htdocs>domain1>misc>
htdocs>domain1>modules>
htdocs>domain1>scripts>
htdocs>domain1>themes>

htdocs>domain2>exact as above but changing domain where apropriate in the config filename and in the config itself

I now get a blank page on both domains. I have run down settings several times and looked around drupal.org site for FAQs or help and looked around net and forums but still no-one with the same problem as this.

I know one of you gurus out there probably has the answer and I would be much appreciated for yours or anyones help on this.

image.module postgres

I'm using Drupal CVS with PostgreSQL and would like to set up a photo gallery. I want to use GD so I picked image opposed to gallery and I dont think that gallery works with CVS anyway. When I go to preview a photo before submission I am getting these errors:

warning: Unable to create './tmpimg_12-28-02 011.jpg': Permission denied in /home/augustwest/public_html/drupal/modules/image.module on line 453.

warning: Unable to move '/tmp/phpyyXq08' to './tmpimg_12-28-02 011.jpg' in /home/augustwest/public_html/drupal/modules/image.module on line 453.

newbie - $base_url problem

Hi there,

I'm brand new with Drupal, and having some problems getting it to run properly. If I set $base_url in includes/conf.php to "http://localhost/drupal", all the links in the site set themselves up as, for example "http://localhost/drupal/
" and of course this does no good to anyone who isn't running it off my local box.

PhpBB to Drupal

I have recently been playing around with Drupal, and I am really enjoying working with it. I already have my forum themed, and set up how I like it, but I would like to import some of my 3500 posts from my old phpBB forum.

The easyist way I can think of right now is to make php function that reads each post from the phpBB database, and inserts it into the Drupal database. But I am having trouble finding all the functions that the forum uses to post new topics.

Problem with search engines referring to content in the correct location on a drupal site

Hello,

I am doing some research for an indymedia site concerning problems with their drupal site. It does not index correctly when searched (specifically with google, but the problem applies to all search engines).

Briefly, the problem is that for a certain story, the url on the website is: sitename.org/fr/module.php?mod=node&or=59

yet, when searching through google, I get: sitename.org/fr/module.php?mod=node&or=22

How to Make Nodes / Storys only Visible to Registered Users

I have recently added a new section to my website and it contains information I would like only registered users to see.

However, I would like the static page which has the links to the nodes, if possible, to be viewable for everyone (so they know what they are missing!).

Is it possible to do this or will I have to write a module?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal