[Spce-user] NCOS Levels - Web Error "(en) Please come back later"
Andreas Granig
agranig at sipwise.com
Thu Apr 11 15:54:29 EDT 2013
Hi,
On 04/11/2013 09:43 PM, Pedro Guillem wrote:
> Apr 11 14:17:07 /usr/sbin/apache2: Caught exception in admin::Controller::ncos->lists "Can't escape \x{02C6}, try uri_escape_utf8() instead at /usr/share/ngcp-www-admin/lib/admin/Controller/ncos.pm <http://ncos.pm/> line 192
>
> I think it has to do with trying to escape the circumflex character
> inside the regex pattern.. Should i use "\" before the regex to avoid
> this? or shiuld i change the function at the mentioned line?
Are you sure you're using the correct circumflex? The one you want is
ascii 0x5e, whereas you try to set some unicode character instead, which
won't work as expected in the regex in any case.
Andreas
More information about the Spce-user
mailing list