Skip to forum content

LuxCal Web Calendar

The place for news, questions and suggestions

You are not logged in. Please login or register.


Post new reply

Post new reply

Compose and post your new reply

You may use: BBCode Images Smilies

All fields with bold label must be completed before the form is submitted.

Required information for guests


Required information

Topic review (newest first)

2

Hi there,

Thanks very much for reporting this problem. I've changed the code and the problem will be fixed in the next LuxCal release.

Roel

1

After editing an event i got an error message like this:

"Compilation failed: PCRE does not support \L, \l, \N{name}, \U, or \u"

Solution was to change line 60 and line 88 of /common/messaging.php from

"} elseif (preg_match("~^[\w\-.\s\u00C0-\u017F]{2,}$~u",$recipient)) { //username"

to

"} elseif (preg_match("~^[\w\-.\s\x{00C0}-\x{017F}]{2,}$~u",$recipient)) { //username"