Menu

Install Error

LinPHA2
WARLOCK
2007-02-12
2013-04-25
  • WARLOCK

    WARLOCK - 2007-02-12

    Hi,
    I am getting an install error at:

    System Checks
    Switching To AdoDB
    ADONewConnection : Unable to load database driver

    I am using
    Win XP
    Apache 2.2.x
    PHP 5.2
    MySQL 5.x

    I run linpha v1 without and problems

     
    • bzrudi

      bzrudi - 2007-02-12

      Hi swarlock,

      please create a php log file. See php.ini for details - section 'error handling and logging'.
      Set log level = E_ALL

      Thanks!
      cheers bzrudi

       
    • WARLOCK

      WARLOCK - 2007-02-13

      All sorted my session paths were incorrect, thx

       
      • Anonymous

        Anonymous - 2007-02-13

        strange
        the installer should detect such errors
        we are talking about the session.save_path of the php.ini, right?

        to which value was it set before you changed it?

        flo

         
    • Jon

      Jon - 2007-12-19

      I am having this same exact error.

      What did you do to resolve it?

      My session path is correct and should be accessible by the web user.

      Your assistance on this is greatly appreciated.

       
      • Anonymous

        Anonymous - 2007-12-28

        hi

        are you sure you have installed all files correctly?
        which database are you using?
        if you are using for example mysql, does the file ../linpha/lib/adodb/drivers/adodb-mysql.inc.php exists?

        if you create a test file with the following code:

        -----
        <?php
        echo ADODB_DIR;
        ?>
        -----

        and save it as adotest.php, put it on your server and access the file with your browser
        what does it output?

        flo

         

Log in to post a comment.