[Isis-users] Installation of ABCD 2.2
lriesth at xs4all.nl
lriesth at xs4all.nl
Tue Jan 12 15:33:34 CET 2021
Dag Egbert,
Thank you for your reaction. The problem was caused by a missing slash in
dbpath.dat in htdocs in the Debian version 2.2
It works now.
Greetings,
Leo Riesthuis
From: Egbert De Smet <egbert.desmet at uantwerpen.be>
Sent: 8 januari 2021 21:31
To: lriesth at xs4all.nl; isis-users at iccisis.org
Subject: Re: [Isis-users] Installation of ABCD 2.2
Please change the following in config.php (in htdocs/central) :
$msg_path=$db_path;
to :
$msg_path=$db_path. DIRECTORY_SEPARATOR;
This will add the ending slash if it got lost somewhere as seems to be the
case.
Alternatively you can put the following line :
if (substr($db_path, strlen($db_path)-1,1) <> "/") $db_path.="/";
before, not after the definition of $msg_path.
Egbert de Smet
Universiteit Antwerpen
_____
From: isis-users <isis-users-bounces+egbert.desmet=ua.ac.be at iccisis.org
<mailto:isis-users-bounces+egbert.desmet=ua.ac.be at iccisis.org> > on behalf
of lriesth at xs4all.nl <mailto:lriesth at xs4all.nl> <lriesth at xs4all.nl
<mailto:lriesth at xs4all.nl> >
Sent: Friday, January 8, 2021 5:17 PM
To: isis-users at iccisis.org <mailto:isis-users at iccisis.org>
Subject: [Isis-users] Installation of ABCD 2.2
Dear all,
Happy to see the availability of ABCD 2.2 I have updated a working ABCD 1.0f
to the new version. The installation worked without problems but after login
the system stopped with message on the right top corner:
The list of languages is missing /var/opt/ABCD/baseslang/en/lang.tab
The mentioned file is present at location:
/var/opt/ABCD/bases/lang/en/lang.tab
I have tried to find, without success, to find the place where the code is
that makes this slash missing, so, cant proceed.
Greetings,
Leo Riesthuis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.iccisis.org/pipermail/isis-users/attachments/20210112/439fcc02/attachment.html>
More information about the isis-users
mailing list