Hello, when I restore chronoforms backup file the prefixes of data tables are like this: #__name_of_the_table, while it should be in my case: test2_name_of_the_table
in other words when a form is restored it does not take in account the tables prefixes of the database where it is restored.
And of course when I click on the table it gives an error: 1103 Nom de table illégal: ''
Am I doing something wrong while backup or restore?
You can see it on the screenshot:
in other words when a form is restored it does not take in account the tables prefixes of the database where it is restored.
And of course when I click on the table it gives an error: 1103 Nom de table illégal: ''
Am I doing something wrong while backup or restore?
You can see it on the screenshot:
I've updated to version 6.1.4 but I still have the error, table does not exist :
1146 La table 'test2.#__chronoforms_data_prod-coach-radio-service-type-request' n'existe pas
The prefix of the table is not correctly set.
1146 La table 'test2.#__chronoforms_data_prod-coach-radio-service-type-request' n'existe pas
The prefix of the table is not correctly set.
change your table name to use the prefix of the database!
Thank you I will try your solution.
You need to login to be able to post a reply.