Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.0

Bug #6092 Bug with MDB2 storage and the datatype driver
Submitted: 2005-11-28 04:15 UTC
From: spam at electroteque dot org Assigned: lsmith
Status: Closed Package: LiveUser_Admin
PHP Version: 5.1.0 OS: n/a
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 29 - 9 = ?

 
 [2005-11-28 04:15 UTC] spam at electroteque dot org
Description: ------------ Ive discovered the problem with trying to load the mysql datatype driver. In the MDB2 storage of Liveuser Admin it tries to load the datatype lowercase it needs to be this or else it wont load the file properly. function implodeArray($array, $type) { $this->dbc->loadModule('Datatype'); return $this->dbc->datatype- >implodeArray($array, $type); }

Comments

 [2005-11-28 08:12 UTC] lsmith
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.