Closed (fixed)
Project:
Release Monitor
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2007 at 20:20 UTC
Updated:
16 Jan 2007 at 13:29 UTC
warning: preg_match() [function.preg-match]: Compilation failed: unmatched parentheses at offset 16 in ...\modules\version2\version2.module on line 467.
Just enabled the module and went to admin/releases. I get the above error repeated 9 times.
Thanks,
Phil
Comments
Comment #1
douggreen commentedCVS expands the $Name in the preg_match() which messes it up. I fixed this earlier today, but the project packaging system doesn't pick this up immediately. Please make sure that you have the latest CVS head version 1.16.
Line 467 should say:
Comment #2
filiptc commentedDownloading CVS version2.module v.1.17 fixed the issue.
Thanks,
Phil
Comment #3
douggreen commented