Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.14
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2010 at 12:33 UTC
Updated:
13 Sep 2010 at 01:00 UTC
I get the following error when I click in the "Filter" section of the Bibliography module, using Drupal 6.17 and the Zen theme:
warning: Parameter 1 to theme_biblio_filters() expected to be a reference, value given in /usr/local/www/apache22/data/includes/theme.inc on line 656.
Comments
Comment #1
rjerome commentedWhich version of PHP are you using? Sounds like it might be 4.x?
Comment #2
royger commentedI'm using 5.3.2
Comment #3
rjerome commentedDrupal has (had?) some serious problems with PHP 5.3.x are you seeing this kinds of errors elsewhere?
Comment #4
amartin857 commentedi am also seeing this error, i am also using php 5.3.2 but do not see this error anywhere else except when i click the filter tab on my biblio page. also, it seems that any additional filtering returns the same results as the first filter, thus not actually refining the results.
Comment #5
rjerome commentedI've installed PHP-5.3.3 on my dev machine and am looking into this, however it's proving a little more challenging that I expected.
I assumed that just removing the ampersand from
would do the trick, but it has not so I'm still scratching my head on this one.
Ron.
Comment #6
rjerome commentedArrg!! how to waste a whole bunch of time... I was making changes to a file which wasn't actually in my web servers path, so no wonder it wasn't working. Anyway, it's fixed now.
http://drupal.org/cvs?commit=413758
Ron.