[Isis-users] Installation of ABCD 2.2

Egbert De Smet egbert.desmet at uantwerpen.be
Fri Jan 8 21:31:07 CET 2021


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> on behalf of lriesth at xs4all.nl <lriesth at xs4all.nl>
Sent: Friday, January 8, 2021 5:17 PM
To: 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/20210108/0f4b1f8a/attachment.html>


More information about the isis-users mailing list