Closed (fixed)
Project:
Spanish stemmer
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Dec 2011 at 14:41 UTC
Updated:
1 Jun 2013 at 15:38 UTC
Today I moved a site to a new server with PHP 5.3.2-1ubuntu4.10.
I get this error message:
Parameter 1 to spanishstemmer_search_preprocess() expected to be a reference, value given in xxxx/includes/module.inc on line 461.
I changed the parameter in the function on line 19 from:
function spanishstemmer_search_preprocess(&$text)
into
function spanishstemmer_search_preprocess($text)
and now it works as expected.
Comments
Comment #1
drupalerocant commentedThank you very much promes.
You helped me with te notice I was having!
Comment #2
promes