Project:Taxonomy Autotagger
Version:6.x-2.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I'm getting the following errors:

# warning: Compilation failed: PCRE does not support \L, \l, \N, \P, \p, \U, \u, or \X at offset 2 in //sites/all/modules/autotag/autotag.module on line 691.
# warning: Invalid argument supplied for foreach() in //sites/all/modules/autotag/autotag.module on line 694.
# warning: in_array(): Wrong datatype for first argument in //sites/all/modules/autotag/autotag.module on line 489.

The first two errors repeat many times and appeared after upgrading from 1.22 to 1.25. The third error was present in 1.22 and some investigation reveals to to be caused by in_array not accepting objects as a valid type of $needle.

Comments

#1

Version:6.x-1.25» 6.x-2.0
Status:active» fixed

I'm not sure whether or not this is still an issue with 6.x-2.0, if it is, feel free to re-open this issue.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.