Migrating our site Hosts and not all our Images are showing up on New Server. Please Help

Hello All,

We are Migrating to a new host, our site is running on Drupal 6, we are attempting to work the bugs out before going live on the new host.

We are using Image Cache, our site allows Users to change their Usernames, the images that were posted prior to the Username Change are not showing up on the new server. We have tried changing Permissions and it has not worked.

We are also running the Drupal Ad Module, and the problem is affecting this module as well.

If there is anyone who has experienced this or can help us, please do!

Kind Regards,

How do you change the Index.php Path? Please Help

Hello All,

We are Migrating to a new host, our site is running on Drupal 6, we are attempting to work the bugs out before going live on the new host.

We are getting a 404 Error on the Front Page (Our Front Page has its own View, though all but one of our other views work). We are told its because Index.php is not calling up the right Path. We haven't been able to find any help in how to correct this.

New Host points: /htdocs/index.php

We need it point: /home/username/public_html/index.php

If anyone can help we would be very grateful!

Error: GMarkerManager is not defined

I upgraded Drupal to 6.28 and a bunch of modules like GMap(status page turned bloody red because of it). Now the damn markers no longer work. Any ideas on how to fix this?

Copying drupal 6.24 live website to desktop computer

Hello everyone:
I am completely new to Drupal, so please bear with me.

I created a Drupal 6.24 test site (using XAMPP 1.8) on my computer (windows 7 ultra) and copied a live Drupal 6.24 (including the database) to this test site. The structure is a multi site format.

Sites folder in drupal 6.24 (htdocs/drupal-6.24) contains the following folders: all, greetingcards, default

The windows host file contains the following: 127.0.0.1 greetingcards

The file httpd-vhosts.conf contains the following:
##ServerAdmin postmaster@dummy-host2.localhost
DocumentRoot "C:/xampp/htdocs/drupal-6.24"
ServerName greetingcards
##ServerAlias www.dummy-host2.localhost
##ErrorLog "logs/dummy-host2.localhost-error.log"
##CustomLog "logs/dummy-host2.localhost-access.log" combined

The problem occurs when I enter the path to my greetingcards site: http://greetingcards

Instead of being able to view the copy of the live site, I end up viewing the admin page. The page containing the header: "Welcome to your new Drupal website!".
I've done this numerous times. Always the same result.

The settings.php file contains the following:

$db_url = 'mysqli://root:password@localhost/greetingcards';

$db_prefix = 'drupal_';

$update_free_access = FALSE;

$base_url = 'http://greetingcards'; // NO trailing slash!

ini_set('arg_separator.output', '&');

Delete Content by Type but not certain Users

I am looking with help on writing a PHP script that will delete all of a certain content type such as Page unless it is by certain users. I was contacted by someone that got hacked and posted several thousand pages to their Drupal site. I am helping them update modules and get rid of the bogus posts. I found the below script that will delete all content of a certain type, but I need help modifying it so that it deletes all of a certain content type as long as the user is not any of the 3 admins.

Original Code:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x