- Posts: 64
- Thank you received: 0
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.
Please Log in or Create an account to join the conversation.
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.
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.
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.
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.
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.