Hello, We are experiencing an issue with saving previously created ARI Data Tables modules in J!3.9.8. When editing a previously created ARI Data tables module the "params" and "params-extra" stored in the joomla database are either incomplete, corrupted, or too large for PHP to process. Due to this we are experiencing a white screen and PHP memory exhaustion error when attempting to view the page which contains the ari table using the ari data tables content plugin {aridatatables}{/aridatatables}. Restoring the "params" and "params-extra" data in the database resolves this issue and the table is displayed however saving the arimodule again corrupts this data in the database again and the page fails to load with the table in place. These modules have worked with out issue for an extremely long time and this issue has just recently started once the update to J!3.9.8 was completed.
copy of the error:
Code: |
KExceptionFailure | Fatal Error [500]
Call to a member function postProcessing() on null
.../modules/mod_aridatatables/mod_aridatatables.php:109
104 ob_start();
105 require JModuleHelper::getLayoutPath('mod_aridatatables', $tableType);
106 $moduleContent = ob_get_contents();
107 ob_end_clean();
108
109 echo $model->postProcessing($moduleContent, AriUtils::getParam($mParams['source'], $source));
|
apache 2.4.27 php 5.6.25 mysql 5.6.40 Reinstalling the module from a fresh download of the 1.16.4 version of the module did not resolve the issue.
Advanced Module Manager was disabled - did not resolve the issue.