Correcting access error for the Scriptcase database

Correcting access error for the Scriptcase database

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

Screenshot - 16_08_2016 , 00_58_38.jpg

 

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.





    • Related Articles

    • 'No tables found in database access' error while trying to import Access data.

      This error occurs because it is necessary to have the Microsoft Access Database Engine installed, which contains a series of components that facilitate the transfer of information between files of Office for the other applications. For the ...
    • Error connecting MySQL 8 database

      In this tutorial, we will see how to connect to a MySQL database that prohibits access when you have PHP 7 with MySQL 8. First, you must follow the manual Creating a new MySQL User. 1- Once the creation of the new user has been done, you must go to ...
    • Using the Database Builder

      The DataBase Builder is a Scriptcase 'DBMS' (Database Manager System), this tool allows you to create tables, modify the structure of your tables, generate ER diagrams (Entity x Relationships), perform the export of the tables among other things. ...
    • Request a new license

      Some situations require the reinstallation of Scriptcase, in these cases, the user must generate a new serial on our website to register the tool. Follow the steps below to generate a new serial:  1. Log in to the website The entire process to ...
    • Access Import

      Access Import: To begin the process, choose the menu, Database > Import ACCESS After this you will see a screen like the image below: Click "Select files" Once the file is chosen, it will be loaded By clicking next, the file tables are listed: Moving ...