Re: Classic 2.6.4 eval - Error when insert none required field Reply #15 – September 16, 2019, 06:20:13 AM Quote from: grou – September 16, 2019, 12:45:31 AMHi Willvin... Any news please about this bug?Keep Waiting...Regardsturn to hidden instead of none Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #16 – September 16, 2019, 01:15:09 PM The best option would be to set a default value for each none required field until the bug gets fixed.Thanks. Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #17 – September 21, 2019, 03:23:15 AM i've been waiting patiently for the next release 2.6.8.Four versions 2.6.5..... 2.6.8 yet launched and until now the bug still there... Oh... come on...how can you put a default value on a field like date of payment, payment amount, etc...it's unbelievable that no one is using "required:false" on any project till today.I give up... Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #18 – September 21, 2019, 04:00:22 AM The problem is with your database design. I would suggest you design your database with another tool and use phprad to generate the application.If you like, you can try to insert into the database table with any other tool to see if it works. Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #19 – September 21, 2019, 04:49:52 PM Hi Emman..Here is a complete video of what is happening in Classic version.In Vue version everything work like a charm.Thanks for your reply. Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #20 – September 21, 2019, 09:31:23 PM Please i would look into this deeply. But i have tried to replicate the issue on my side but has not succeeded. Here's is a sample video demonstrating the same scenario on my PC. https://youtu.be/r9TvGN-m4L0 Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #21 – September 22, 2019, 01:35:15 AM Hi Emman...Thanks for the video. As i saw, you are using xampp. I removed Laragon from my pc and installed XAMPP instead. Now it is working. Laragon has more features than XAMPP and it's widely used. (https://www.slant.co/topics/5299/versus/~laragon_vs_xampp_vs_mamp).In XAMPP it works... but the none required fields are not saved as NULL they are filled with "0". Usually the none required fields must be NULL. Could you please make the test using LARAGON and figure out if you get the same scenario?if yes, could you please fix it to work with Laragon?For now, i will be using XAMPP to avoid this issue.Thanks again. Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #22 – September 22, 2019, 04:34:22 AM Thank you for introducing me to the Laragon. Now i can test and see whats the problem. Please expect new update in few days to address this issue.Kind regards. Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #23 – September 22, 2019, 06:54:03 PM Issue resolved in version 2.6.9. Please check it out and confirm with Laragon.Thanks for your great support in fixing this bug.Best Regards Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #24 – September 23, 2019, 04:00:30 PM Finally it is working ...Thanks you Emman for your kind support and kind words.You´re the One, you´re Legend...Best Regards,Grou Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #25 – June 08, 2020, 06:17:18 PM I encountered the error again in 2.7.3. Is there a way to avoid it? Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #26 – June 09, 2020, 03:02:43 PM @machobymb did you set database default be fore making your field not required? Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #27 – June 09, 2020, 08:50:40 PM THX Willvin! I overlooked the settings. Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #28 – June 11, 2020, 11:11:12 AM Sorry! On product server the app not working correct. The field generation is correct, but the fitst selet option value is empty, not 0. Other value of options is correct.For example:<select><option value="">label1</option><option value="2">label2</option><option value="3">label3</option></select>value=1 to label1 empty.The SELECT query is correct in PhpMyAdmin. Quote Selected
Re: Classic 2.6.4 eval - Error when insert none required field Reply #29 – June 11, 2020, 06:20:47 PM I thing, that root of the problem is the value of label1=0. Quote Selected