I had problems with Facebook Login before and after Simplicity 3.2 upgrade, and I found this solution from another thread:
teitbite wrote:Hi
That's becuase it's a different issue right now. Due to recent Fb API change please make this change in
/html/com_users/login/default_login.php and replace line:
- Code: Select all
<form action="<?php echo JRoute::_('index.php?option=com_users&task=user.login'); ?>" method="post">
with
- Code: Select all
<form action="<?php echo JRoute::_('index.php?option=com_users&task=user.login'); ?>" method="post" id="com-login-form">
Don't know if this is the right solution, but it worked for me. Hope you get it fixed in future releases.