Page 1 of 3
The form browse/edit not save data in the table
Posted: Thu Jul 22, 2021 4:26 pm
by jaimeandres3
Hello.
I have a problem whith the forms. I create a fast form and the data not save in the table.
Thanks.
Re: The form browse/edit not save data in the table
Posted: Thu Jul 22, 2021 4:28 pm
by kev1n
Hi,
Please do these checks:
If you encounter an issue, be sure to check the developer console for errors by clicking the `F12` key on most browsers.
Also open nuDebug results (CTRL+SHIFT+D) and check your (Apache) server logs.
If you see an error message, try searching this forum as well as Google for that message and see if any useful advice is among the search returns.
Re: The form browse/edit not save data in the table
Posted: Thu Jul 22, 2021 4:46 pm
by jaimeandres3
kev1n wrote:Hi,
Please do these checks:
If you encounter an issue, be sure to check the developer console for errors by clicking the `F12` key on most browsers.
Also open nuDebug results (CTRL+SHIFT+D) and check your (Apache) server logs.
If you see an error message, try searching this forum as well as Google for that message and see if any useful advice is among the search returns.
I see in the server logs:
[php:warn] [pid 6920:tid 1836] [client ::1:57898] PHP Warning: Undefined array key 0 in C:\\xampp\\htdocs\\nubuilder4\\core\\nubuilders.php
[ssl:warn] [pid 11984:tid 680] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[core:warn] [pid 11984:tid 680] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[ssl:warn] [pid 11984:tid 680] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
Thanks for your help.
Re: The form browse/edit not save data in the table
Posted: Thu Jul 22, 2021 4:47 pm
by kev1n
Could you create a backup of your db and upload the dump here?
Options Menu -> Backup or press CTRL+SHIFT+B
Re: The form browse/edit not save data in the table
Posted: Mon Jul 26, 2021 5:34 pm
by jaimeandres3
kev1n wrote:Could you create a backup of your db and upload the dump here?
Options Menu -> Backup or press CTRL+SHIFT+B
Hello.
I have a problem. Attachment BD nubuilder4.sql
The extension sql is not allowed.
Re: The form browse/edit not save data in the table
Posted: Mon Jul 26, 2021 5:39 pm
by kev1n
Please zip it first and then upload.
Re: The form browse/edit not save data in the table
Posted: Mon Jul 26, 2021 6:53 pm
by jaimeandres3
kev1n wrote:Please zip it first and then upload.
Attachment file nubuilder4.zip
Re: The form browse/edit not save data in the table
Posted: Mon Jul 26, 2021 7:26 pm
by kev1n
The primary key (Matricula) must not be on the form as an object. Remove it and saving will work.
Re: The form browse/edit not save data in the table
Posted: Wed Jul 28, 2021 1:26 am
by jaimeandres3
kev1n wrote:The primary key (Matricula) must not be on the form as an object. Remove it and saving will work.
Hello.
I delete Matricula the form and not save data.
Attachment print screen.
Thank you
Re: The form browse/edit not save data in the table
Posted: Wed Jul 28, 2021 6:06 am
by kev1n
Can you upload a db dump again? Also check again the server logs for any new errors.
What PHP version are you using?