Re: Another issue while deleting a user with MDB2
Lukas Kahwe Smith <[email protected]> Tue, 22 Nov 2005 07:31:29 +0100
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
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 regards, Lukas