This problem happens when we change the folder name of the scriptcase to another name, such as "sc".
Then, the error happens because the complete path to the scriptcase database has been changed.
Before it was C:/Program Files (x86)/NetMake/v9/wwwroot/scriptcase/devel/conf/scriptcase/nm_scriptcase.db
After changing the folder name, the full path to the base of the scriptcase is C:/Program Files(x86)/NetMake/v9/wwwroot/sc/devel/conf/scriptcase/nm_scriptcase.db
then we must change this path in the config.php file, so that the correct mapping is made to the scriptcase database.
To correct this error, it is not necessary to go back to the default name of the scriptcase, just follow the following steps:
1 - Change the name of the file config_.php to config.php in your scriptcase folder.
2 - After changing to config.php, access this file through the browser, with the folder name already changed, for example: 127.0.0.1:8091/scriptcase/config.php.
3 - In Server, change only the folder name of the scriptcase, being like this: C:/Program Files/NetMake/v9-php73/wwwroot/scriptcase/devel/conf/scriptcase/nm_scriptcase.db and then save.