Recently had an issue upon saving a roksprocket module where I get
QuoteError while saving
Invalid JSON data Uncaught Exception: UNHANDLED ERROR [8] Undefined property: Joomla\CMS\Table\Module::$element /PATH/plugins/system/jdownloads/jdownloads.php:270 - File: /PATH/libraries/rokcommon/RokCommon/Ajax.php Line: 149
Joomla! 3.10.0 Stable, PHP Version 7.4.22 jDownloads Version 3.9.8 and tried 3.9.7.2 too.
The interesting part is: upon UNinstalling j downloads ( not even all the files,DB,images included) than everything works.
I am able to create a new roksprocket module and save it. The line in error refers to
Quote// Check that we have really the jD settings
if ($table->element != 'com_jdownloads') return;
So I dont really see what the issue is ? Thoughts ? Any help, ideas would be great. Thank you.