Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Merged [Merged topic] An invalid post ID was requested

More
13 years 7 months ago - 13 years 7 months ago #130620 by brendonhatcher
Hi

I have read every post I can find on this error message.
My background is slightly different, so hopefully someone can help me.

1. Installed Kunena 1.7.2 on a Joomla 1.5.26 site
2. Installed Kunena Forum Importer and used it to pull across the Agora forum posts
3. Used JUpgrade to migrate the whole site to Joomla 2.5.6

Posts show up on site
If I hover over the topic, the full text of the first message appears
If I click on the topic to load the thread, I get "An invalid post ID was requested"
If I post a new message, it works perfectly

I am assuming that the database has gone out of sync, but I need some pointers for repairing it.

Any input greatly appreciated.

I should also mention that if I upgrade to Kunena 2.0.1 on Joomla 2.5.6, then all the historic posts vanish completely.

Thanks
Brendon

This message contains confidential information

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

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

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

Kunena menu details:
Warning: Spoiler!

Joomla default template details : rhuk_milkyway_ext_16 | author: Andy Miller | version: 1.6.0 | creationdate: 11/20/06

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.7.2 | creationdate: 2012-01-31

Kunena version detailled: Installed version: 1.7.2 | Build: 5215 | Version name: Omega | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: None

Third-party SEF components: sh404sef: The file doesn't exist sh404sef.xml !

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

Modules: None

Last edit: 13 years 7 months ago by brendonhatcher.

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

More
13 years 7 months ago #131544 by lblazquez
Hi, I had the same problem while migrating from Agora version: 3.0.155 to Kunena version: 1.7.2.

I found that the thread id on the jos_kunena_table must be equal to the first message id in the thread and the parent id must correspond with some of the messages in its thread. The forum importer tool sets the parent and thread ids to different values, thats why when you request a message the kunena forum cannot find a message and exits with the error message.

I'm in a hurry so .. I've executed a pair of SQL sentences that fixed the thread id and set the parent id to the first message id in the thread (the one with parent id = 0).

It worked for me, maybe in your system could not work ... but it could give you a clue to fix the migration problem.
Code:
update jos_kunena_messages child, jos_kunena_messages dad set child.parent = dad.id, child.thread = dad.id where child.thread = dad.thread and dad.parent = 0 and child.parent <> 0; update jos_kunena_messages j set j.thread = j.id where j.parent = 0;

Regards

Luciano

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

More
13 years 7 months ago #131546 by sozzled

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

More
13 years 6 months ago #132215 by mickisan_2003
This message contains confidential information

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

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

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

Kunena menu details:
Warning: Spoiler!

Joomla default template details : j51_doctrine | author: Joomla 51 | version: 1.0 | creationdate: November 2011

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.7.2 | creationdate: 2012-01-31

Kunena version detailled: Installed version: 1.7.2 | Build: 5215 | Version name: Omega | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

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

Modules: None


Would you please help me with my site? I can't reply to one register user which is tkeppler, and it is sending me the error -an invalid post ID was requested-. I read all the post previous to this one, and I followed the Joomla SEF documentation. It did not fix the issue.

Here is the site link

bludovedemo.com/safari/

Thanks so much. Any help will be appreaciated

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

Time to create page: 0.377 seconds