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 Unable to add users allowed to make announcements

  • webrus
  • webrus's Avatar Topic Author
  • New Member
  • New Member
More
17 years 2 months ago #669 by webrus
Replied by webrus on topic MySQL-Version
I am sorry. I am afraid I mixed up information shown in phpMyAdmin. It reads as follows:

Server Version: 5.0.27-standard
MySQL-Client-Version: 4.1.21

I assume that means MySQL-Server Version is 5.0.27.

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

More
17 years 2 months ago #684 by Matias
Replied by Matias on topic Re:MySQL-Version
So, it must be a bug. I just reported it. We will take a look on it after 1.0.8, currently we are all busy with the last major bugs.

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

More
17 years 2 months ago #820 by Matias
Replied by Matias on topic Re:MySQL-Version
Bug can be fixed by running these SQL queries in phpmyadmin or similiar (replace #__ with your joomla database prefix):

ALTER TABLE `#_fb_config` CHANGE `annmodid` `annmodid` TEXT NULL DEFAULT NULL
ALTER TABLE `#_fb_config_backup` CHANGE `annmodid` `annmodid` TEXT NULL DEFAULT NULL

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

  • webrus
  • webrus's Avatar Topic Author
  • New Member
  • New Member
More
17 years 2 months ago #852 by webrus
Replied by webrus on topic Re:MySQL-Version
Thanks for your support Matias. I followed your instructions. Unfortunately this does not seem to have any effect on the bug I described.

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

More
17 years 2 months ago #856 by Matias
Replied by Matias on topic Re:MySQL-Version
Fixed this one to our SVN.

I forgot to say, that you need to change this too (components/com_kunena/lib/kunena.config.class.php):

var $annmodid = 62;

to:

var $annmodid = '62';

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

  • webrus
  • webrus's Avatar Topic Author
  • New Member
  • New Member
More
17 years 2 months ago #875 by webrus
Replied by webrus on topic Re:MySQL-Version
Seems to be fixed. Thanks a lot!

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

Time to create page: 0.284 seconds