Re: Add dep for MDB2_Tools_Manager
Dan Rossi <liveuser-zu2dZaOKXTSc5qR/[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
On 11/06/2005, at 6:43 PM, Dan Rossi wrote:
>
> On 11/06/2005, at 6:33 PM, Dan Rossi wrote:
>
>> The installer complained it was missing MDB2_Tools_Manager, could it
>> be a good idea to add a dep for it ?
>>
>>
>
> Apologies, I'm doing a cvs co of LiveUser its updated there :P
>
>
Still no workies, any ideas ?? I only changed the login details to the
dsn only.
bool(false)
object(MDB2_Error)#5 (8) {
["error_message_prefix"]=>
string(0) ""
["mode"]=>
int(1)
["level"]=>
int(1024)
["code"]=>
int(-4)
["message"]=>
string(21) "MDB2 Error: not found"
["userinfo"]=>
string(32) "unable to find: MDB2/Driver/.php"
["backtrace"]=>
array(9) {
[0]=>
array(6) {
["file"]=>
string(39) "/Volumes/DATA/www/classes/PEAR/MDB2.php"
["line"]=>
int(846)
["function"]=>
string(10) "PEAR_Error"
["class"]=>
string(10) "MDB2_Error"
["type"]=>
string(2) "->"
["args"]=>
array(5) {
[0]=>
string(21) "MDB2 Error: not found"
[1]=>
int(-4)
[2]=>
int(1)
[3]=>
int(1024)
[4]=>
string(32) "unable to find: MDB2/Driver/.php"
}
}