Error J3.2: Can not edit module settings 'Joomdle courses'

More
12 years 5 months ago #1 by Akir
Error Joomla 3.2, Joomdle 0.93.:
Can not edit module settings 'Joomdle courses'.

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago #2 by Antonio Durán
Hi Akir.

Thanks for confirming that the fix for configuration saving worked for you, and also for reporting this new problem.

This can be fixed by editing "administrator/components/com_joomdle/fields/courselist.php", and adding this almost at the start of the file:
Code:
JFormHelper::loadFieldClass('list');

After:
Code:
require_once(JPATH_SITE.'/components/com_joomdle/helpers/content.php');

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago #3 by Akir
All Ok. Its fine works. Thanks!

Please Log in or Create an account to join the conversation.