Installation: "Call to undefined function: preg_match()

A splendid open source, pure-PHP web-based email solution, http://blog.ilohamail.org/
Post Reply
Message
Author
User avatar
operagost
Posts: 2
Joined: Tue Jan 31, 2006 3:04 pm

Installation: "Call to undefined function: preg_match()

#1 Post by operagost »

I got the error message in the subject after trying to view my inbox for the first time. It turns out that the pcre extensions are disabled by default. If this happens to you, open apache$common:[php]php.ini and enable the following line (remove the semicolon):

extension=php_pcre.exe

I'm rather surprised no one else has run into this. Every extension is disabled by default.

Post Reply