Closed (fixed)
Project:
Image Assist
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2007 at 07:52 UTC
Updated:
7 Oct 2007 at 03:11 UTC
Despite having 81 images img_assist says:
No images were found. Please upload a new image or browse images by a different category.
I can add images but they don't show either.
I use drupal 5.1, and img_assist 5.x-1.1.
Thanks
Karl
| Comment | File | Size | Author |
|---|---|---|---|
| img_assist.jpg | 19.99 KB | borstahusen |
Comments
Comment #1
borstahusen commentedPlease!
Comment #2
a.k.karthikeyan commentedokay same problem but i am using 4.7...checked file perm...seems ok..not sure whats the problem
Comment #3
mic.mex commentedI have encountered the same problem.
Now I'm using :
drupal 5.1
mysql 4.1.7
image 5.x-1.1
image assist 5.x-1.4
After some investigation I found that problem arises in a query:
(I simplified it)
it somehow can be fixed by rewriting it this way:
I suppose that it's a mysql issue. I use mysql version 4.1.7 .
I didn't find any related bug report on mysql site.
The following two commands on mysql drupal base fixed this issue for me:
I suppose that fix in the module in trim(n.type) fashion is possible, but can slow down the query.
Comment #4
mic.mex commentedI forgot to say that
was returning empty rowset before fixing and nonempty one after.
Comment #5
mic.mex commentedComment #6
sunDid you enable the taxonomy module, configure the taxonomy vocabularies in Image Assist settings and assign all images to at least on taxonomy term of that/those vocabularies?
Comment #7
darren ohComment #8
sunPlease update to the latest development snapshot. You might also update Image module. However, please follow compatibility instructions on the project page and of course, installation/upgrade instructions in the README file.
If you still encounter this problem after upgrading, feel free to re-open this issue.
Comment #9
(not verified) commented