- Posts: 17
- Thank you received: 0
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.
Question Having problem with tab?
I get no problem with install. Timed install no more then 20 seconds.
Got error to install in legacy mode, so enabled legacy mode and install went fine.
Could be bad version joomla? I got joomla 1.5.5.
How to update to new joomla? Will update mess up my website?
Please Log in or Create an account to join the conversation.
Please make a backup of your whole webspace (joomla root) and your database. Then you have no risks, because you are able to play these files back, in anything goes wrong.
docs.joomla.org/Upgrading_1.5_from_an_existing_1.5x_version
joomlacode.org/gf/project/joomla/frs/?ac...View&release_id=9911
you need 1.5.5 to 1.5.10 package of course.
Perhaps this joomla update does not fix the problem with kunena, but it makes your website secure.
Please Log in or Create an account to join the conversation.
If you've done any customising of the standard Joomla components (components, modules, templates, stylesheets, etc. ... but not your database), then you may need to reapply those changes after a Joomla upgrade. The same principle applies: if you have modified any Joomla component (e.g. Community Builder or Kunena) and you upgrade it, you'll probably lose any customising that you've done.How to update to new joomla? Will update mess up my website?
The place for help with upgrading Joomla is docs.joomla.org/Upgrading_1.5_from_an_existing_1.5x_version
I suspect you're on the right track with your diagnosis that the root problem has something to do with MySQL. There may be a data corruption in your Joomla 1.5.5 database (or not) and upgrading from Joomla 1.5.5. to 1.5.10, say, may not correct that problem ... but it's probably worth a shot.
I don't believe this kind of problem would be the result of not enabling "legacy" mode. Normally, if "legacy" mode is not enabled, you'll get a "You are not allowed direct access to this object" error. As xillibit suggested, the problem might be with a "buggy" version of MySQL.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
thank you
Please Log in or Create an account to join the conversation.
Fatal error: Call to a member function setQuery() on a non-object in components/com_kunena/lib/kunena.version.php on line 86
Please any other help?
thankyou
Please Log in or Create an account to join the conversation.
I asked Matias and he told me, what will solve the problem. Please edit the kunena.version.php (components/com_kunena/lib)
line 81 - 85 or search this code:
and put global $database; in the code, like shown above:
Please Log in or Create an account to join the conversation.