Hi, I am geeting this error when enabling the facebook status tags module:
• warning: preg_match_all() [function.preg-match-all]: Compilation failed: PCRE does not support \L, \l, \N, \P, \p, \U, \u, or \X at offset 14 in /var/www/vhosts/domain.com/httpdocs/cms/sites/all/modules/facebook_status/facebook_status_tags.module on line 348.
• warning: uasort() [function.uasort]: The argument should be an array in /var/www/vhosts/domain.com/httpdocs/cms/sites/all/modules/facebook_status/facebook_status_tags.module on line 352.
• warning: Invalid argument supplied for foreach() in /var/www/vhosts/domain.com/httpdocs/cms/sites/all/modules/facebook_status/facebook_status_tags.module on line 356.
Comments
Comment #1
yelvington commentedThis bug report is filed with the wrong project. The fbstatus module doesn't do tags.
Comment #2
ckani commentedA bit confused, I have the exact problem, since upgrading the facebook statuses module yesterday. Both the dev and stable versions. Been looking for a fix, but no luck yet.
Same error message
* warning: preg_match_all() [function.preg-match-all]: Compilation failed: support for \P, \p, and \X has not been compiled at offset 14 in /var/www/vhosts/mysite.com/httpdocs/sites/all/modules/facebook_status/facebook_status_tags.module on line 348.
* warning: uasort() [function.uasort]: The argument should be an array in /var/www/vhosts/mysite.com/httpdocs/sites/all/modules/facebook_status/facebook_status_tags.module on line 352.
* warning: Invalid argument supplied for foreach() in /var/www/vhosts/mysite.com/httpdocs/sites/all/modules/facebook_status/facebook_status_tags.module on line 356.
Comment #3
yelvington commentedAgain, you are filing this with the wrong project. From the fbstatus project page:
Other status-like modules
Do not confuse Facebook Status (fbstatus) with other Drupal contributed modules that fetch or manage microblogging. Issues that appear to be filed with the wrong project may be closed without comment.
See also:
http://drupal.org/project/twitter, which provides for incoming as well as outgoing updates
http://drupal.org/project/activitystream, which harvests and displays arbitrary feeds for each user
http://drupal.org/project/facebook_status, which provides a Facebook-like status for Drupal (not integration with Facebook)
Comment #4
yelvington commented