I'm trying to set up Horde and IMP and I have a problem and keep getting the same error message:
Fatal error: Call to unsupported or undefined function preg_match() in ../lib/horde.lib on line 856

I'm using:
Horde: 1.2.4
IMP: 2.2.4
PHP Version: 3.0.18

running on RedHat linux release 6.2 Kernel 2.2.14-6.1.1smp
As far as I can see, having looked through archives and everything my version of PHP should support preg_match...Can anyone help? I've tried almost everything that I can think of :o(

Scott

    Your problem is obvious - your PHP doesn't support preg_match().

    Your version is 3.0.18, however preg_match() is support in 3.0.9 and higher.

    Check manual at http://www.php.net/manual/en/function.preg-match.php.

    And just a thought... PHP 4.0.5 (newest release) is free, so why not get yourself one?

    Di

      Write a Reply...