Module issues on PHP 4

tstackhouse - August 24, 2009 - 19:12
Project:Taxonomy Autotagger
Version:6.x-1.25
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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.

 
 

Drupal is a registered trademark of Dries Buytaert.