<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>Edwin,</p>
<p><br>
</p>
<p>what we have now in the working version of config.php is this : <br>
</p>
<p></p>
<div>//IF THERE ARE MULTIPLE BASES FOLDERS THE FOLDER SELECTED IS SET<br>
if ( isset($_SESSION["db_path"]) and  $_SESSION["db_path"]!="")<br>
     $db_path=$_SESSION["db_path"];<br>
</div>
<br>
<p></p>
<p>So that is basically the same idea. Anyway if it works with your version it is o.k.</p>
<p><br>
</p>
<div id="Signature">
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<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 style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> isis-users <isis-users-bounces+egbert.desmet=uantwerpen.be@iccisis.org> on behalf of Edwin Hübner <edwin.hubner@gmail.com><br>
<b>Sent:</b> Friday, May 22, 2020 7:46 PM<br>
<b>To:</b> isis-users<br>
<b>Subject:</b> [Isis-users] ABCD 2.0f</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div class="gmail_default" style="font-family:verdana,sans-serif">Dear,<br>
I still have problems with ABCD 2.0f.<br>
1. it did not recognize the option of defining more than one database folder. For example, if I have the following in dbpath.dat:<br>
/ABCD/www/bases/IBJB/|IBJB<br>
/ABCD/www/bases/|default<br>
 and selecting the first option (IBJB) on the login screen, it prsents the databases of the /bases folder (default) on the data entry screen. I was able to solve this by adding the following lines to config.php:<br>
$msg_path="/abcd/www/bases/";<br>
if (isset($_SESSION["DATABASE_DIR"])) {<br>
$db_path=$_SESSION["DATABASE_DIR"];<br>
}<br>
if (!file_exists($db_path."abcd.def")){<br>
echo "Missing  abcd.def in the database folder"; die;<br>
}<br>
$def = parse_ini_file($db_path."abcd.def");</div>
<div class="gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif">Is that ok?<br>
<br>
2. Having set the parameters UNICODE=0, MXPATH=/ABCD/www/cgi-bin/ and encoding=ansi, it gives an error when opening a database, presenting the line: CISIS version:
<a href="https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2F127.0.0.1%3A9090%2Fcgi-bin%2Futf8%2Fwxis.exe&data=02%7C01%7Cegbert.desmet%40uantwerpen.be%7Ce931613bbab24a4d6c6708d7fe7a3f20%7C792e08fb2d544a8eaf72202548136ef6%7C0%7C0%7C637257673322409124&sdata=Bf4wgCJ11WDtqVXABeYm6kMx0RptayGZ%2Bl%2FHc0LW3O0%3D&reserved=0">
http://127.0.0.1:9090/cgi-bin/utf8/wxis.exe</a>, that is, trying to use<br>
wxis from the .../utf8 folder.<br>
I solved it copying wxis from the  .../cgi-bin folder to .../cgi-bin/utf8/ <br>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif">but how to solve this?<br>
<br>
3. Diacritics for ansi, I got it only by Renate's suggestion, forcing<br>
ini_set('default_charset','ISO-8859-15');<br>
in config.php.<br>
<br>
Regards,</div>
<div>
<div dir="ltr" class="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr"><span style="font-family:comic sans ms,sans-serif">Edwin Hübner</span><br>
(5521)99647-1675<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>