| Re: Obituaries 2.4.1. Beta1 cant add new record |
| by Mamba on 2022/11/23 3:43:48 You can always check the module's tables in the /sql/mysql.sql file. For Obituaries, we have only one table: users_obituaries It will probably make sense to rename it in the future to just "obituary" |
| Re: Obituaries 2.4.1. Beta1 cant add new record |
| by Yurdal on 2022/11/21 22:25:12 Thanks for sorting out Mamba, strange thing here is I dont have ant tabel regarding this module in phpmyadmin ? Do I miss simply sql data here ?, what are the tables wich this module use can we regenerate it ? regards |
| Re: Obituaries 2.4.1. Beta1 cant add new record |
| by Mamba on 2022/10/3 20:06:55 OK, I tested it on MariaDB, and the problem was that it was looking for default value for the obituaries_comments field. I have updated now the code on GitHub, so it should work for a fresh installation. If you want to use your existing installation, go to PhpMyAdmin and change the default for the obituaries_comments field to: "as defined" and set it to 0: ![]() I'll try to add it later to the Update routine for the module. |
| Re: Obituaries 2.4.1. Beta1 cant add new record |
| by Mamba on 2022/10/3 19:22:18 I was testing here and it works fine. I need more info about the errors. One thing that it might have impact is that I'm using MySQL, and you're using MariaDB. Any chance you can send me a PM with access to your site, so I can see the errors there? This might help, because it has to be a reason why you can't add a record ![]() Can you try a fresh install of the module? Maybe there is a conflict with your old installation? |
| Re: Obituaries 2.4.1. Beta1 cant add new record |
| by Yurdal on 2022/10/3 14:55:29 Hi Mamba, error is gone but still cant add new record. Thanks for helping me |