Closed (fixed)
Project:
Taxonomy Image
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
4 Nov 2010 at 05:41 UTC
Updated:
16 May 2024 at 00:51 UTC
Jump to comment: Most recent
Comments
Comment #1
thijsvdanker commentedI'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).
Comment #2
pfrenssenThe 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.
Comment #3
thijsvdanker commentedI 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.
Comment #4
nickbits commentedHave 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
Comment #5
parasitepatch works for me too
Comment #6
zazinteractive commentedWorked for me as well
Comment #7
XiaN Vizjereij commentedRan into the same problem after upgrading to Pressflow 6.22. Patch fixed the issue.
Comment #8
NIGHTLIFE chap commentedpatch works for me too :)
Comment #9
gateway69 commentedI also ran into this when updating to pressflow.. odd.. should be rolled into a new build..
Comment #10
grimbones commentedPatch works for me as well!
Comment #11
atin81 commentedYes, the patch works like a charm
Comment #12
sfyn commentedPatch 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.
Comment #13
elly commentedJust a "me too" on this patch. Worked for me.
Comment #14
dan_lennox commentedPatch worked for me also!
However this issue occurred for me even with the 6.x-1.7 stable release.
Comment #15
dpearcefl commentedCan we get this committed? Thanks.
Comment #16
Niklas Fiekas commentedYeah, 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!
Comment #17
pfrenssen