RSS/Atom Feeds not importing (solved)

I can't seem to find the problem: I've tried manually and no new content appeared even after deleting all the old nodes. I've checked dblog and my error log and no errors, yet there are new items avaliable in the rss feeds even though it was working a couple days ago (nothing has changed).

BTW, I'm using feeds 6.1 beta-13 (latest version) and drupal 6.

can someone give me an idea as to the next trouble shooting step (at least)?

Reactivating long-dormant site(s)

Hello new world!

I'm the IT manager for a non-profit which 2 years ago installed Drupal 6.20 and began setting it up for use as a staff intranet site and also for our board intranet/website. It has gone entirely un-maintained since the original install (Spring 2011) after the project was abandoned due to lack of staff able to work on the project.

We have since decided to move forward with developing (refining and improving the use of) multiple sites, including both of the above as well as an additional collaborative site we are hosting for a program of ours which will involve outside stakeholders as well as employees here.

I'm wondering if it is a better idea to migrate our install directly to Drupal 7, rather than have to upgrade every single module in use for all of the security updates, as well as the Drupal core module which lists updates for 6.21, 6.23, 6.27, and 6.28. If staying on 6.20, I don't know whether I'm meant to move through all security updates installing them in order, or whether I can just skip to the most recent.

Same goes for modules.. is it standard practice to install each and every security update before updating a module to a new version?

Blank admin pages

There is a Drupal 6.x site (currently on a local server [wampserver]) that I was tasked with modifying, and a problem I've been experiencing is that when I attempt to access the admin pages, they all show up blank with no errors. I've tried increasing the PHP memory limit from 128M to 256M (and then to 512M) and turning on error reporting in the index.php, but still no changes.

Undefined property: stdClass::$field_event_timetable

Hello.
There is a problem. After transferring site from one to another host, the site there was a set of notes:

50 years of Independence of Trinidad & Tobago

50th Anniversary of the Independence of Trinidad & Tobago

Trinidad and Tobago achieved Independence on August 31st, 1962 and is observed 50 years of Independence in 2012. The Government of Trinidad and Tobago remembered and celebrated this important milestone with a series of fitting initiatives. These aimed to recognize and celebrate some of the important events, people and places that helped shaped the country’s rich and diverse history. It is within this scope of events that this website was born.

Sectors: 
Government

Why wont this module upload?

right now I get warning: Parameter 2 to sjc_form_submit() expected to be a reference, value given in /var/www/html/includes/form.inc on line 382.

I've literally been at this for a while and have tried everything I could find. I also tried comparing it to a piece of example code but nothing came of it.

All help is appreciated. I am really stuck.

<?php
function sjc_form_page() {
// $file_path = file_directory_path();
$output = '';
$output .= drupal_get_form('sjc_upload_form', &$form_state);
// $output .= drupal_get_form('upload_form');
$output .= drupal_get_form('sjc_form_submit', &$form_state);
return $output;
}

function sjc_upload_form($form_state) {
$form = array(
'#attributes' => array('enctype' => 'multipart/form-data'),
);
$form['file'] = array(
'#type' => 'file',
'#title' => 'Filename'
);
$form['submit'] = array(
'#type' => 'submit',
'#value' => 'Submit',
);
return $form;
}
/*
$doctype = array(
'document' => ('document'),
'news' => ('news'),
'forms' => ('form'),
'other' => ('other'),
);
// $filetype = array(
// 'pdf' => ('pdf'),
// 'html' => ('html'),
// 'other' => ('other'),
// );
$docperm = array(
'public' => ('public'),
'private' => ('private'),
);
$form['doc_type'] = array(
'#title' => 'Document Type',

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x