Closed (fixed)
Project:
Fivestar
Version:
7.x-2.0-alpha1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2012 at 10:30 UTC
Updated:
22 Mar 2012 at 04:40 UTC
After updating from 2.x-dev (2011-Jun-29) to 2.0 alpha the attached error appears.
The current dev (2.x-dev (2012-Jan-12)) version dose as well not work.
To solve this issue I have added a default case at the switch statement:
default:
$default_value = $element['#values']['average'];
(code is added a line 637)
But I think this is only a workaround ....
| Comment | File | Size | Author |
|---|---|---|---|
| Error_after_update.png | 32.23 KB | zauberertz |
Comments
Comment #1
drupal_was_my_past commentedThe above workaround worked for me. This major bug breaks functionality. It would be great to see a release to address this.
Comment #2
ericduran commentedThanks this is now fixed. FYI, you should not update from dev -> alpha, dev is always the latest code.
You should update from stable release to stable releases.
--
http://drupalcode.org/project/fivestar.git/commit/d11e857
Comment #3.0
(not verified) commentedFrom Version changed