I received some notices after upgrading to the Drupal 6.3 development version (referencing variables and indexes). This may just be a small coding issue, and it may be something that has already been fixed (these notices do go away when you upgrade to the official 6.3 release of Drupal):
* notice: Undefined variable: node in C:\xampp\htdocs\mysite\sites\all\themes\pixture\page.tpl.php on line 63.
* notice: Undefined variable: file in C:\xampp\htdocs\mysite\sites\all\modules\contemplate\contemplate.module on line 598.
* notice: Undefined variable: file in C:\xampp\htdocs\mysite\sites\all\modules\contemplate\contemplate.module on line 598.
* notice: Undefined index: flags in C:\xampp\htdocs\mysite\sites\all\modules\contemplate\contemplate.module on line 486.
* notice: Undefined variable: file in C:\xampp\htdocs\mysite\sites\all\modules\contemplate\contemplate.module on line 598.
* notice: Undefined index: flags in C:\xampp\htdocs\mysite\sites\all\modules\contemplate\contemplate.module on line 486.
* notice: Undefined index: flags in C:\xampp\htdocs\mysite\sites\all\modules\contemplate\contemplate.module on line 174
Comments
Comment #1
Ryan Palmer commentedAlmost certain this is a duplicate of #277398: Various module "notices" with Drupal 6.x-dev.
Try upgrading to Drupal 6.3... fixed it for me anyway.