This forum is for questions about upgrading an existing Drupal site. Don't forget to read the UPGRADE.txt file that comes with every Drupal download.

Why I want to kill the contemplate module

I am in the process of moving my flexinode data to CCk and upgrading my site to 5.0. I have quite a few custom node.tpl files that need to get imported into CCK templates. I'm using contemplate and everything works rather nicely except one crucial problem. The book navigation links and "add another location" links (for location module) just don't show for my customized CCK node. The rest of the template works great, but I can't get these important navigational elements to display with my custom template. I am about to go crazy. I went through this same problem with flexinode and my node.tpl files. The fix that I found for flexinode will not work with my contemplates! Can
someone help? Shouldn't contemplate simply incorporate, by default, the expected node related links for a drupal node?

Here is the solution that I found for my flexinode templates:
http://drupal.org/node/25567#comment-45897

I can get everything to show by simply using

<?php print $body ?> 

Here is a copy of contemplate content thus far.

About

foreach ((array)$field_header_image as $item) {
print $item['view']

Update problem - Page not found

Hey everyone,

I had successfully exported and imported 4.7 into the 5.0 database and ran the update.php script. It had completed without any errors although when i try to access main page, it gives me a page not found. Would you have any ideas on the matter?

How to duplicate Mysql database of Drupal 4.7 for safe upgrade to 5.0?

Greetings,

I have a website running on Drupal 4.7 which I want to upgrade to 5.0

In order to have a safe fall-back configuration, I would like to:

Upgrading Calendar Module from 4.7 to 5.1

I'm a relative new-be, so please bear with me, if I ask a redundant question here. I am working on a major upgrade/migration of our systems from version 4.7 to 5.1; our system includes about 15 contrib modules, of which we are using Calendar and Event. When trying to upgrade the Calendar module (Event and Date API were already installed/upgraded and enabled--no dependencies were left unset), I kept getting an error of "event_get_offset function not found". When skimming through the calendar.module code for the function call (line 595 - 600) I found that the include_once call made under "case 'event' :" was referencing an incorrect module when searching for the function (i.e. the date_timezones.inc as opposed to the event_timezones.inc). I made a minor modification to both mods:

In calander.module I replaced the include_once parameters:

before:

include_once (DATE_TIMEZONES);

after:

include_once(EVENT_TIMEZONES);

And then added a corresponding path definition in event.module

define('EVENT_TIMEZONES', EVENT_PATH .'/event_timezones.inc');

How to creat a user profile form

Hi
1. i want to create search based on the user profile .?
in Drupal 4.7.X Version .
2. How to create profile form which function is call in profile module.

please help me

_node_type_set_defaults() Fatal Error

I am trying to upgrade from 4.7 to 5.0. During the installation, I received this error:

Fatal error: Call to undefined function: _node_type_set_defaults() in /modules/system/system.install on line 3262

How do I fix this?

TIA!

Sue

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal