By joomi1945 on Wednesday, 16 November 2016
Replies 1
Likes 0
Views 1.4K
Votes 0
When I attempt to edit JEvent modules (latest events and calendar) in the frontend error 404 is displayed. All other modules on the frontend can be edited successfully.
Please edit the file administrator/components/com_jevents/fields/jevmenu.php and change line 48 from
if ($jinput->getString("option") == "com_config"){
to
if ($jinput->getString("option") == "com_config" && JFactory::getApplication()->isAdmin()){

that should resolve the issue
·
Thursday, 17 November 2016 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post