- Posts: 44
- Thank you received: 7
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Subscriptions lost in FB1.05RC2 to 1.08 Migration
17 years 2 months ago - 17 years 2 months ago #7127
by teratyke
Subscriptions lost in FB1.05RC2 to 1.08 Migration was created by teratyke
I'm in the process of testing the migration from FB1.05RC2 to Kunena 1.0.8.
After uninstalling Fireboard and Installing Kunena - all seems fine apart from all subscriptions have been lost.
On further investigation, it seems the table jos_fb_subscriptions is empty.
If I drop jos_fb_subscriptions and recreate it from a backup then everything seems fine.
Has anyone else encountered this problem?
Thank you
Rob
After uninstalling Fireboard and Installing Kunena - all seems fine apart from all subscriptions have been lost.
On further investigation, it seems the table jos_fb_subscriptions is empty.
If I drop jos_fb_subscriptions and recreate it from a backup then everything seems fine.
- Is there a reason that the subscriptions table is being emptied during upgrade? - Perhaps a problem with the data in the table?
- Is it safe to restore the table from a backup post install?
Has anyone else encountered this problem?
Thank you
Rob
Last edit: 17 years 2 months ago by teratyke.
Please Log in or Create an account to join the conversation.
17 years 2 months ago #7130
by teratyke
Replied by teratyke on topic Re:Subscriptions lost in FB1.05RC2 to 1.08 Migration
Been digging a little deeper - it looks like the structure of the subscriptions table is changed during install. I think the problem is duplicates. I'm going to try editing the table to remove duplicates prior to install.
Strange though that there was no error generated during the install.
Strange though that there was no error generated during the install.
Please Log in or Create an account to join the conversation.
17 years 2 months ago - 17 years 2 months ago #7132
by teratyke
Replied by teratyke on topic SOLVED -i think - Re:Subscriptions lost in FB1.05RC2 to 1.08 Migration
Please note- this is a solution I have devised myself - it might not be right and it might not work for you. If anyone can advise further please do.
Just for anyone else who might have this problem - I think Its fixed now.
Just before the upgrade export your ???_fb_subscriptions table remove any duplicate lines. Then truncate the table and upload your edited version.
You should now be able to uninstall fireboard and install Kunena and retain your subscriptions.
Well it worked on my test site.
Rob ( i dont normally talk to myself this much...) (oh yes you do)
Just for anyone else who might have this problem - I think Its fixed now.
Just before the upgrade export your ???_fb_subscriptions table remove any duplicate lines. Then truncate the table and upload your edited version.
You should now be able to uninstall fireboard and install Kunena and retain your subscriptions.
Well it worked on my test site.
Rob ( i dont normally talk to myself this much...) (oh yes you do)
Last edit: 17 years 2 months ago by teratyke.
Please Log in or Create an account to join the conversation.
17 years 2 months ago #7166
by fxstein
We love stars on the Joomla Extension Directory .
Replied by fxstein on topic Re:SOLVED -i think - Re:Subscriptions lost in FB1.05RC2 to 1.08 Migration
Rob,
Thx a lot for posting this! Yes there was a security fix to remove duplicates. Somebody could have put 10,000s of subscriptions into, ultimately crashing somebody's email and server.
The upgrade performs exactly what you are describing as long as your MySQL user has create temp table permissions. The upgrade will create a temporary table to dedupe the data, truncate and update the subscriptions table and re-insert the clean data.
Only if the mySQL userid does not have create temp table permission, the existing subscriptions are dumped to allow the table changes to take place.
Hope this explains the logic behind the upgrade.
fxstein
Thx a lot for posting this! Yes there was a security fix to remove duplicates. Somebody could have put 10,000s of subscriptions into, ultimately crashing somebody's email and server.
The upgrade performs exactly what you are describing as long as your MySQL user has create temp table permissions. The upgrade will create a temporary table to dedupe the data, truncate and update the subscriptions table and re-insert the clean data.
Only if the mySQL userid does not have create temp table permission, the existing subscriptions are dumped to allow the table changes to take place.
Hope this explains the logic behind the upgrade.
fxstein
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Time to create page: 0.246 seconds