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

quicksketch’s picture

Project: Fivestar » Voting API
Category: support » bug

Fatal error: Call to undefined function views_t_strings() in
/home/propert8/public_html/sites/all/modules/votingapi/votingapi_views.inc on line 87

This should be a votingAPI problem if it is the cause of the error.

robwales02’s picture

Status: Active » Closed (fixed)
taherk’s picture

What was done to fix this issue. I saw that it was closed. Can you please help as I am getting same error

VenDG’s picture

What 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.