CodeIgniter Forums
preg_match() [function.preg-match]: Compilation failed: unmatched parentheses at offset 26 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: preg_match() [function.preg-match]: Compilation failed: unmatched parentheses at offset 26 (/showthread.php?tid=60726)



preg_match() [function.preg-match]: Compilation failed: unmatched parentheses at offset 26 - El Forum - 06-15-2014

[eluser]Unknown[/eluser]
I am getting this error on almost every page of my site.
A PHP Error was encountered
Severity: Warning
Message: preg_match() [function.preg-match]: Compilation failed: unmatched parentheses at offset 26
Filename: libraries/Router.php
Line Number: 281

I have made some route rules as:
$route["comment/(:any)/(:any)/(:any)"]="test/comment/$1/$2/$3"

How do i fix it?
can any one help?