Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Question Table Errors - page breaks.

More
17 years 2 months ago #6809 by Andreaz
No. I think I pages are loading normal, but maybe it's possible to configure something with MySQL if it might be that?

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

More
17 years 2 months ago #6948 by Matias
Andreaz: can you check jos_fb_version table from your database? What does it say?

I have to say, that I'm lost.. It looks like your database connection has gone away. Please check that timeouts are long enough in your MySQL configuration file.

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

More
17 years 2 months ago #6958 by Andreaz
Sorry I don't really know what should I check and where should I look for MySQL configuration file.
Heres something from fb_version table.

gamesnat_Databaze.jos_fb_version check status OK

SELECT *
FROM `jos_fb_version`
LIMIT 0 , 30

id version versiondate installdate build versionname
1 1.0.8 2009-02-17 2009-02-19 1166 Speakup!

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

More
17 years 2 months ago #6968 by Matias
It seems that you are really losing MySQL connection from time to time.

I don't remember the settings in MySQL, but if there are any "timeout"s in there, you should check that the numbers are larger than few seconds.

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

More
17 years 2 months ago #6970 by Andreaz
Well in Joomla PHP info I found:

mysql.connect_timeout 60 60

Is the timeout normal, if not what should it be?

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

More
17 years 2 months ago #6991 by fxstein
Matias wrote:

It seems that you are really losing MySQL connection from time to time.

I don't remember the settings in MySQL, but if there are any "timeout"s in there, you should check that the numbers are larger than few seconds.


I agree. We must be hitting a mySQL connection timeout or the server is just canceling database connections.

We never knew why but the very last line below the debug table should contain the Kunena version info as well as the mySQL version. All of that is missing. That means once we hit that error, the Joomla database connection is gone.

Most packages don't do this level of error checking and might just fly over these errors, but you would get occasional empty or partially empty pages in the front end.

We need to look into what we can do to create a better error message for when the database connection drops.

fxstein

We love stars on the Joomla Extension Directory . :-)

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

Time to create page: 0.383 seconds