- Posts: 17
- Thank you received: 0
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 is for users to help other users, to discuss topics that relate to migrating from other web-based forums and converting the data into a form that will operate with Kunena.
It is important to note that the Kunena team does not have a standard, recommended or supported protocol for these ideas and that posting questions in this category may not receive advice from team members.
It is important to note that the Kunena team does not have a standard, recommended or supported protocol for these ideas and that posting questions in this category may not receive advice from team members.
Idea phpBB 3 to Kunena 3 Migration Script
- csporleder
-
- Offline
- Junior Member
-
Less
More
11 years 2 months ago - 11 years 2 months ago #162216
by csporleder
Replied by csporleder on topic phpBB 3 to Kunena 3 Migration Script
Hello,
I used the script. had some issues and figured out so far everything.
BUT have problems with the attachments.
I have converted them all, I added the correct extensions like jpg or pdf
I copied them all into the required folder as written so in
/test/joomla_3_IG/media/kunena/attachments/migrated
I can see the files in the Backend in the file management.
But I cannot access them. I have set permissions to 777 so this is not the reason.
Error from Backend is
"You don't have permission to access /media/kunena/attachments/migrated/68_df5ebccae730d85437c45ac74da54226.jpg on this server."
any thoughts why this is?
I used the script. had some issues and figured out so far everything.
BUT have problems with the attachments.
I have converted them all, I added the correct extensions like jpg or pdf
I copied them all into the required folder as written so in
/test/joomla_3_IG/media/kunena/attachments/migrated
I can see the files in the Backend in the file management.
But I cannot access them. I have set permissions to 777 so this is not the reason.
Error from Backend is
"You don't have permission to access /media/kunena/attachments/migrated/68_df5ebccae730d85437c45ac74da54226.jpg on this server."
any thoughts why this is?
Last edit: 11 years 2 months ago by csporleder.
Please Log in or Create an account to join the conversation.
- csporleder
-
- Offline
- Junior Member
-
Less
More
- Posts: 17
- Thank you received: 0
11 years 2 months ago #162221
by csporleder
I found the issue:
When you modify the attachments take care to the following
1. When you download the files with an FTP like FileZilla put the transfer method to BINARY
2. after modification of the files only copy the attachment files back to the media Kunena/migrated folder!!!! Not the Index.php or the .htaccess file!!!
One hint for everyone:
If you like to get the details from your attachments go to the Database of phpBB and Expotrt the attachment table. There you can easily identify the file extensions needed.
Thanks to this script.
Chris
Replied by csporleder on topic phpBB 3 to Kunena 3 Migration Script
I found the issue:
When you modify the attachments take care to the following
1. When you download the files with an FTP like FileZilla put the transfer method to BINARY
2. after modification of the files only copy the attachment files back to the media Kunena/migrated folder!!!! Not the Index.php or the .htaccess file!!!
One hint for everyone:
If you like to get the details from your attachments go to the Database of phpBB and Expotrt the attachment table. There you can easily identify the file extensions needed.
Thanks to this script.
Chris
Please Log in or Create an account to join the conversation.
11 years 2 months ago - 11 years 2 months ago #162231
by binod
Please follow my open source projects MixERP Project and phpBB to Kunena Migration Script on Github.
Replied by binod on topic phpBB 3 to Kunena 3 Migration Script
Chris,
Sorry for the late reply. I have been very disturbed by a VPS service provider, paid for 12 months in upfront, them not delivering the service at all. I cancelled as per their ToS, they say that I am not eligible for refund. They want to take the whole 12 month payment, the service I got in return was not even a minute of the server. Since MixERP project is a non profit community, I feel very bad to loose the money as a result of an unethical business practice done by a company based in Washington.
On the happy note, I am glad to hear that you have sorted out the attachment issue. Good luck.
Sorry for the late reply. I have been very disturbed by a VPS service provider, paid for 12 months in upfront, them not delivering the service at all. I cancelled as per their ToS, they say that I am not eligible for refund. They want to take the whole 12 month payment, the service I got in return was not even a minute of the server. Since MixERP project is a non profit community, I feel very bad to loose the money as a result of an unethical business practice done by a company based in Washington.
On the happy note, I am glad to hear that you have sorted out the attachment issue. Good luck.
Please follow my open source projects MixERP Project and phpBB to Kunena Migration Script on Github.
Last edit: 11 years 2 months ago by binod.
Please Log in or Create an account to join the conversation.
- Marvin McDuck
-
- Offline
- Junior Member
-
Less
More
- Posts: 16
- Thank you received: 3
11 years 2 months ago #162259
by Marvin McDuck
Replied by Marvin McDuck on topic Still searching for searching...
A strange discovery from the few words that return results:
I suspected the language files for quite a while, and thought "worst case I just rename those to English, and configure the site to be fully English (maybe even rename the dutch files to en-US, with fallback to en-UK) while it's not; and next update it will break but I'll re-overwrite them"... But that doesn't seem to be the problem.
Search on non-English words does give strange results: Search for "Olen" (a village, that I saw mentioned in a post) gave "watermolen" (=watermill) as result; search for "zee" (=sea) gave "zeer" (=very if adverb, or pain if noun) while there were matches enough about the sea... But this may be a typical problem? I haven't looked it up.
But, a possible lead to a breakthrough:
What I noticed was that all results came either from (1) self-written posts (i.e., through Kunena frontend, not through script), or (2) last posts in any topic. And indeed, I can find any post quite consistently (say 19 out of 20) if it's using my search term and it's the last in a topic. And if I post another message in the topic, then the now one-before-last post still gets found...
[So there is a ludicrous solution: Insert every topic with only its first message, then recount stats, then insert second message in each topic if it exists, recount, third message, recount, fourth, ... --- until the longest topics (54 and 56 posts) are fully inserted! Madness.]
OK, back to the grindstone. Maybe I have to turn off search, but that makes it almost useless.
I suspected the language files for quite a while, and thought "worst case I just rename those to English, and configure the site to be fully English (maybe even rename the dutch files to en-US, with fallback to en-UK) while it's not; and next update it will break but I'll re-overwrite them"... But that doesn't seem to be the problem.
Search on non-English words does give strange results: Search for "Olen" (a village, that I saw mentioned in a post) gave "watermolen" (=watermill) as result; search for "zee" (=sea) gave "zeer" (=very if adverb, or pain if noun) while there were matches enough about the sea... But this may be a typical problem? I haven't looked it up.
But, a possible lead to a breakthrough:
What I noticed was that all results came either from (1) self-written posts (i.e., through Kunena frontend, not through script), or (2) last posts in any topic. And indeed, I can find any post quite consistently (say 19 out of 20) if it's using my search term and it's the last in a topic. And if I post another message in the topic, then the now one-before-last post still gets found...
[So there is a ludicrous solution: Insert every topic with only its first message, then recount stats, then insert second message in each topic if it exists, recount, third message, recount, fourth, ... --- until the longest topics (54 and 56 posts) are fully inserted! Madness.]
OK, back to the grindstone. Maybe I have to turn off search, but that makes it almost useless.
Please Log in or Create an account to join the conversation.
11 years 2 months ago #162261
by binod
Please follow my open source projects MixERP Project and phpBB to Kunena Migration Script on Github.
Replied by binod on topic phpBB 3 to Kunena 3 Migration Script
Hi,
Can you provide me your database so I that I fully understand what the problem is? Since the scope of problem of this problem might be out of my domain, I cannot guarantee I will be able to solve this problem.
I am primarily a C++/C# developer, I have been just guessing and poking PHP with some success.
I would be free on the weekend to see your problem. So, if you're interested, send me an email at binodnp^outlook@com.
This topic has become very big and difficult to read. So, henceforward I would want to offer help in my own forum instead of here.
mixerp.org/forum
Please create a separate topic in MixERP forums under the category "phpBB to Kunena Migration Forum". See you there.
Can you provide me your database so I that I fully understand what the problem is? Since the scope of problem of this problem might be out of my domain, I cannot guarantee I will be able to solve this problem.
I am primarily a C++/C# developer, I have been just guessing and poking PHP with some success.
I would be free on the weekend to see your problem. So, if you're interested, send me an email at binodnp^outlook@com.
This topic has become very big and difficult to read. So, henceforward I would want to offer help in my own forum instead of here.
mixerp.org/forum
Please create a separate topic in MixERP forums under the category "phpBB to Kunena Migration Forum". See you there.
Please follow my open source projects MixERP Project and phpBB to Kunena Migration Script on Github.
The following user(s) said Thank You: Marvin McDuck
Please Log in or Create an account to join the conversation.
- Marvin McDuck
-
- Offline
- Junior Member
-
Less
More
- Posts: 16
- Thank you received: 3
11 years 2 months ago #162263
by Marvin McDuck
Replied by Marvin McDuck on topic phpBB 3 to Kunena 3 Migration Script
Dear Binod,
Thanks for such a kind offer. I'll give it another go or two this week first...
There's of course privacy issues in sending the actual database. So I'll see that I can replicate my problem with some fake data! I couldn't last time, because I hadn't put enough data in --- "hey this all works!" --- to notice only last messages in topics popped up.
Thanks for such a kind offer. I'll give it another go or two this week first...
There's of course privacy issues in sending the actual database. So I'll see that I can replicate my problem with some fake data! I couldn't last time, because I hadn't put enough data in --- "hey this all works!" --- to notice only last messages in topics popped up.
Please Log in or Create an account to join the conversation.
Time to create page: 0.260 seconds