I got this error after installing:

* warning: preg_match_all() [function.preg-match-all]: Compilation failed: unrecognized character after (?< at offset 11 in /home/public_html/mysite/drupal/modules/mmedia/contrib/media_attach/media_attach.module on line 453.
* warning: preg_match_all() [function.preg-match-all]: Compilation failed: unrecognized character after (?< at offset 11 in /home/public_html/mysite/drupal/modules/mmedia/contrib/media_attach/media_attach.module on line 453.

Comments

rhys’s picture

What version of PHP are you using? Maybe the error is occurring due to usage of a preg special feature that doesn't exist on older versions of PHP, if this is the case, I have to change those settings, but before I do, I'd like to make sure that this guess is correct.

rhys’s picture

Status: Active » Postponed (maintainer needs more info)

Forgot to change the status.

Ibn al-Hazardous’s picture

PHP 5.2.5-pl1-gentoo (cli) (built: Jan 5 2008 16:10:01)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

If there's a problem - it's probably bleeding edge-wise. ;)

rhys’s picture

Status: Postponed (maintainer needs more info) » Fixed

Ok, so I think having changed the regex which is causing the problem, that I shouldn't have a problem with it now.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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