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

Question phpbb3 to Kunena

More
16 years 1 week ago - 16 years 1 week ago #45973 by Kymmy
Replied by Kymmy on topic Re: phpbb3 to Kunena
ron273 wrote:

Kymmy,

Memory limit is currently 16M
Max execution time is 120

Cheers,

Ronald


Well try doubling the memory limit as your error "Allowed memory size of 16777216 bytes exhausted " means that it exhausted the 16Mb and wanted more.. You'll also find that with todays sized pictures that GD/Imagemagik will want a lot more if you do anything graphic wise (gallery/coppermine..etc..).. In this day and age 16Mb is way to small and seems to be from a time when max installed memory was a lot lower
Last edit: 16 years 1 week ago by Kymmy.

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

More
16 years 1 week ago #45974 by ron273
Replied by ron273 on topic Re: phpbb3 to Kunena
Hi,

I tried tripling it to 64M that and the error is:
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 67108864 bytes exhausted (tried to allocate 2419 bytes) in /home/ronald/www/converter/go.php on line 140

Don't know how big I can make it without crashing Apache, but I will give it a try.

Ronald

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

More
16 years 1 week ago #45975 by Kymmy
Replied by Kymmy on topic Re: phpbb3 to Kunena
I don't think that Apache will mind.. what I would do though is when you do find the correct setting you revert it back down to 64Mb afterwards which should be fine for general usage. Let us know though how much it eventually takes.

I wonder though if the script itself has a problem releasing memory??

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

More
16 years 1 week ago #45979 by ron273
Replied by ron273 on topic Re: phpbb3 to Kunena
OK,

I enlarged memory_limit to 128M and max_execution_time to 120.
The script is now functioning, but as there are a large number of posts, the Populating Smilies part is taking quite some time (> 30 minutes in my case).But the script is still running, so I have good hopes.

I will let you know once the script is finished.

Ronald

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

More
16 years 1 week ago #45982 by ron273
Replied by ron273 on topic Re: phpbb3 to Kunena

I enlarged memory_limit to 128M and max_execution_time to 120.


Ok, that did the trick. The script ran for about 45 minutes and te database is complete.
One small detail though, I cannot get access with my administrator details now.

I'll have to reset the password in the DB, but all looks good sofar!

Ronald

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

More
16 years 1 week ago #45984 by Kymmy
Replied by Kymmy on topic Re: phpbb3 to Kunena
Yep, the script doesn;t copy across any of the passwords (you can;t do it via a simple script either as the hash is different.. See my previous posts in this thread for a way of doing it

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

Time to create page: 0.267 seconds