<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="http://127.0.0.1:9090/cgi-bin/utf8/wxis.exe">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" data-smartmail="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>