Menu

DB_DataObject Error

Help
Vic Chen
2005-10-06
2013-04-25
  • Vic Chen

    Vic Chen - 2005-10-06

    I got the message "DB_DataObject Error: No Data return from get" after i install the openit.

    openit 2.0 RC3

    php 5.0.4

    mysql 4.1.11

    Installed packages:

    Package              Version State
    Archive_Tar          1.1     stable
    Console_Getopt       1.2     stable
    DB                   1.7.6   stable
    DB_DataObject        1.7.15  stable
    Date                 1.4.3   stable
    HTML_Common          1.2.2   stable
    HTML_QuickForm       3.2.5   stable
    HTML_Table           1.5     stable
    HTML_Template_IT     1.1     stable
    HTTP                 1.3.5   stable
    Mail                 1.1.4   stable
    Net_SMTP             1.2.6   stable
    Net_Socket           1.0.6   stable
    Net_UserAgent_Detect 2.0.1   stable
    PEAR                 1.3.5   stable
    Validate             0.6.1   beta
    XML_Parser           1.2.6   stable
    XML_RPC              1.3.1   stable

    Please help, thanks

     
    • Angelito

      Angelito - 2005-10-06

      Hav you instaled php-mysql module?

       
    • Aaron C

      Aaron C - 2005-10-06

      2.0 RC3 isn't actually the newest one by the way, but besides that....
      Where are you getting the error? is it the first screen, after the login? is anything else appearing on the screen or just that?
      Edit debug.php, find this line:
      DB_DataObject::debugLevel(0);
      and change it to:
      DB_DataObject::debugLevel(3);

      That should give more usefull debugging information.

       
    • Vic Chen

      Vic Chen - 2005-10-08

      I have installed php-mysql module.

      After i edit the debug.php, i got the message " DB Error: syntax error" on  login.php

      I have got same result when i use the latest version.

      Please help, Thanks

       

Log in to post a comment.