Active
Project:
Annotation
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2010 at 03:10 UTC
Updated:
12 Dec 2013 at 02:37 UTC
Jump to comment: Most recent
warning: strpos() [function.strpos]: Empty delimiter in [path]\sites\all\modules\annotation\annotation_text\annotation_text.module on line 349.
Note: I applied the better_UI patch, but this error occurs in either case. This happens independently of content type - in any text based content that has annotation enabled.
Comments
Comment #1
baaj commentedThe offending line is $pos = strpos($haystack, $needle);
Comment #2
k3rr78nd commentedIt looks like either $haystack or $needle is empty. I added one line to test for this which fixed the error for me:
Comment #3
BrockBoland commented