My Images do not show in Image Assist Browse window

MedMan - April 13, 2009 - 10:50
Project:Image Assist
Version:6.x-2.0-alpha3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

I can use Image Assist correctly but my previously-uploaded images do not show up in the Browse Images window. No matter how many images I upload it continues to say 'My Images (0)'.

There is an error reported in 'Edit view img_assist_browser'. Under Arguments it says: 'Broken/missing handler'. When I click on this it says: 'Error: handler for term_node > tid doesn't exist!'.

I don't know if these two issues are related, but I suspect they may be.

I am using
Drupal 6.10
Views 6.x-2.5
Image 6.x-1.0-alpha4
CCK 6.x-2.2

#1

MedMan - April 13, 2009 - 11:29

I have checked my database. There is a term_node table but it is empty.

#2

tomsm - April 15, 2009 - 12:52

I have the same issue.

#3

Rubio - May 18, 2009 - 19:49

I have the same issue but I can see only the first image I uploaded...

I can upload new photos and insert them in the current page, but still browse just the very first one...

I've updated Drupal Core after the first upload. It may be related to this behaviour....??

Thanks for this great tool.

?:^)2
Please excuse my English. It is so.... Spanish.

#4

tomsm - May 19, 2009 - 14:49

I have updated all my modules, including the core. The problem has disappeared.

#5

MedMan - May 19, 2009 - 22:27

Not for me it hasn't. I have updated the core and all my modules this evening and Image Assist still will not show my previous images, not even ones uploaded after the updates.

#6

Rubio - June 15, 2009 - 05:51

Solved downgrading to v.1.0.

All the images I uploaded with the alpha versions still don't show in the browser, but the images uploaded with version 1.0 are browseable, including the first one, which was uploaded before the alpha version installation.

?:^)2
Please excuse my English. It is so.... Spanish.

#7

Smokesign - June 16, 2009 - 08:02

I have downgraded to 1.0 also but still have the problem, only the first images (from 222) are visible the others aren't. What is worse is that the images attached in the content on my side have dissapeared also!
Any thoughts about this?

#8

allenshaw - October 7, 2009 - 20:50

I had this same behavior and found a solution that worked for me. I don't know if it applies to your situation, but the key was in the default "Workflow: published" setting for the Image content type.

Prompted by the README.txt file, I set the default "published" setting to FALSE for the Image content type. Problem is, the View that powers the Browse Images window (img_assist_browser) is, by default, filtering for only published images.

With a quick edit of that view, I removed the "published" requirement (see the Filters section of the View) and (presto!) those images all show up in the Browse Images window like they're supposed to.

From the README:

"* Optionally go to the Views administration page and edit or clone Image
Assist's default 'img_assist_browser' view for the image browser. "

and,

" Users with the 'create images' permission will be able to upload images using
img_assist. All users will be able to see and insert their own pictures, even
if the image nodes are unpublished. Users with the 'access all images'
permission will also be able to use other images, but only if they are
published.

One possible workflow would be to set images to be UNPUBLISHED by default.
That way users can upload, categorize, and use images in img_assist without
the images showing up anyway else on the site. Images that should also be
shown elsewhere on the site can manually be published by going to
administer > content."

#9

MedMan - November 2, 2009 - 21:50

Brilliant!

Removing the Published Filter from the View has solved the problem for me.

 
 

Drupal is a registered trademark of Dries Buytaert.