Active
Project:
Similarity Objects
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2009 at 18:23 UTC
Updated:
6 Jul 2011 at 08:31 UTC
Is this restriction on file length really necessary?
Chris
Comments
Comment #1
socialnicheguru commentedI get this for node for the first and fourth options on the similarity page. I don't have search enabled.
chris
Comment #2
realOFF commentedSame issue here. These are the options I have:
O Node: Search similarity
O Node: Terms
O Node: Voting
O Taxonomy: Similar Terms
First and last one won't be accepted due to the 10 character limitation.
"Node: Terms" isn't generating any Similarity (the database table remains empty).
"Node: Voting" is generating some errors on every cron run due to a table and it's PK already existing.
So this module, is pretty much not working for me.
Comment #3
bdimofte commentedI'm not sure about the status of the module, so I ain't attaching a patch for this, it's a quick one: just set a higher value at line 305 in similarity.module, where it says
'#maxlength' => 10,:)