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

This category is for K 1.7 issues only.

Question Rough Installation

More
14 years 11 months ago #96488 by rclew4u
Rough Installation was created by rclew4u
I have upgraded from 1.5 to 1.6 and had a few problems. I think I still have some database table problems but want to know if I should do an uninstall/reinstall to fix. After upgrading I renamed quite a few of my old tables to match the new ones. This was because none of my messages, categories and users were showing up. I have them showing up now but get pink error codes. Here is my report info and after is the general joomla debug info. I have spent 7 hours trying to figure things out. Thanks in advance for your help.

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Disabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 64M | Max file upload: 20M

This message contains confidential information

Joomla default template details : coolness | author: jh! design | version: 1.0 | creationdate: August 28 2009

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.4 | creationdate: 2011-05-07

Kunena version detailled: Installed version: 1.6.4 | Build: 4832 | Version name: Kerkrade | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: CommunityBuilder 1.4 | UddeIm: The file doesn't exist uddeim.j15.xml !

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Enabled | System - Mootools12: Disabled

Modules: None



500 - JDatabaseMySQL::query: 1054 - Unknown column 'id' in 'order clause' SQL=SELECT * FROM 24mr_kunena_attachments WHERE mesid IN (82,81) ORDER BY id

JDatabaseMySQL::query: 1054 - Unknown column 'id' in 'order clause' SQL=SELECT * FROM 24mr_kunena_attachments WHERE mesid IN (82,81) ORDER BY id

Call stack
# Function Location
1 JSite->dispatch() /home/metre24/public_html/index.php:68
2 JComponentHelper->renderComponent() /home/metre24/public_html/includes/application.php:124
3 require_once() /home/metre24/public_html/libraries/joomla/application/component/helper.php:162
4 KunenaApp->__construct() /home/metre24/public_html/components/com_kunena/kunena.php:881
5 CKunenaView->display() /home/metre24/public_html/components/com_kunena/kunena.php:504
6 CKunenaView->getView() /home/metre24/public_html/components/com_kunena/funcs/view.php:820
7 CKunenaAttachments->get() /home/metre24/public_html/components/com_kunena/funcs/view.php:568
8 JDatabaseMySQL->loadObjectList() /home/metre24/public_html/components/com_kunena/lib/kunena.attachments.class.php:121
9 JDatabaseMySQL->query() /home/metre24/public_html/libraries/joomla/database/database/mysql.php:458
10 JError->raiseError() /home/metre24/public_html/libraries/joomla/database/database/mysql.php:231
11 JError->raise() /home/metre24/public_html/libraries/joomla/error/error.php:171
12 JException->__construct() /home/metre24/public_html/libraries/joomla/error/error.php:136

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

More
14 years 11 months ago - 14 years 11 months ago #96509 by sozzled
Replied by sozzled on topic Re: Rough Installation

rclew4u wrote: After upgrading I renamed quite a few of my old tables to match the new ones.

I don't like the sound of this. Which tables did you rename? What were they named before and what are they named as now?
Last edit: 14 years 11 months ago by sozzled.

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

More
14 years 11 months ago - 14 years 11 months ago #96513 by rclew4u
Replied by rclew4u on topic Re: Rough Installation
I named the new files with the addition of _old, so they are still intact. I just renamed most of the folders from the 1.5 installation to match the name of the new folders before I added _old to them. Example: new table was kunena_messages_text, now it is kunena_messages_text_old. then I changed my old file, fb_messages_text to kunena_messages_text
Last edit: 14 years 11 months ago by rclew4u.

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

More
14 years 11 months ago #96519 by sozzled
Replied by sozzled on topic Re: Rough Installation
No wonder things won't work. The structure of the database tables between K 1.5 and K 1.6 has completely changed!

In K 1.5 the tables were named XXX_fb_*

In K 1.6 the tables are named XXX_kunena_*

Renaming "fb" tables as "kunena" tables simply will not work and it's no surprise that you have HTTP 500 server errors.

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

More
14 years 11 months ago #96522 by rclew4u
Replied by rclew4u on topic Re: Rough Installation
Is there a doc which explains how to migrate the data from the old tables to the new? I assumed the upgrade would do this but the new tables were empty.

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

More
14 years 11 months ago #96524 by sozzled
Replied by sozzled on topic Re: Rough Installation
The installation process takes care of these things. There is no need for people to tinker around with MySQL databases. The upgrade process is described in K 1.6 Upgrade Guide .

My suggestion to you is

(1) Restore your site from the backup that you made before you upgraded to K 1.6.4.
(2) Read the tutorial K 1.6 Upgrade Guide
(3) Check that the installation completed successfully
(4) Check that your site works.

It is possible that, in some rare cases, some messages may have lost their attachments in K 1.5 before you do the upgrade. It's also possible that, in some rare cases, the occasional attachment from a K 1.5 message may get lost or misplaced during the upgrade. Anything's possible.

What is most uncommon - in fact, I think you are the first person to describe the symptom - is the disappearance of messages, categories and users as a result of upgrading Kunena. So, can we try the exercise again (go back to the backup that you took immediately before upgrading K 1.5 -> K 1.6), do the upgrade again and this time look for any error messages that occur during the upgrade. I hope this helps.

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

Time to create page: 0.404 seconds