Wednesday, 16 November 2016
  1 Replies
  1.6K Visits
0
Votes
Undo
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.
Thursday, 17 November 2016 11:06
·
#178900
0
Votes
Undo
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
  • Page :
  • 1
There are no replies made for this post yet.