notice: Undefined variable: content_bottom in D:\www\sites\all\themes\salamanderskins\page.tpl.php on line 154.

i used drupal6dev 26112008

Comments

Florian’s picture

Assigned: Unassigned » Florian

Thanks dide. It was my mistake not to verify the theme in Drupal 6 prior of this release. It works perfect in Drupal 5 because regions depend on template only.

To solve the problem until the next D6 release, please correct this line in all the info files, or at least in the sub-theme you are using:
regions[content] = Bottom content (current buggy line)
regions[content_bottom] = Bottom content (correct line)

Florian’s picture

Status: Active » Fixed

Please download the latest release (6.x-1.1)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

swapna.m’s picture

I am facing this problem. after installation of video module:

Notice: Undefined index: player_dimensions in video_helper->video_object() (line 17 of /var/www/../sites/all/modules/video/includes/video_helper.inc).

Notice: Undefined index: gif in theme_video() (line 63 of /var/www/..../sites/all/modules/video/video.theme.inc).