- Posts: 8
Error J3.2: Can not edit module settings 'Joomdle courses'
- Akir
- Topic Author
- Offline
- New Member
-
Less
More
12 years 5 months ago #1
by Akir
Error J3.2: Can not edit module settings 'Joomdle courses' was created by Akir
Error Joomla 3.2, Joomdle 0.93.:
Can not edit module settings 'Joomdle courses'.
Can not edit module settings 'Joomdle courses'.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
12 years 5 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Error J3.2: Can not edit module settings 'Joomdle courses'
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:
After:
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.
- Akir
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
12 years 5 months ago #3
by Akir
Replied by Akir on topic Error J3.2: Can not edit module settings 'Joomdle courses'
All Ok. Its fine works. Thanks!
Please Log in or Create an account to join the conversation.