Re: installer (wa: Re: new release very urgent)
Dan Rossi <liveuser-zu2dZaOKXTSc5qR/[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
On 13/06/2005, at 11:07 PM, Lukas Smith wrote:
> Dan Rossi wrote:
>
>> Yep, if its in the data directory, you'll have to guide me, because
>> cvs never downloaded them, because they are in their respective
>> folders and i couldnt find a data directory :)
>
> err no .. the data dir is where the file gets installed to. in CVS its
> in a different location. we are using some pear installer magic inside
> the package.xml to make this happen.
>
>
Ok the installer worked with exactly the same config as the others but
by doing this
$auth =&
LiveUser::authFactory($this->conf['authContainers']['DB_Local'],
'foo');
I got an error about unknown option debug in MDB2 so i had to comment
out this in the installer class
// $debug = $manager->getOption('debug');
// if ($debug && !PEAR::isError($debug)) {
// echo('Debug messages<br>');
// echo($manager->db->debugOutput().'<br>');
// }