Error editing or adding records in production May 11, 2020, 05:06:37 AM Hello everyone! my local application works perfect, when I upload it to my server, I have the problem that it doesn't let me edit a field or add a new one. But it shows me all the tables and all the other functions work fine. Any idea what that might be?phprad 2.7.3 PHP Version 7.4.5mariadb 10.4.11 Quote Selected
Re: Error editing or adding records in production Reply #1 – May 11, 2020, 09:13:20 AM @ddiaz2380 try using the same PHP version you have on your localhost, on your server.what error do you get when you try to add or edit a record? Quote Selected
Re: Error editing or adding records in production Reply #2 – May 11, 2020, 12:26:42 PM Quote from: willvin – May 11, 2020, 09:13:20 AM@ddiaz2380 try using the same PHP version you have on your localhost, on your server.what error do you get when you try to add or edit a record?I have the exact same version of php, apache, mariadb both in development and on the production server.It only gives me the error in a table when I want to edit or add on that table, in the others I have no problems. Will I add timestamps and recordeleteds to that table? Quote Selected
Re: Error editing or adding records in production Reply #3 – May 11, 2020, 01:31:40 PM Quote from: ddiaz2380 – May 11, 2020, 12:26:42 PMQuote from: willvin – May 11, 2020, 09:13:20 AM@ddiaz2380 try using the same PHP version you have on your localhost, on your server.what error do you get when you try to add or edit a record?I have the exact same version of php, apache, mariadb both in development and on the production server.It only gives me the error in a table when I want to edit or add on that table, in the others I have no problems. Will I add timestamps and recordeleteds to that table?SOLVED!!! It was the format of the database !!! for those who do not have this detail.utf8mb4_general_cithx Quote Selected 1 Likes
Re: Error editing or adding records in production Reply #4 – May 11, 2020, 04:11:19 PM Hi , if there a solution can be useful to put SOLVED into title, Re: Error editing or adding records in production [Solved]Will help others to see that exist one solution!Thanks Quote Selected