hello everyone,
I tried to create a view enlisting nodes along with their rating, they are rated in "5 star mode" created by "RATE" module. now one i created the views it is showing almost 5 screen long error on the page

Strict warning: Declaration of votingapi_views_handler_field_value::element_type() should be compatible with that of views_handler_field::element_type() in require_once() (line 8 of D:\xampp\htdocs\drupal7\sites\all\modules\votingapi\views\votingapi_views_handler_field_value.inc).
Strict warning: Declaration of votingapi_views_handler_field_value::element_type() should be compatible with that of views_handler_field::element_type() in require_once() (line 8 of D:\xampp\htdocs\drupal7\sites\all\modules\votingapi\views\votingapi_views_handler_field_value.inc).
Notice: Undefined variable: value_type in rate_views_widget() (line 876 of D:\xampp\htdocs\drupal7\sites\all\modules\rate\rate.module).
Notice: Undefined variable: value_type in rate_views_widget() (line 876 of D:\xampp\htdocs\drupal7\sites\all\modules\rate\rate.module).
Notice: Undefined variable: value_type in rate_views_widget() (line 876 of D:\xampp\htdocs\drupal7\sites\all\modules\rate\rate.module).
Notice: Undefined variable: value_type in rate_views_widget() (line 876 of D:\xampp\htdocs\drupal7\sites\all\modules\rate\rate.module).

after that i tried to clear cache, then on cache page and also on views page it started showing error as follow

Error message
Strict warning: Declaration of votingapi_views_handler_field_value::element_type() should be compatible with that of views_handler_field::element_type() in require_once() (line 8 of D:\xampp\htdocs\drupal7\sites\all\modules\votingapi\views\votingapi_views_handler_field_value.inc).

but wait my night mare doesn't stop over here!! :) now, my site got broke!! now it is not even getting transferred on other pc,
when i import the database it shows error as shown in attached image!!

my whole story can also b followed on this thread :- http://drupal.org/node/1541138

thanks..

CommentFileSizeAuthor
MySQL_error.jpg128.02 KBrathin2j

Comments

torotil’s picture

Category: bug » support
Status: Active » Fixed

Hi, sorry for the late response. Do you still have these errors?

  • I just checked the warning error. In the current version of votingapi and views this shouldn't appear. The function declarations are indeed compatible.
  • Regarding your mysql-error: The error means that there is something wrong with your setup. I don't think I can help you there.
  • The notice from rate_widget_view() may be an issue with the rate module. If you still can reproduce that please file a bug report there.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.