Theophilix / event-table-edit-old

Event Table Edit is a free table plugin for Joomla 3.x to create a responsive, editable table with CSV / XML import and export, and a simple appointment booking system function. Any help in the development is highly appreciated.
GNU General Public License v3.0
10 stars 6 forks source link

Joomla 9.3.14 issue on front end: no changes accepted #162

Closed quantenion closed 4 years ago

quantenion commented 4 years ago

After update to Joomla 9.3.14 and ETE4.8.1 the AJAX changes on the frontend of my Joomla site doesn't work anymore. I tried to reinstall the extension without effect.

Theophilix commented 4 years ago

Which changes don't work? Which PHP Version? Appointment or normal table? Did you verify the ACL settings? Please give more details, a screenshot or something.

quantenion commented 4 years ago

Example page: http://schkap.de/ete Normal table, first column type is four-state, the others are text. Unregistered users are allowed to change the values. image

PHP 7.2.26 mysql 5.5.60-0+deb7u1-log

EDIT: I switched to PHP 7.4.1, still the same behaviour

Theophilix commented 4 years ago

Hello, I can't reproduce your bug in my test environment (MySQL 5.7.28, PHP 7.3.11, Joomla! 3.9.14 Stable). Please try to uninstall ETE completely and ensure that all the folders and the mysql tables are deleted. Then reinstall ETE, create a new empty table (green button "new" and enter some data. Then please tell me if this works. If this works, you could check / change your Joomla cache settings or check your data for some wrong values.

quantenion commented 4 years ago

Solved: I had somehow an override in my template for the component. After deleting this it works!