If you're using a CVS checkout/dev release of 6.x, you get this when saving a term.

Comments

webchick’s picture

Title: notice: Undefined index: current_image_delete on line 626 » Crap-loads of notices

Try calling taxonomy_image_display(1) (assuming 1 is a valid tid) and you get tons of these:

    * notice: Undefined property: stdClass::$taxonomy_image_disable_images in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 30.
    * notice: Undefined variable: user in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 205.
    * notice: Trying to get property of non-object in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 205.
    * notice: Undefined property: stdClass::$taxonomy_image_disable_images in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 30.
    * notice: Undefined variable: user in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 205.
    * notice: Trying to get property of non-object in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 205.
    * notice: Undefined property: stdClass::$taxonomy_image_disable_images in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 30.
    * notice: Undefined variable: user in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 205.
    * notice: Trying to get property of non-object in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 205.
    * notice: Undefined property: stdClass::$taxonomy_image_disable_images in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 30.
    * notice: Undefined variable: user in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 205.
    * notice: Trying to get property of non-object in /Applications/MAMP/htdocs/6x/sites/all/modules/taxonomy_image/taxonomy_image.module on line 205.
webchick’s picture

Status: Active » Needs review
StatusFileSize
new1.06 KB

Ok, well this takes care of the ones in #1.

webchick’s picture

StatusFileSize
new2.25 KB

Here are the rest that I could find.

nancydru’s picture

Wheee! I fired up my editor to work on this and got hit with tons of virus warnings. I think I'm back okay now.

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Needs review » Fixed

Committed

Anonymous’s picture

Status: Fixed » Closed (fixed)

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