This is quite frustrating indeed.
My environment is as follows:
Joomla 1.5.20
Flexicontent 1.5.3c
Flexiaccess 1.0.5
In terms of permissions, everything is working as expected, however nothing is saved at all.
Firebug sheds some light on the subject.
If the brand new mootools 1.2 system plugin is turned
ON, Firebug returns the following JS error:
Code:
$("sortables_20").getElements is not a function
https://www.mydomain.com/index.php?option=com_flexicontent&view=items&layout=form&typeid=1&Itemid=226
Line 108
If If the brand new mootools 1.2 system plugin is turned
OFF, Firebug returns the following JS error:
Code:
el.set is not a function
https://www.mydomain.com/media/system/js/mootools.js
Line 23
Either way it does not work and it's most certainly a Mootools related conflict here.
It happens that Mootools is ubiquitous across Joomla and we can't simply turn it off altogether.