View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
06968Bug reportsOtherpublic2012-12-04 13:16
Reporterjmc Assigned Toc_schmitz  
PriorityurgentSeverityminor 
Status closedResolutionfixed 
Fixed in Version2.00+ 
Summary06968: PHP DBO driver library: None found
Description

Hello,

Just downloaded the latest version of Limesurvey for installing on my server.

During the install process it told me that I don't have the requirements:
[PHP DBO driver library-------At least one installed--------None found]

I'd never heard of "DBO drivers" before.
I Googled the term and didn't find any result (other than limesurvey's bug tracker, hah.)
There is no such thing as "DBO drivers". I wasted a good 10 minutes trying to figure out what this was, until I realized you probably meant PDO.

After further inspection in the code:

if (extension_loaded('pdo'))
{
$drivers=CDbConnection::getAvailableDrivers();
}
foreach($drivers as $driver) {
if (isset($this->db_names[$driver]))
$this->supported_db_types[$driver] = $this->db_names[$driver];
}

It is indeed PDO and not DBO.
You should correct this because it's confusing.

Thanks,
John

Steps To Reproduce

Install Limesurvey on a server that doesn't have any PDO driver.

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)
I will donate to the project if issue is resolved
Browser
Database type & version
Server OS (if known)
Webserver software & version (if known)
PHP Version

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2012-11-29 12:22

administrator   ~22687

Thank you!

c_schmitz

c_schmitz

2012-11-29 13:42

administrator   ~22698

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10557

c_schmitz

c_schmitz

2012-11-29 18:25

administrator   ~22716

Fix committed to 2.1 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10575

c_schmitz

c_schmitz

2012-12-04 13:16

administrator   ~22865

LimeSurvey 2.0+ build 121204 released.

Related Changesets

LimeSurvey: master 2ed14134

2012-11-29 11:22:36

c_schmitz

Details Diff
Fixed issue 06968: Wrong caption in installer Affected Issues
06968
mod - application/views/installer/precheck_view.php Diff File

LimeSurvey: 2.1 127068cb

2012-11-29 11:22:36

c_schmitz

Details Diff
Fixed issue 06968: Wrong caption in installer Affected Issues
06968
mod - application/views/installer/precheck_view.php Diff File

Issue History

Date Modified Username Field Change
2012-11-27 10:00 jmc New Issue
2012-11-29 12:20 c_schmitz Project Development => Bug reports
2012-11-29 12:20 c_schmitz Category Installation => Other issues
2012-11-29 12:21 c_schmitz Assigned To => c_schmitz
2012-11-29 12:21 c_schmitz Status new => assigned
2012-11-29 12:22 c_schmitz Note Added: 22687
2012-11-29 12:22 c_schmitz Status assigned => resolved
2012-11-29 12:22 c_schmitz Fixed in Version => 2.00+
2012-11-29 12:22 c_schmitz Resolution open => fixed
2012-11-29 13:42 c_schmitz Changeset attached => LimeSurvey master 2ed14134
2012-11-29 13:42 c_schmitz Note Added: 22698
2012-11-29 18:25 c_schmitz Changeset attached => LimeSurvey 2.1 127068cb
2012-11-29 18:25 c_schmitz Note Added: 22716
2012-12-04 13:16 c_schmitz Note Added: 22865
2012-12-04 13:16 c_schmitz Status resolved => closed