Re: [SM-USERS] PHP Warning: "PCRE does not support..."

2004-01-16 Thread Sebastian Fuchs
yeah! that's it! the problem seems to be fixed now. As well the folder list don't have links now on folders which are NoSelect Folders (as it should be). perfect! thanks Jonathan Angliss sagte: > Hello Sebastian, > On Thursday, January 15, 2004, Sebastian Fuchs wrote... > >> That's the function w

Re: [SM-USERS] PHP Warning: "PCRE does not support..."

2004-01-16 Thread Jonathan Angliss
Hello Sebastian, On Thursday, January 15, 2004, Sebastian Fuchs wrote... > That's the function which creates the error: > function check_is_noselect ($lsub_line) { > return preg_match("/^\* LSUB \([^\)]*\\Noselect[^\)]*\)/i", $lsub_line); > } > with "functions/imap_mailbox.php" creates the e

Re: [SM-USERS] PHP Warning: "PCRE does not support..."

2004-01-15 Thread Sebastian Fuchs
That's the function which creates the error: function check_is_noselect ($lsub_line) { return preg_match("/^\* LSUB \([^\)]*\\Noselect[^\)]*\)/i", $lsub_line); } with "functions/imap_mailbox.php" creates the error. Is it a PHP problem or has it do with my Imap Server or the configuration of s

[SM-USERS] PHP Warning: "PCRE does not support..."

2004-01-14 Thread Sebastian Fuchs
Hi, do anybody have a glue why I'm getting the following error in my error log file. SM seems to be working fine but this error occurs when accessing or refreshing the left folder frame. As many folders the user have as many repeated and same errors I get (but not for the Inbox itself, only all th