By Alexandre Ndobe on Friday, 06 November 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 1.6K
Votes 0
I get the attached error on trying to create a category/subcategory
Hi Alexandre,

Regarding your issue, loo like there is a conflict between EasyDiscuss and your system plugin 'K2 - System Plugin'. Somehow this plugin alter the model include path in EasyDiscuss. To fix this issue, I've modified your K2 system plugin file 'JOOMLA/plugins/system/k2.php' and added below code at line 385:


if (JFactory::getApplication()->isAdmin() && JRequest::getCmd('option', '') == 'com_easydiscuss') {
return;
}


Now you no longer hit the warning message when saving a category from your EasyDiscuss.

Hope this help and have a nice day!
Sam
·
Friday, 06 November 2015 22:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post