Domain Access and $THEME_URLS in settings.php

I have this function in my settings.php:

$THEME_URLS = array(
array('/optoelectronics','optotemp'),
array('/power-devices','optotemp'),
);
foreach ( $THEME_URLS as $info)
        if ( strpos($_SERVER['REQUEST_URI'],$info[0])===0)
                $conf['theme_default'] = $info[1];

Though I am applying a new theme, these two sections are to stay with the old theme with slight header css modifications. The issue that is I have another European domain which should stay as it is (the old theme) and that site has the same sections.

So, I've duped the old theme, renamed it and installed it, made two templates for these specific sections and used css appropriately.

My thinking is that with optotemp being called instead of the old or new theme, those will be selected thus using css only from optotemp.

However, I'm not sure (and can't really test offline) if that function above will override what the Domain theme settings are for the European site and pull that optotemp theme instead.

My launch last night was not successful due to pulling the old theme for those two sections and css which worked, but then visiting the Euro site, it had all the css edits applied since it was using the old theme.

download ok, but "page not found" error on log.

I am seeing many "page not found" errors on the log, but the users are not complaining.
I think the errors are coming from a page which contains links to many reference forms that users can download. All the links have urls of the format:
https://www.example.com/system/files/Activities/Forms/sample.docx
The use is able to download sample.docx, but the load shows Page not found at this location

Drupal Upgrades - Core (6.9) and Modules to Current

I have a Drupal website that's been sitting in mothballs for the last 4 years. When I go to the Drupal Available updates page, there's about 30 or 40 updates total listed there that show they need to be made.

Invite Friend

I am creating a functionality to invite friends to the site

1) I have installed contact importer module and used openiniviter provider to import the contacts. Yahoo and gmail are working fine. But when I enter hotmail credentials (with correct username/pswd), I always get error message "Incorrect username/pswd"

2) I have installed fbconnect module. As per module, you can invite your fb friends to join the site.
I am not able to achieve the functionality of inviting friends.

Please help on above 2 issues

Multisite: use different domain for "secondary" already existing site

hi,
after tons of tread no solution found for my issue: please help me if you can.
I have a D6 site fully working on apace web server, with cpanel.

This site works with site1.com domain.
I successfully created multisite installation to use site2.com and it works great.

site2.com is a "parked domain" (no account needed on server): it uses site1.com drupal core but it has different contents, database, users, and i simply set dns nameserver of it to point to site1.com and everything is ok
Here directory schema:

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:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x