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
Comment #1
sdrycroft commentedI'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.