Closed
Bug 539125
Opened 16 years ago
Closed 16 years ago
preg_match() [function.preg-match]: Compilation failed: support for \P, \p, and \X has not been compiled at offset 1
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: marclaporte, Assigned: fox2mike)
References
()
Details
At the bottom of tiki-trunk.mozilla.com, if you click "Show php error messages"
PHP (5.2.9) ERROR (E_WARNING):
File: lib/core/lib/Zend/Filter/Alpha.php
Line: 78
Type: preg_match() [function.preg-match]: Compilation failed: support for \P, \p, and \X has not been compiled at offset 1
PHP (5.2.9) ERROR (E_WARNING):
File: lib/core/lib/Zend/Filter/Digits.php
Line: 55
Type: preg_match() [function.preg-match]: Compilation failed: support for \P, \p, and \X has not been compiled at offset 1
| Reporter | ||
Updated•16 years ago
|
Severity: normal → trivial
Comment 1•16 years ago
|
||
This bug is caused by having compiled in an old version of PCRE - likely whatever comes on that box as standard with RHEL is too old.
Can we update PCRE on the box please?
Assignee: nobody → server-ops
| Assignee | ||
Comment 2•16 years ago
|
||
Laura,
These is on the production generic cluster. Not sure I'd want to go ahead and upgrade stuff without knowing the impact across other hosted sites :|
Comment 3•16 years ago
|
||
Can we test it out on a staging box?
Updated•16 years ago
|
Assignee: server-ops → shyam
Updated•16 years ago
|
Severity: trivial → normal
Component: Knowledge Base Software → Server Operations
OS: Windows XP → All
Product: support.mozilla.com → mozilla.org
QA Contact: kb-software → mrz
Hardware: x86 → All
Version: unspecified → other
| Assignee | ||
Comment 4•16 years ago
|
||
That probably means moving over the whole install to a stage box. Ping me over IRC later today and we can discuss?
| Assignee | ||
Comment 5•16 years ago
|
||
Reopen if this is still an issue.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•