I have node_images working fine with Drupal 6.4, but when I update Drupal 6.4 to the last nightly snapshot 6.x-dev to try to test the new updates for Drupal 6.5 appear this notices from node_images.

* notice: Undefined index: #node_type in .../sites/all/modules/node_images/node_images.module on line 71.
* notice: Trying to get property of non-object in .../sites/all/modules/node_images/node_images.module on line 71.
* notice: Undefined index: #node_type in .../sites/all/modules/node_images/node_images.module on line 71.
* notice: Trying to get property of non-object in .../sites/all/modules/node_images/node_images.module on line 71.
* notice: Undefined index: #node_type in .../sites/all/modules/node_images/node_images.module on line 71.
* notice: Trying to get property of non-object in .../sites/all/modules/node_images/node_images.module on line 71.

Comments

stefano73’s picture

Status: Active » Fixed

Fixed in the latest CVS version of node_images.module (v.1.11.2.10). Thanks.

oriol_e9g’s picture

Wow!!! 36 minutes between the bug report and the fix!!!! :D

stefano73’s picture

Status: Fixed » Closed (fixed)