Help needed with updating image module, and ecommerce file module to 6

Hi
I'm updating my website from 4.7 to 6 and I need a hand in updating ecommerce file module, and repairing image module (after update images don't show anymore http://drupal.org/node/142783).

Module Error

I have received a Drupal site along with database and I am trying to get it to work. When I attempt to view the page I get the following error:
Fatal error: Call to undefined function arrayColumnSort() in /var/www/blocks/left_menu.html on line 69

I then proceed to go to that location and see the code in question:

# sort children menu items by weight
$tmp_children = arrayColumnSort("weight", SORT_ASC, SORT_NUMERIC, $tmp_children);
unset($left_menu[$left_menu_id]['children']);
$left_menu[$left_menu_id]['children'] = $tmp_children;

I then go to custom functions and see the code it attempts to run:

function arrayColumnSort()
{
$n = func_num_args();
$ar = func_get_arg($n-1);
if(!is_array($ar))
return false;
for($i = 0; $i < $n-1; $i++)
$col[$i] = func_get_arg($i);
foreach($ar as $key => $val)
foreach($col as $kkey => $vval)
if(is_string($vval))
${"subar$kkey"}[$key] = $val[$vval];
$arv = array();
foreach($col as $key => $val)
$arv[] = (is_string($val) ? ${"subar$key"} : $val);
$arv[] = $ar;
call_user_func_array("array_multisort", $arv);
return $ar;
}

Theme switching modules

After quickly coding up my own solution, I decided to do a deep search for different modules that do this; here are the results so far:

RSS feed and icon for each node

hi all,

i dont know much about RSS feed and its icon shown on certain pages. What i want is that each individual node should have a RSS icon pointing to its feed.
Is there any settings for it. Plz help.

many thanks in advance..

Upgrade Drupal 4.7.x to 5.x, Migrate a node class from Flexinode to CCK

Wanted: Experience and Reliable Developer to upgrade Drupal website from 4.7.x to 5.x. The ability to migrate content from Flexinode to CCK is a must.

Time Frame: Negotiable.

Overview: We are searching for a Drupal developer to upgrade our website. The website is currently using Drupal 4.7.x and needs to be migrated to the most current version of Drupal 5.x.

There are two major hurdles the Developer will face in this process: The conversion of our "Recipe" node class created in Flexinode to CCK while retaining all the content. The second is the minor issue of the upgrade of the UserReview module. These two modules/content are central to the website with about 500 recipes using the Flexinode type and thousands of user reviews of the recipes. It is VITAL that the recipe nodes be fully functional (no content lost), editable, and new recipes able to be created as well as all the UserReview not becoming orphaned but remaining associated with the original recipe.

Multi-site auto installer: Has anyone ported it to Drupal 6?

I wrote an automatic installer back in 2005 that automated adding new sites in a multi-domain environment (http://drupal.org/node/33581). I never updated it beyond 4.7 but people keep downloading it.

Has someone made it work on 6.x?

I stopped using Drupal a bit over 2 years ago because it was a maintenance nightmare.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x