Menu

a preg_match_all() problem ..help

Help
Anonymous
2000-08-16
2000-08-30
  • Anonymous

    Anonymous - 2000-08-16

    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?

     
    • Derrick Miller

      Derrick Miller - 2000-08-24

      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.

       
    • Anonymous

      Anonymous - 2000-08-30

      none of the PCRE functions are in PHP unless *you* compile PHP with the --with-pcre-regex flag.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.