Upgrade with the same database FILE.sql

Hi,

I use drupal 6.22 in a vps now.

I want to move to a shared hosting but with drupal 6.28 ( webfaction ).

Can I use the same database file from 6.22 and just move it into drupal version 6.28 ?

Thanks.

Update.php not progressing

I have a second testing box that is a direct clone of an earlier state of our main web server. I recently wiped the database and pulled in a new import of more recent data and have been experiencing issues with the anonymous user unable to view any content. In the progress of my troubleshooting, I attempted to run the update.php script. I load to the Overview page just fine, the site is in Maintenance mode, but when I hit continue I am routed again to the same page I was on, the only visible difference I can see being a change in the token in my URL.

Override registration emails via mymodule_mail()

Hi all,
Is it possible to override user_mail() via mymodule_mail() to change the welcome emails?
I tried that, setting $key to the values I found in _user_mail_text() but it doesn't work.

The code I used is something like the following:

function mymodule_mail($key, &$message, $params) {
$language = $message['language'];
$variables = user_mail_tokens($params['account'], $language);
switch($key) {
case 'register_no_approval_required_body':
...

Am I doing something wrong?

equal heights not working

Hi,

I am trying to make the heights of my panels equal and trying to do it using the equal heights module.

I am using the 4x4 -3x3 adaptive layout and each panel has its content. I want the heights of all the panel or panels in a row be equal.

so as per the documentation of the equal heights module I enter the class name, which as per my understanding is panel-panel in the configuration of the equal heights module like this:

'.panel-panel:100,500'

but this does not make the panels into equal heights.

CCK Background Image

I have installed CCK Background image module and I created a field for background image. I also uploaded the image successfully.

I want to use this image as a banner, so I created styles for this field. I have given the height as 300 px.

Now, I want to activate the style only when we upload the image and not for all the pages. Pls help me

Installing Benchmark Email Drupal module

How do I install my Benchmark Email plugin into my Drupal account?

Benchmark Email Service Integration

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x