Hi,
I'm trying to make changes to Joaktree, a genealogy extension by Niels van Dantzig (which he abandoned for lack of time in 2014) to make it compatible with J5. I previously patched it to use it in J3.
I made a lot of corrections for J4/J5. I tested on J 5.2.0 RC and PHP 8.1 to 8.3.
Some functions are not working in the backend, other work correctly.
The frontend works except for modifications and additions (when I am connected as super user) when the MariaDB version is 10.5 or 10.6.
The buttons open forms to add or edit data, or delete the data.
On a local site (Wampserver) the click on the buttons (to add or edit, delete) worked, but on my remote server, there failed. Yesterday I found that the reason is the MariaDB version: on the local site I was using a version 11. I tested with 3 versions 11 of MariaDB and MySQL 8 on Wampserver and the functions work fine.
The links to add, edit or delete use Joomla.submitform() on the person page, Joomla.listItemTask() on two others (deposits and sources).
With MariaDB 10.5 or 10.6, on the person page, clicking on a link closes the page and opens the home page without error.
On the other pages (they have their own menu first level link), the click refreshes the page but in the menu, the home link is underlined.
With MariaDB 11, the forms are displayed, I can add and edit the person, the deposits and sources data or delete them.
Does anyone have any idea why this is and how I can correct it?
Thanks for your advice!
Robert
I forgot: on MariaDB 10, no error in the console, and debugging with error reporting to maximum doesn't display any error
I'm trying to make changes to Joaktree, a genealogy extension by Niels van Dantzig (which he abandoned for lack of time in 2014) to make it compatible with J5. I previously patched it to use it in J3.
I made a lot of corrections for J4/J5. I tested on J 5.2.0 RC and PHP 8.1 to 8.3.
Some functions are not working in the backend, other work correctly.
The frontend works except for modifications and additions (when I am connected as super user) when the MariaDB version is 10.5 or 10.6.
The buttons open forms to add or edit data, or delete the data.
On a local site (Wampserver) the click on the buttons (to add or edit, delete) worked, but on my remote server, there failed. Yesterday I found that the reason is the MariaDB version: on the local site I was using a version 11. I tested with 3 versions 11 of MariaDB and MySQL 8 on Wampserver and the functions work fine.
The links to add, edit or delete use Joomla.submitform() on the person page, Joomla.listItemTask() on two others (deposits and sources).
With MariaDB 10.5 or 10.6, on the person page, clicking on a link closes the page and opens the home page without error.
On the other pages (they have their own menu first level link), the click refreshes the page but in the menu, the home link is underlined.
With MariaDB 11, the forms are displayed, I can add and edit the person, the deposits and sources data or delete them.
Does anyone have any idea why this is and how I can correct it?
Thanks for your advice!
Robert
I forgot: on MariaDB 10, no error in the console, and debugging with error reporting to maximum doesn't display any error
Statistics: Posted by Robert-G — Mon Oct 07, 2024 8:46 am