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 Having problem with tab?

More
17 years 2 weeks ago #13978 by Jimmy1
Replied by Jimmy1 on topic Re:Having problem with tab?
thankyou for help.

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.

More
17 years 2 weeks ago #13980 by Lintzy
Replied by Lintzy on topic Re:Having problem with tab?
It is highly recommend to update your Joomla asap. Because in the meantime there were serveral security bugfixes. You still have 1.55 - there came 1.5.6 , 1.5.7 and so on until 1.5.10!

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.

More
17 years 2 weeks ago - 17 years 2 weeks ago #13984 by sozzled
Replied by sozzled on topic Re:Having problem with tab?
Jimmy1 wrote:

How to update to new joomla? Will update mess up my website?

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.

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.
Last edit: 17 years 2 weeks ago by sozzled.

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

More
17 years 2 weeks ago #13997 by Jimmy1
Replied by Jimmy1 on topic Re:Having problem with tab?
I will update joomla to 1.5.10 and respond with news.

thank you

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

More
17 years 2 weeks ago #14001 by Jimmy1
Replied by Jimmy1 on topic Re:Having problem with tab?
Updated to 1.5.10, did not solve problem still receive the following error on "My Discussions" page...

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.

More
17 years 2 weeks ago - 17 years 2 weeks ago #14010 by Lintzy
Replied by Lintzy on topic Re:Having problem with tab?
Congratulation, now you have a secure Joomla! Installation ;)

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:
Code:
function MySQLVersion() { static $mysqlversion; if (!$mysqlversion) {

and put global $database; in the code, like shown above:
Code:
function MySQLVersion() { global $database; static $mysqlversion; if (!$mysqlversion) {
Last edit: 17 years 2 weeks ago by Lintzy.

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

Time to create page: 0.266 seconds