| Issues with phpbb & php Cutting straight to the chase...
Installed php 5 (dev-lang/php), configured apache to use php (-D PHP5), setup mysql (and is working properly). Code: <?php
phpinfo();
?>
Returns the proper info.
Yet, I emerged phpBB & tried to install it via the install scipt in /var/www/localhost/htdocs/phpBB/install/install.php
But it returns this error: Code: Fatal error: Call to undefined function preg_match() in /var/www/localhost/htdocs/phpBB/install/install.php on line 206
Research shows that I needed to use the "pcre" flag. I tried that with no success.
I then added the "session" & "mysql", then removed "recode". I had to remove recode as it was conflicting with the "mysql" flag.
That made no difference.
What do I do? I seem to have exhausted almost all options.
Thanks guys,
~weed
__________________
"Time has more than one meaning, and is more than one dimension" - /.unknown
--Registered Linux user #396583--
|