Blog

Installation_instructions

This file contains the installation instructions for the latest version of ABCD.This text is intended for the system manager and the database manager. Introduction Prerequisites Preparation Install ABCD Introduction The ABCD code runs on Windows and Linux flavors. The source code is equal for both OS variants, except for some small differences. ABCD requires several […]

How to install stop the Windows version, 2022

To the running of the SOURCES you need to be running Apache web server and PHP installed on your machine.To do this, follow the steps below carefully. 1 – Install Xampp Download https://www.apachefriends.org/pt_br/ Then run the installer with the default settings, until the very end. Say yes to every request. 2 – Download the SOURCES […]

Secs Web has been removed from ABCD

The periodical control system developed by Bireme will not be available in the ABCD 2.2 package. Secs web was developed from the YUI library discontinued by Yahoo in 2014, however, the system has undergone virtually no improvements since 2009, when it was adapted to be incorporated into ABCD. Today, Secs web barely works or works […]

How to install and enable mbstring in PHP

It is necessary to have PHP enabled with mbstring (multi-byte string) support to store and display multi-byte characters in the PHPKB software. ABCD requires that you have PHP enabled with mbstring support. If not enabled, see the tutorial below on how to enable mbstring on your server. If this extension is missing, the system displays […]

Main error messages, returned by wxis

Return codes WXIS|compiled error|undefined message|4/6|  Accessing database. The error “compiled error|undefined message|4/6” gives no further information because it occurred in a compiled script, which eliminates the error messages. So several causes can be, for example: 1 – Did not find the call script (most common cause) 2 – If possible, run the uncompiled script to […]

Update subfieldcodes for FDT option OD in dibujarhojaentrada.php

OD is about a date and an operator. If no codes are set in the FDT a default is applied. This default was wrong and is corrected by this commit. The lineendings of the code are also set to CRLFThe field will now show:“^d20210720 07:18:05^oabcd” : The ^d for the date and ^o for the […]

Show dcdspace functionality

This functionality was present in ABCD2.0/2.1 and not shown in 2.2. This commit shows the function “DSpace bridge: download records” like in previous versions.The code is improved too: Shows a clear error if CURL is not installed Show errors in the browser (and not in a ../utiliies/Myfile.txt) Improved html and div-helper Translations added /improved ( […]

Update help in isofile_iso_to_utf

Help, shown by option -h had a typo and did not display well in the testwindow. Both problems are resolved. This required rebuild of the executables. Code details: – isofile_iso_to_utf.c : repaired typo and improverd help layout – test_cnvrt.php: show output within <pre></pre> tags to keep spacing https://github.com/ABCD-DEVCOM/ABCD2/commit/e06af76af361ace56dfce68680324d3ba5ed1434 This is the linux rebuild rebuild duw […]