how to solve 301 redirect

Hi,
After redirecting all non www url to www url I am getting some 301 issue for some url. Can anybody help me to sort out this problem.

Taxonomy Terms/Manager

I am using Drupal 6 and cannot upgrade to Drupal 7. I only have access to the Drupal Content Management system (which I call the front end, like views, blocks, content pages, etc.) but I do not have access to our back end (i.e. databases, css, etc.).

Unfortunately, I and all of my concerns are considered "low on the totem pole" and so I don't get a lot of support from those who have access to the back end of things.

This means I cannot download updates to modules etc.

Having said all of that, I was wondering if anyone can help me understand what might be happening with our website. We are using the taxonomy manager to define complex medical terms to allow readers to hover over words that they do not recognize, get a quick definition, and then keep on reading so as to not break their concentration just to look up complex terms...

60.00 Bounty for SQL queries

60.00 Bounty for SQL queries. I can pay Paypal or your choice.

(1) SQL query to mass unpublish all nodes dependent on ubercart sku

How can I do the following sql query so it works?

UPDATE node.status = 0 where uc_products.model LIKE '%green-%'

(2) I also have specifc nodes which need to be unpublished?

How can I do the following sql query so it works?

UPDATE node.status = 0 WHERE node.nid = 20111

Need SIS

Hi um new in drupal . i want to create a university web site which will contain student info,result system etc.
Any module for that?
Give me some idea please

Drupal Export of Site Not Working For Subdirectory Levels Beyond Root Directory

I have to move an existing Drupal site from one server to another. I've done so by doing a mysql database export/import and copying over the files to the new server. On the new system, the root page comes up fine but if I try to go to any deeper directory levels I get a 404 Not Found Error.

so drupal.newserver.com -> works fine but drupal.newserver.com/user -> gives me a 404 and happens,same for all subdirectories

Returning Themehook Randomly Causes White Scren of Death (WSOD)

I have a module that I have been using for quite a while now. It's a promotion that run every few months. For some reason now, I get a random white screen of death. I'm putting my code below.

We narrowed the problem down to the "return theme('themehook_entry_form', $yourArgumentObject);" line. It will work for a while. Then all of the sudden, WSOD. I can't figure out a cause. I just know that sometimes it does not make that theme call. We have circumvented the problem by using PHP output buffering. I shouldn't have to do this, but it has alleviated the problem completely.

Does anyone know of a reason that might happen? Why it might run fine for a while and then all of the sudden break?

function jxpromo_menu() {
  $items = array();

  $items['mosquito-repellent/outdoors/promotions/entry-form'] = array(
    'title' => 'August Giveaway Entry Form',
    'description' => 'Entry Form',
    'page callback' => 'jxpromo_entry_page',
    'access callback' => 'user_access',
    'access arguments' => array('access promotions'),
    'type' => MENU_NORMAL_ITEM,
    'file' => 'jxpromo_forms.inc',
  );

  return $items;
}

<?php
function jxpromo_entry_page() {
$yourArgumentObject['has_profile'] = FALSE;

$getFormPass = drupal_get_form('jxpromo_user_pass');
$getFormLogin = drupal_get_form('jxpromo_form_login');

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x