- Posts: 71
- Thank you received: 3
Kunena 7.0.3 Released
The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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
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.
Important phpBB Migrator: Looking for phpBB3 users that want to convert their data to Kunena 1.6
15 years 4 days ago #91873
by frold
Replied by frold on topic Re: phpBB Migrator: Looking for phpBB3 users that want to convert their data to Kunena 1.6
I did make this snippet to get more details from phpBB3 to Kunena 1.6
www.kunena.org/forum/134-k-15-installati...pbb3-to-kunena#91872
www.kunena.org/forum/134-k-15-installati...pbb3-to-kunena#91872
Please Log in or Create an account to join the conversation.
14 years 11 months ago - 14 years 11 months ago #93446
by gatuko
Replied by gatuko on topic Re: phpBB Migrator: Looking for phpBB3 users that want to convert their data to Kunena 1.6
Sorry i post it in wrong post... i repeat it on OK
Hi Frold
I want to convert a PHPBB3 3.08 (99000 messages - 700 users - 9000 topics ) to Kunena 1.6.3 on Joomla 1.5 ( last versions )
All are test versions that i have instaled to test it...
I just test it and I get a memory error
I look fireboard and the part that migrate OK... are in forum OK...
Thanks all from Spain...
Hi Frold
I want to convert a PHPBB3 3.08 (99000 messages - 700 users - 9000 topics ) to Kunena 1.6.3 on Joomla 1.5 ( last versions )
All are test versions that i have instaled to test it...
I just test it and I get a memory error
Code:
Importing data from phpBB
Connecting to Database... OK
Populating Categories... OK OK
Populating Messages Table... OK
Populating Messages_Text Table...
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 524288 bytes) in /home/xxxxx.../xxxx.../xxxx.../converter/go.php on line 142
I look fireboard and the part that migrate OK... are in forum OK...
Thanks all from Spain...
Last edit: 14 years 11 months ago by gatuko.
The following user(s) said Thank You: frold
Please Log in or Create an account to join the conversation.
14 years 11 months ago - 14 years 11 months ago #93501
by frold
Replied by frold on topic Re: phpBB Migrator: Looking for phpBB3 users that want to convert their data to Kunena 1.6
I guess you need to test the convertion thing at a localhost or another host...
Seems like it is something with your hosts setup... Its my best guess!!
But thanks for testing!!
Seems like it is something with your hosts setup... Its my best guess!!
But thanks for testing!!
Last edit: 14 years 11 months ago by frold. Reason: spelling
Please Log in or Create an account to join the conversation.
14 years 11 months ago - 14 years 11 months ago #94061
by ron273
Replied by ron273 on topic Re: phpBB Migrator: Looking for phpBB3 users that want to convert their data to Kunena 1.6
Hi guys,
I tried this conversion script on a database of 200Mb, with 200.000 messages and over 2000 users. It worked excellent, but you need to convert on a local development system, because you need to tweak some php.ini settings (and you do not want to do this on a live system).
The reason for the memory exhaustion is probably because of the large database.
I modified my php.ini the following way:
This way I did not run into memory problems and prevented time-outs on the script.
After that I exported the local database to an sql file and imported that with the famous Bigdump script for importing large sql files into a database.
Hope this helps some people out there.
If someone can tell me how to transfer existing Avatars to Kunena, I'd be a happy man.
Ronald
I tried this conversion script on a database of 200Mb, with 200.000 messages and over 2000 users. It worked excellent, but you need to convert on a local development system, because you need to tweak some php.ini settings (and you do not want to do this on a live system).
The reason for the memory exhaustion is probably because of the large database.
I modified my php.ini the following way:
Code:
max_execution_time = 8000
max_input_time = 8000
memory_limit = 256M
This way I did not run into memory problems and prevented time-outs on the script.
After that I exported the local database to an sql file and imported that with the famous Bigdump script for importing large sql files into a database.
Hope this helps some people out there.
If someone can tell me how to transfer existing Avatars to Kunena, I'd be a happy man.
Ronald
Last edit: 14 years 11 months ago by ron273.
Please Log in or Create an account to join the conversation.
14 years 11 months ago #94064
by frold
Replied by frold on topic Re: phpBB Migrator: Looking for phpBB3 users that want to convert their data to Kunena 1.6
@ron273
Did you use my modified version of the convertion script or did you use the original?
Did you use my modified version of the convertion script or did you use the original?
Please Log in or Create an account to join the conversation.
14 years 11 months ago #94065
by ron273
Replied by ron273 on topic Re: phpBB Migrator: Looking for phpBB3 users that want to convert their data to Kunena 1.6
Frold,
I used your modified script.
Ronald
I used your modified script.
Ronald
Please Log in or Create an account to join the conversation.
Time to create page: 0.316 seconds