[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Re: RaQ3E-Update-OS-2.0.pkg



Now, about that update:

Cobalt managed to produce an error in User.pm and thus disabling all user
additions to the system via GUI. My clients (since i'm on a different TZ
than USA) already killed me dead.

So i figured out, i have to correct the issue myself and you would surely
be interested how, won't you :)

So will be the Cobalt Support, to which i've already complained about the
issue, i guess <waiting_for_credit();>

Well, in the User.pm (that the pach updates), you have a deliquent line
that reads:

 if (! -e $^Htpasswd)

whereas it should read:

 if (! -e $Htpasswd)

Of course, it's a stupid typo, CtrlH instead of H. You change that and
user adding works again perfectly. In case you need the complete path to
the User.pm it is:

/usr/lib/perl5/site_perl/5.005/Cobalt/User.pm

Best of luck,



Bostjan.