From: mickey <mi...@il...> - 2001-01-29 14:01:41
|
I can't install phpwiki on my site because "preg_match()" is not implemented. I'm on altern.org (in France) So, a friend (who knows how to modify softwares, not like me ;o)) told me that functions like preg_match() and preg_match_all() could be replaced by ereg_replace() and "regular expressions". Is there an expert on the mailing list who tried to do that ? Or is there an old version of wiki whit these "regular expressions", or another script (not as good as phpwiki) working on my (old fashioned ?) site ? Thanks a lot mickey The error message was (on my site) : Fatal error: Call to unsupported or undefined function preg_match() in wiki_config.php3 on line 23 |