Closed (fixed)
Project:
Voting API
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2007 at 11:35 UTC
Updated:
14 Aug 2007 at 22:19 UTC
Have installed Fivestar and am receiving this error when I try and modify a content type to include 5star in the node pages
Fatal error: Call to undefined function views_t_strings() in
/home/propert8/public_html/sites/all/modules/votingapi/votingapi_views.inc on line 87
The other posts on this issue:
http://drupal.org/node/142231 and
http://drupal.org/node/142231
don't solve my problem.
I am running Voting API version - 5.x-1.5
tia
Rob Wales
Comments
Comment #1
quicksketchThis should be a votingAPI problem if it is the cause of the error.
Comment #2
robwales02 commentedComment #3
taherk commentedWhat was done to fix this issue. I saw that it was closed. Can you please help as I am getting same error
Comment #4
VenDG commentedWhat worked for me, was renaming all of my tables, all 89 of them. The script was not picking up the $db_prefix that I had set in my settings file. This should really be fixed by the maintainers of the module, no other module that I installed had a problem reading my database prefix value.