Correcting access error for the Scriptcase database

Á

Álvaro Moura

Last updated on Jul 6, 2026

Sometimes we encounter an error accessing the Scriptcase database itself, as shown in the image below:

ADONewConnection: Unable to load database driver

Screenshot - 16_08_2016 , 00_58_38.jpg

It happens when Scriptcase, for some reason, loses the path to its database (nm_scriptcase.db).

To correct this error, just follow the steps below:

1 - Go to the scriptcase directorye.g:C:\Program Files\NetMake\v9-php82\wwwroot\scriptcaseand change the name of the file config_.php to config.php

2 - After changing to config.php, access this file through the browser, with the folder name already changed, for example: 127.0.0.1:8093/scriptcase/config.php.

3 - In the Server field, paste the full path to the scriptcase database, for example: C:/Program Files/NetMake/v9-php82/wwwroot/scriptcase/devel/conf/scriptcase/nm_scriptcase.db

  • Also, In DBMS Field, select SQLite PDO

4 - Click save to finish