Menu

DBA support compiled into PHP

Help
Don
2004-09-15
2012-10-11
  • Don

    Don - 2004-09-15

    I've installed phpwiki-1.3.10 on XP with Apache and PHP 4. When starting the index.php the follwing message appears : You don't seem to have DBA support compiled into PHP.
    Fatal error: Call to undefined function: dba_open() in d:\program files\apache group\apache\htdocs\phpwiki-1.3.10\lib\DbaDatabase.php on line 54.

    I've run a lot of PHP programs on my computer, but never had this problem. I can't find a solution for this problem on the web.
    Can somebody help me ?

     
    • Reini Urban

      Reini Urban - 2004-09-15

      Clear enough?
      > You don't seem to have DBA support compiled into PHP.

      either add the dba extension, or use another database backend.

       
    • Don

      Don - 2004-09-15

      It's clear enough, but the extention is added.

      ;Windows Extensions
      ;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
      ;
      extension=php_dba.dll

      So any other suggestions than using an other database ?

       
      • Reini Urban

        Reini Urban - 2004-09-15

        config/config.ini:

        DATABASE_DBA_HANDLER = db3

         
    • Don

      Don - 2004-09-16

      Thanks, everything is working now

       

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.