Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved Rendering Error in layout Message/Item: Property "inline" is not defined

More
2 years 11 months ago #11 by MidiBro
Hello, here is your test account:
This message contains confidential information

This message contains confidential information


Regards
Markus
The following user(s) said Thank You: xillibit

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

More
2 years 11 months ago - 2 years 11 months ago #12 by xillibit
I have just tested on your site, the error showed when looking in the details of the javascript query is the following :

 Object { code: 1054, message: "Unknown column 'inline' in 'field list'" } 

So that mean that the table attachments hasn't been updated when it should, check with phpymadmin and look the table #__kunena_attachments you will see be that the column inline is missing

To fix it, you need to apply the query just made a backup of you database before and apply this query on phpmyadmin by set the correct prefix corresponding to you database parameters :

ALTER TABLE `#__kunena_attachments` ADD `inline` tinyint(4) NOT NULL default '0'
                AFTER `caption`;


I don't provide support by PM, because this can be useful for someone else.
Last edit: 2 years 11 months ago by xillibit.

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

More
2 years 11 months ago #13 by MidiBro
Hi xillibit,
Thank you so much!
That fixed the bug.
Without your help, I would definitely not have made it!

Many greetings
Markus!

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

Time to create page: 0.409 seconds