I have a system with win2000+php3.016+mysql321
after setting up the system,I got a messege.
Fatal error: Call to unsupported or undefined function preg_match_all() in C:\Inetpub\wwwroot\PHPNuke\index.php3 on line 74
It seems to be a problem of preg_match_all() function.
besides, I can only see the items in the left side of the browser. the right side is occupied by the messege above.
any suggestion?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Off the top of my head... try checking php.net, zend.com or phpbuilder.com to see if this is a common problem. It's possible that you don't have the necessary regex library linked into your PHP module, or something of that nature.
Also check your PHP.INI file to see if there are any relevant settings that would cause this error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2000-08-30
none of the PCRE functions are in PHP unless *you* compile PHP with the --with-pcre-regex flag.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a system with win2000+php3.016+mysql321
after setting up the system,I got a messege.
Fatal error: Call to unsupported or undefined function preg_match_all() in C:\Inetpub\wwwroot\PHPNuke\index.php3 on line 74
It seems to be a problem of preg_match_all() function.
besides, I can only see the items in the left side of the browser. the right side is occupied by the messege above.
any suggestion?
Off the top of my head... try checking php.net, zend.com or phpbuilder.com to see if this is a common problem. It's possible that you don't have the necessary regex library linked into your PHP module, or something of that nature.
Also check your PHP.INI file to see if there are any relevant settings that would cause this error.
none of the PCRE functions are in PHP unless *you* compile PHP with the --with-pcre-regex flag.