- Posts: 4
- Thank you received: 0
Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Question 1054 Unknown column 'sampleData' in 'field list' Kunena 6.x
- nervenretter
-
Topic Author
- Offline
- New Member
I already follow the some step that is mentiond in the forum An error has occurred.
this is the error log when i installtion the Pkg kunena
Code:1054 Unknown column 'sampleData' in 'field list'
Please Log in or Create an account to join the conversation.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- nervenretter
-
Topic Author
- Offline
- New Member
- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Important! First create a backup of your database. Then enter this SQL command (replace #__ with your prefix):
.
Then install Kunena over it again, it should solve the problem.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- nervenretter
-
Topic Author
- Offline
- New Member
- Posts: 4
- Thank you received: 0
the issue was come from update Package 5.1.15 to 5.2.8. there was the same issue , when i update it to from 5.1 to 5.2.8 the posts and categories was not showing . so I used kunena database table backup (that was i already taken and import again it ) and it was working fine but after update to kunena 6 ,
first issue i was facing the sample blog issue now I fixed the issues with your help but the post and categories are again gone. i used the old backup of kunena table but not sucess
Please Log in or Create an account to join the conversation.
Are the categories available in the backend? If yes, click on a category and check the permission.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- nervenretter
-
Topic Author
- Offline
- New Member
- Posts: 4
- Thank you received: 0
Code:1054 Unknown column 'parentid' in 'where clause'
I changed this issue with changing parent_id to Parentid and the categories are showing
currentlt the site fronetend showing is component is not found i am checking the issue
Please Log in or Create an account to join the conversation.
Should not be a capital letter at the beginning.I changed this issue with changing parent_id to Parentid and the categories are showing
I suggest (if it's possible) to import the old Kunena tables into a clean Joomla test installation and do another migration. If everything works, then import the Kunena tables into the new page.
docs.kunena.org/en/basics/upgrade/upgrade-k6-0
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.