Closed (won't fix)
Project:
Fivestar
Version:
6.x-1.19
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Oct 2009 at 09:29 UTC
Updated:
4 Mar 2014 at 07:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
parasolx commentedyeap.. i also having this same problem.
what i remember is i clear views cache under tools then facing this problem concurrently.
Comment #2
iori57 commentedI have the exact same issue! Just managed to fixed it :) See below post
Comment #3
iori57 commentedFIXED:
I guessed we're all wrong, CCK is REQUIRED! I went to http://drupal.org/project/cck and installed CCK and the issue is fixed. :)
Comment #5
psampaz commentedthis worked for me also. CCK is REQUIRED!
Comment #6
quicksketchWe should simply skip over that function call with an
if module_exists('content') {. It does not need to be run if CCK is not installed.Comment #7
dawehnerHere is a patch
Comment #8
EmanueleQuinto commentedWorks for me
Comment #9
Aracon commentedHad the same issue. The patch worked for me.
It has also fixed AJAX error.
Comment #10
jaypanI'm surprised this hasn't been fixed yet.
The patch worked for me.
Comment #11
whiteph commentedWe can no longer support the Drupal 6 version of Fivestar. It is in security maintenance mode only. When the Drupal 8 version of Fivestar is released, the Drupal 6 version will be officially deprecated.
Comment #12
whiteph commentedSee Help testing Drupal 6 patches.