MyBB Community Forums

Full Version: Fatal error trying to install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've uploaded all the files (hopefully all in the right mode, using auto), but when I try to access my ..../forums/install I get the following error:

Fatal error: Call to undefined function: preg_match() in /usr/local/www/data-dist/400org/forums/inc/class_core.php on line 196

Looking at the code this seems to be something to do with Debug?
Can anyone help me get started?
preg_match is a default PHP function: http://ca3.php.net/preg_match

If it's not available to you, you need to contact your webhost about it.
Thanks. I just had to install php4-extensions on my freebsd server and it worked.