Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Cant log on or off via forum page only jomsocial?

More
12 years 9 months ago #148253 by Tryweryn
This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 2M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : yoo_nano3 | author: YOOtheme | version: 1.0.7 | creationdate: Unknown

Kunena default template details : Blue Eagle 2.0 | author: Kunena Team | version: 3.0.2 | creationdate: 2013-08-18

Kunena version detailed: Kunena 3.0.2 | 2013-08-18 [ Nocturne ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: Jomsocial 3.0

Third-party SEF components: None

Plugins: Search - Kunena Search 3.0.1 | JomSocial - My Kunena Forum Menu 2.0.3 | JomSocial - My Kunena Forum Posts 2.0.3 | JomSocial - Kunena Groups 2.0.3

Modules: Kunena Latest 3.0.1



I cant seem to log on or off via forum page only jomsocial pages...even cant log of users via kunena admin. Where do i start in troubleshooting this?

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #148259 by sozzled
I'm not sure where to begin with this yet because your site is unavailable to me at the moment.

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #148276 by Tryweryn
Hi its back up...i wont mess around till you take a look as last time i messed it up.

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #148289 by sozzled

Tryweryn wrote: I cant seem to log on or off via forum page ...

I'm trying to understand better what you mean by "I can't seem to logon ..."

This is a partial screenshot taken of your forum page a few minutes ago:


Of course, I don't have an account at your site, so when I tried to login with "any old thing" I wasn't able to login either. But the strange thing is that I did not see any error message such as, for example,

Warning
Username and password do not match or you do not have an account yet.

And so I wonder why that is the case?

It might be better if you turn on Joomla debug mode to see what else may be happening at your site. Superficially, at least, the login form works but there's something else going on behind the scenes that you need to dig into deeper, I think.

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #148294 by Tryweryn
Hi the problem seems to be when i log on with my user and pw it reloads the boxs clear and your not logged on. You can log on via the home page and the jomsocial login box. If you do login this way you then can not logout. The page reloads and your still logged in.

I have turned on error reporting and it is showing nothing.

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #148295 by Tryweryn

Warning
Username and password do not match or you do not have an account yet.

U are right this doesnt show

This is my php.ini file
==========================================================================================
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; error_reporting is a bit-field. Or each number up to get desired error
; reporting level
; E_ALL - All errors and warnings
; E_ERROR - fatal run-time errors
; E_WARNING - run-time warnings (non-fatal errors)
; E_PARSE - compile-time parse errors
; E_NOTICE - run-time notices (these are warnings which often result
; from a bug in your code, but it's possible that it was
; intentional (e.g., using an uninitialized variable and
; relying on the fact it's automatically initialized to an
; empty string)
; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
; initial startup
; E_COMPILE_ERROR - fatal compile-time errors
; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
; E_USER_ERROR - user-generated error message
; E_USER_WARNING - user-generated warning message
; E_USER_NOTICE - user-generated notice message
;
; Examples:
;
; - Show all errors, except for notices
;
;error_reporting = E_ALL & ~E_NOTICE
;
; - Show only errors
;
;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
;
; - Show all errors except for notices
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
;
; Print out errors (as a part of the output). For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging
; instead (see below). Keeping display_errors enabled on a production web site
; may reveal security information to end users, such as file paths on your Web
; server, your database schema or other information.
display_errors = off

; Even when display_errors is on, errors that occur during PHP's startup
; sequence are not displayed. It's strongly recommended to keep
; display_startup_errors off, except for when debugging.
display_startup_errors = off

; Log errors into a log file (server-specific log, stderr, or error_log (below))
; As stated above, you're strongly advised to use error logging in place of
; error displaying on production web sites.
log_errors = On

Please Log in or Create an account to join the conversation.

Time to create page: 0.283 seconds