As ak posted here, there's an issue in the current dev version that gives images an incomplete path, preventing them from displaying.

This simple patch fixes the issue, as ak posted (credit to him).
Fix works for me.

CommentFileSizeAuthor
taxonomy_image-fullpath.patch645 bytesAnonymous (not verified)

Comments

thijsvdanker’s picture

Status: Needs review » Reviewed & tested by the community

I'm having the same issue.
Patch fixes the issue, and looks like it was the designed way to do it?
($fullpath is used in other if statements to define the image path).

pfrenssen’s picture

The patch fixes the problem.

I also compared the latest dev against 6.x-1.6 and all changes seem kosher. I think it is a good idea to apply this patch to 1.x-dev and roll out 1.7. Seeing the number of people that were hit by #438378: function.getimagesize error 1.6 can no longer be the recommended version.

thijsvdanker’s picture

I bumped into this problem with the omega theme as well, seems to be a problem in file_create_url in core..
http://drupal.org/node/839282

The patch does solve the problem as previously stated, but maybe a core fix will make the problem go away as well.

nickbits’s picture

Have been having a real issue with this bug. However, the patch at the top appeared to fix it for me, or rather the error message went away for a time. Will try with a fresh isntall.

Cheers,
Nick

parasite’s picture

patch works for me too

zazinteractive’s picture

Worked for me as well

XiaN Vizjereij’s picture

Ran into the same problem after upgrading to Pressflow 6.22. Patch fixed the issue.

NIGHTLIFE chap’s picture

patch works for me too :)

gateway69’s picture

I also ran into this when updating to pressflow.. odd.. should be rolled into a new build..

grimbones’s picture

Patch works for me as well!

atin81’s picture

Yes, the patch works like a charm

sfyn’s picture

Patch also works for me. I applied it following a pressflow breakage - so this patch might work for people affected by #877982: Fix pressflow incompatibility and standardize image object URL creation. too.

elly’s picture

Just a "me too" on this patch. Worked for me.

dan_lennox’s picture

Patch worked for me also!

However this issue occurred for me even with the 6.x-1.7 stable release.

dpearcefl’s picture

Can we get this committed? Thanks.

Niklas Fiekas’s picture

Yeah, I can probably do that, if it's so widely tested: http://drupalcode.org/project/taxonomy_image.git/commitdiff/6fa7718

Thanks for the patch and to all who tested it!

pfrenssen’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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