Closed (fixed)
Project:
Community Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
12 Aug 2008 at 16:53 UTC
Updated:
22 Mar 2009 at 10:40 UTC
Jump to comment: Most recent file
HI there,
I was experiencing this error for Anonymous users when clicking on content titles or the read more link. As soon as the Community Tags module was disabled, the error went away. Discussed a bit in this thread: http://drupal.org/node/290915
Just wanted to mention this here so the developers are aware.
If you need more info on my installation, please let me know. I have loads of modules and 6.3 installed with PHP and SQL 4.
Thanks for a great module....would still like to use it once the bugs are worked out!
Peace!
Melanie
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | 294397-communitytags-D6.patch | 1.05 KB | dave reid |
Comments
Comment #1
MiaMia commentedI confirm this - have had the same problem and had to disable the module.
Comment #2
thomas23@drupal.org commentedThis error unfortunatelly still persists with the -dev version. Only that common.inc complains in line 1275; I suppose because it's D6.4 in the meantime.
Would anybody be so nice to tell me how to debug this? Best would be a command line (print?) as I have done very little php.
Cheers.
Comment #3
matt2000 commented+1 confirming.
Comment #4
dropcube commentedI will fix the bug soon.
Comment #5
prophetsearcher commented+1, but it is SUCH a relief to figure out what's been causing those errors!
Comment #6
will_in_wi commentedconfirming (or subscribing). Will see if I can figure out the problem.
Comment #7
will_in_wi commentedto fix, replace both instances of $destination with array('query' => $destination) on line 44 of community_tags.pages.inc
It was an issue with a change in api of the url function between d5 and 6.
Comment #8
zilla commentedhas this been rolled up?
Comment #9
equalspeterd commentedIn addition to the adjustment in community_tags.pages.inc cited in #7, you also need to pass null arrays (reason unknown at the moment) to the two calls in community_tags.module (line 22 in my distro):
from (line breaks are mine for clarity):
to:
running cron.php triggered this facet of the bug for me.
Comment #10
dawnsong commented+1 for drupal 6.6
Hope it would be fixed.
Comment #11
mattheweigand commented+1 I guess its said. I got this error today in a new drupal installation. I did the fixes listed above and the problem went away. Would be nice to have those fixes in the original file.
Comment #12
dave reidThe changes in #9 are not necessary. The default parameter is array() anyway.
Comment #13
dave reidPatch for 6.x-1.x.
Comment #14
jcmarco commentedI found the same bug today in common.inc (http://drupal.org/node/352344)
And I confirm that this patch is needed and works fine.
Comment #15
khawaja commentedConfirming the patch works with 6.x-1.0-beta1.
Comment #16
interfaced commentedHere's the fix, I think its the same thing:
http://drupal.org/node/362799
Comment #17
owahab commentedCommitted.