- Posts: 6
- Thank you received: 0
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question User post gives error
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache Server at www.xxxxx.org Port 80
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Internal error comes usually when apache cannot process the request.. Usually it's something that you have in htaccess (redirect?) or in your apache configuration (wrong alias etc).
Apache log can usually be found in /var/log/httpd or /var/log/apache2 (file is error.log, error_log or something similiar). The latest log does not have 1.gz or similiar in the filename..
Just ssh into your system and get tail from this file:
tail -f error_log_filename
Then use your browser to post a reply and look from the console what is logged.
Please Log in or Create an account to join the conversation.