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

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

More
5 years 3 weeks ago #216834 by MidiBro
Hi, do you mean to the Backend or just Frontend?

Regards!

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

More
5 years 3 weeks ago #216835 by xillibit
Just for the frontend

I don't provide support by PM, because this can be useful for someone else.

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

More
5 years 3 weeks ago #216899 by MidiBro
Hi!
Thanks again!
How can I send you the data?

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

More
5 years 3 weeks ago - 5 years 3 weeks ago #216901 by xillibit
Hello,

Just put the data into [confidential*][/confidential*] tags without the *

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

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

More
5 years 3 weeks ago #216911 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
5 years 3 weeks ago - 5 years 3 weeks ago #216913 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: 5 years 3 weeks ago by xillibit.

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

Time to create page: 0.627 seconds