Quantcast
Channel: BSDpants
Viewing all articles
Browse latest Browse all 25

"Call to undefined function preg_replace()"

$
0
0
I was trying to run/install a PHP site and I was getting blank pages and found this error in my web server logs: "PHP Fatal error: Call to undefined function preg_replace() in /path/to/file.php" This is not a terribly difficult problem and people with PHP experience are probably already yelling: "PCRE!" at the screen. :) (That stands for Perl Compatible Regular Expressions.") I only write

Viewing all articles
Browse latest Browse all 25

Trending Articles