<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Please change the following in config.php (in htdocs/central) : </p>
<p><span>$msg_path=$db_path;</span><br>
</p>
<p><span>to : </span></p>
<p><span><span>$msg_path=$db_path. <span>DIRECTORY_SEPARATOR</span>;</span><br>
</span></p>
<p>This will add the ending slash if it got lost somewhere as seems to be the case.</p>
<p>Alternatively you can put the following line : </p>
<p></p>
<div>if (substr($db_path, strlen($db_path)-1,1) <> "/") $db_path.="/";</div>
<div><span style="font-size: 12pt;">before, not after the definition of $msg_path. </span><br>
</div>
<p></p>
<div id="Signature">
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
</div>
<div class="PlainText"><br>
</div>
<div class="PlainText">Egbert de Smet<br>
Universiteit Antwerpen</div>
</span></font></div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> isis-users <isis-users-bounces+egbert.desmet=ua.ac.be@iccisis.org> on behalf of lriesth@xs4all.nl <lriesth@xs4all.nl><br>
<b>Sent:</b> Friday, January 8, 2021 5:17 PM<br>
<b>To:</b> isis-users@iccisis.org<br>
<b>Subject:</b> [Isis-users] Installation of ABCD 2.2</font>
<div> </div>
</div>
<div>
<div style="">
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;">Dear all,</p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"> </p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"> </p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"><span lang="EN-US">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: </span></p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"><span lang="EN-US">The list of languages is missing /var/opt/ABCD/baseslang/en/lang.tab</span></p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"><span lang="EN-US">The mentioned file is present at location: /var/opt/ABCD/bases<b>/</b>lang/en/lang.tab</span></p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"><span lang="EN-US">I have tried to find, without success, to find the place where the code is that makes this slash missing, so, cant proceed.</span></p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Greetings,</span></p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"><span lang="EN-US"> </span></p>
<p style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;"><span lang="EN-US">Leo Riesthuis</span></p>
</div>
</div>
</div>
</div>
</body>
</html>