Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
router error in production
  • Warning! ErrorException [ Warning ]: preg_replace() [function.preg-replace]: Compilation failed: unknown option bit(s) set at offset -1 COREPATH/classes/route.php @ line 112: Anyone know why?
  • There seems to be some issues with the PRCE libs that have been included in certain versions of PHP 5.3. You're the first one reporting this issue here, all I can see is people fixing it with different PHP versions, replacing PCRE libs or recompiling PHP with other PCRE libs.
  • I do not have root access to compile .. I changed it return preg_replace ('# (? <! \ [\ [) ([az \ _] +) (?!: \] \]) # uD', '(? P <$ 1>. +?)', $ search); for this: return preg_replace ('# (? <! \ [\ [) ([az \ _] +) (?!: \] \]) #D', '(? P <$ 1>. +?)', $ search); Removing the "u" unicode all, does work sorry my english

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion