I solved an issue I had with AceSEF 1.5.17 and Eventlist 1.1 Beta. The problem is that I couldn’t add an event from frontpage when AceSEF was enabled.
Solution:
go to components/com_eventlist/views/editevent/tmpl/
and open default.php
change line (141) from
1 |
<form enctype="multipart/form-data" id="adminForm" action="" method="post"> |
to
1 |
<form enctype="multipart/form-data" id="adminForm" action="" method="post"> |