- Posts: 59
- Thank you received: 1
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
Sticky migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
15 years 10 months ago #51081
by Dannymh
Replied by Dannymh on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
Sorry yeah meant the same database.
As for users no you cant really jsut backup the user table as you also need the ACL tables filled inc correctly.
Backup allt eh ACL and user tables and you will be right though.
better however to do this in aother installation
As for users no you cant really jsut backup the user table as you also need the ACL tables filled inc correctly.
Backup allt eh ACL and user tables and you will be right though.
better however to do this in aother installation
Please Log in or Create an account to join the conversation.
- brianfischer74
-
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
15 years 10 months ago #51082
by brianfischer74
Replied by brianfischer74 on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
I want to apologize for being a nob. The person that did all the smf is no longer helping and with the upgrade to joomla 1.5/community builder kunena sounds like it might be the best solution long term. Hoping to get there. Many thanks to you.
What are the ACL tables?
What do you mean by on another installation? Do a fresh Kunena install?
What are the ACL tables?
What do you mean by on another installation? Do a fresh Kunena install?
Please Log in or Create an account to join the conversation.
15 years 10 months ago - 15 years 10 months ago #51084
by Dannymh
Replied by Dannymh on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
ACl tables are all the Joomla ACL tables.
I dont have a list at the moment, as am at work,
They are all the tables that either contain
"acl" or "aro"
Fresh istall = a new install of jooml and kunena for testing purposes so you dont need to alter your live environment
I dont have a list at the moment, as am at work,
They are all the tables that either contain
"acl" or "aro"
Fresh istall = a new install of jooml and kunena for testing purposes so you dont need to alter your live environment
Last edit: 15 years 10 months ago by Dannymh.
Please Log in or Create an account to join the conversation.
- brianfischer74
-
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
15 years 9 months ago - 15 years 9 months ago #51802
by brianfischer74
Replied by brianfischer74 on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
Giving this another attempt. I'm excited because I made progress because I got an error this time compared to nothing happening before:) I posted it down below. I believe it is because I've changed my joomla prefix to something else so that is why it isn't finding "jos_fb_announcement". Can I just go through the php file and replace these. Just wanted to double check to make sure I'm not missing something with that line of thinking.
I am also using Tamir's original script with his updated smf2k.php file. I went that route because when I loaded up Kunena the users are appearing in there. So I thought I would give it a whirl to see if I didn't have to mess with users.
Thanks!
Done in 0
Creating Tables...
Truncating Tables...
Invalid query:
TRUNCATE TABLE jos_fb_announcement
Table 'inwardtr_sandpoint15.jos_fb_announcement' doesn't exist
I am also using Tamir's original script with his updated smf2k.php file. I went that route because when I loaded up Kunena the users are appearing in there. So I thought I would give it a whirl to see if I didn't have to mess with users.
Thanks!
Done in 0
Creating Tables...
Truncating Tables...
Invalid query:
TRUNCATE TABLE jos_fb_announcement
Table 'inwardtr_sandpoint15.jos_fb_announcement' doesn't exist
Last edit: 15 years 9 months ago by brianfischer74.
Please Log in or Create an account to join the conversation.
- kraymitchell
-
- Offline
- Junior Member
-
Less
More
- Posts: 28
- Thank you received: 0
15 years 9 months ago #51880
by kraymitchell
Replied by kraymitchell on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
Hey Danny,
Any luck on tweaking that script some more?
Any luck on tweaking that script some more?
Please Log in or Create an account to join the conversation.
- brianfischer74
-
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
15 years 9 months ago - 15 years 9 months ago #51976
by brianfischer74
Replied by brianfischer74 on topic Re: migrating Joomla 1.x+Smf 1.x to Joomla 1.5+kunena Script
Thanks for this. I was able to get my posts, etc transferred over.
One thing I would like to change though if possible is all the old posts show the "username" instead of the "real name". Danny if I use your script instead is it possible so that it would import this way so that the author is te real name? I also can't click on a poster and go to their profile. Guessing this is because I used the older script?
Danny if I use your script and it resets the password how does that work. if they login to community builder and then hit the forums does it give them a new password and they have to use this for all of joomla?
I did get the following below when running the script.
Invalid query:
update `sh3s_fb_users` set userid= ifnull((select max(t.id) from sh3s_users_old q,sh3s_users t where t.username=q.username and q.id=userid ),userid)
Duplicate entry '64' for key 'PRIMARY'
One thing I would like to change though if possible is all the old posts show the "username" instead of the "real name". Danny if I use your script instead is it possible so that it would import this way so that the author is te real name? I also can't click on a poster and go to their profile. Guessing this is because I used the older script?
Danny if I use your script and it resets the password how does that work. if they login to community builder and then hit the forums does it give them a new password and they have to use this for all of joomla?
I did get the following below when running the script.
Invalid query:
update `sh3s_fb_users` set userid= ifnull((select max(t.id) from sh3s_users_old q,sh3s_users t where t.username=q.username and q.id=userid ),userid)
Duplicate entry '64' for key 'PRIMARY'
Last edit: 15 years 9 months ago by brianfischer74.
Please Log in or Create an account to join the conversation.
Time to create page: 0.280 seconds