Re: Another issue while deleting a user with MDB2
Dan Rossi <liveuser-zu2dZaOKXTSc5qR/[email protected]> Tue, 22 Nov 2005 19:06:04 +1100
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
On 22/11/2005, at 5:31 PM, Lukas Kahwe Smith wrote: > Dan Rossi wrote: >> There is another issue while trying to delete a user here is my error >> ear Errors with the system >> Info: MDB2 Error: error while including on demand module >> [Error message: unable to find module: MDB2/Driver/datatype/mysql.php] > >> Its loading the datatype module, and looking for the file mysql.php >> however the file is there i have triple checked ?? >> this is strange because it all works fine on my system which is php >> 5.1 and Mysql 5 but not on the production machine which is mysql 4.1 >> and php 4.4 any ideas ? > > Well I presume you have some issues with your include path .. does > said file exist in your PEAR dir? > > MDB2/Driver/datatype/mysql.php > > Yes its in the list (/usr/local/lib/php/MDB2.php at line 875) (/usr/local/lib/php/PEAR.php at line 540) (/usr/local/lib/php/MDB2.php at line 1244) (/usr/local/lib/php/MDB2.php at line 1558) (/usr/local/lib/php/LiveUser/Admin/Storage/MDB2.php at line 177) (/usr/local/lib/php/LiveUser/Admin/Storage/SQL.php at line 508) (/usr/local/lib/php/LiveUser/Admin/Storage/SQL.php at line 448) (/usr/local/lib/php/LiveUser/Admin/Storage/SQL.php at line 377) and the include path to pear has never changed,