500 :: Error 500 in joomla login module

Deadly 提交于 2019-12-11 09:29:27

问题


i'm getting 500 :: Error 500 in joomla login module.

When the password or username is typed wrongly(only in the server). This is the link of the live project http://bluepink.co.in/login but error message is displayed in the localhost.

And Having problem with User mail activation link. Users are not activated when the activation link is clicked.

Using Joomla 2.5 and Virtuemart. I have enabled htaccess.


回答1:


This may happen due to the temp directory path or log directory invalid path.

check the path of those folders from your global configuration and make sure the path is correct and those folders have write permission too.

If this not solve your problem try to comment this line.. $this->triggerEvent('onUserLoginFailure', array((array) $response)); on libraries/joomla/application/application.php

Also about the activation link issue may get fixed with these.

Hope this will fix the issue.



来源:https://stackoverflow.com/questions/21514682/500-error-500-in-joomla-login-module

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!