[SOLVED] ADODB_[mysql].class.php

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
istream
Advanced user
Posts: 59
Joined: Wed Mar 31, 2010 10:28 pm

[SOLVED] ADODB_[mysql].class.php

Post by istream »

Hi,
I have following
  • RHEL 5.0
    Apache 2.2.3
    MySQL 5.1.50
    PHP 5.3.3
    Testlink 1.9 Beta5
In the overall flow, when I go tot execute page, and click on a test case to execute, nothing shows up on the right-hand side of the page,
I see following in the apache error log

PHP Fatal error: require_once(): Failed opening required 'ADODB_[mysql].class.php' (include_path='.:/usr/share/pear:/usr/share/php:.:/usr/local/testlink/lib/functions/:/usr/local/testlink/third_party/') in /usr/local/testlink/lib/functions/common.php on line 94



Any pointers will be great healp.
Thanks
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: ADODB_[mysql].class.php

Post by fman »

seems a bad config on DB TYOE probably on bug interface the backets are wrong
istream
Advanced user
Posts: 59
Joined: Wed Mar 31, 2010 10:28 pm

Re: ADODB_[mysql].class.php

Post by istream »

Thanks, Francisco, Appreciate your help. It works now. The brackets were there in cfg/bugzilla.cfg.php for mysql entry.
Post Reply