When attempting to create a wishlist the following php errors show up:

* notice: Undefined property: stdClass::$item_priority in C:\WWWRoot\drupal\modules\wishlist\wishlist.module on line 249.
* notice: Undefined property: stdClass::$item_currency in C:\WWWRoot\drupal\modules\wishlist\wishlist.module on line 254.
* notice: Undefined property: stdClass::$item_est_cost in C:\WWWRoot\drupal\modules\wishlist\wishlist.module on line 287.
* notice: Undefined property: stdClass::$item_url1 in C:\WWWRoot\drupal\modules\wishlist\wishlist.module on line 315.
* notice: Undefined property: stdClass::$item_url2 in C:\WWWRoot\drupal\modules\wishlist\wishlist.module on line 324.
* notice: Undefined property: stdClass::$item_quantity_requested in C:\WWWRoot\drupal\modules\wishlist\wishlist.module on line 333.

Wishlist module is cvs version 1.42, all other modules latest cvs version at this time

CommentFileSizeAuthor
Wishlist_01.jpg51.38 KBkwikone

Comments

scott.mclewin’s picture

I'll address this and the other issue you filed before removing the beta status.

Where have you configured Drupal 6 to emit the php notices to the page like that? I'm still doing the bulk of my development on D5 and just jumped ahead to port this one module. I've not given D6 any time beyond the wishlist module porting task.

kwikone’s picture

Status: Active » Postponed

They were in the dblog (watchdog) events, and in my php log (and for D6-dev the php notices and errors show up in the message response area). Also, for some reason, they don't seem to be occurring any more (am using the latest cvs versions) so I am going to mark this as postponed until I can re-create, or, determine why the node did not have item_priority, etc when being created.

kwikone’s picture

Status: Postponed » Closed (fixed)

I am closing this as the problem has not re-occurred (after a couple core updates). I suspect it was one of the core updates which actually resolved this issue.