Im getting a PHP Parse error on the search.php line 3113
which is in the ParterStemmer class, and the following variable declaration:
The specific error is: syntax error, unexpected '"'
When i just set the variable to blank, I no longer get the error and the search appears to work, but Im sure Im breaking something by doing that.
Im running PHP version 5.1.6. Im using latest zoom V6 beta7. Any ideas as to why Im getting this? Is it a php setting on my end or something?
which is in the ParterStemmer class, and the following variable declaration:
Code:
private static $StemStopChars = "`1234567890-=[]\\;',./~!@#$%^&*_+|:\"<>?";
When i just set the variable to blank, I no longer get the error and the search appears to work, but Im sure Im breaking something by doing that.
Im running PHP version 5.1.6. Im using latest zoom V6 beta7. Any ideas as to why Im getting this? Is it a php setting on my end or something?
Comment