Missing argument 3 for fivestar_nodeapi() in /var/www/html/boek/sites/all/modules/contrib/fivestar/fivestar.module on line 914.
Missing argument 4 for fivestar_nodeapi() in /var/www/html/boek/sites/all/modules/contrib/fivestar/fivestar.module on line 913.
Attached patch fixes the noticeb by adding $page & $teaser variable
I wasn't sure if I should add this to the fivestar queue or not, if it belongs there, you can move it of course.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | apachesolr_index.patch | 780 bytes | robertdouglass |
| apachesolr_index_nodeapi_notice.patch | 676 bytes | swentel |
Comments
Comment #1
swentel commentedSmall note, these errors also pop up when path (core module) and pathauto module are enabled simply because their implementation of hook_nodeapi isn't like it should be, so I guess this patch really should go in - at least, we will in our project at this moment ;)
Comment #2
robertdouglass commentedCommitting the attached version. Your patch is a couple of commits behind. Thanks!
Comment #3
robertdouglass commentedCommitted to DRUPAL-6--1 and DRUPAL-5--2 as well.