I am completely stumped. It is workig just fine on my site...
Let's try and narrow it down to the actual regex that causes this.
Find:
PHP Code:
while(($found == 0) and ($x < $entries)) {
And add this directly below it:
PHP Code:
echo "$patterns[x] \n";
This will list out all the patterns and you will see the error message right after the culprit. This way we can at least narrow it down to the actual pattern.