Posted by John Nichel on 08/15/05 23:15
João Cândido de Souza Neto wrote:
> I´m using the webmiau webmail system in a server with freebsd and php 4.4.0
> but it´s not working.
>
> When i try to start the webmail server i get the error bellow:
>
> Fatal error: Call to undefined function: preg_split() in
> /usr/local/www/data-dist/webmail/smarty/Smarty.class.php on line 1609
>
> Anyone can help me about this?
Make a phpinfo page, and load it thru your browser...
<?php
phpinfo();
?>
Look for "PCRE (Perl Compatible Regular Expressions) Support".
If it's not there, or not enabled, you won't be able to use those functions.
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@kegworks.com
Navigation:
[Reply to this message]
|