- Posts: 7245
- Thank you received: 566
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 out of memory on conversion
17 years 2 months ago #6033
by Matias
Replied by Matias on topic Re:out of memory on conversion
I don't believe that it's Kunena problem either. Kunena works in my production environment with 64M of memory just fine.
Please Log in or Create an account to join the conversation.
- sasha fierce
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
17 years 2 months ago #6037
by sasha fierce
Replied by sasha fierce on topic Re:out of memory on conversion
I am really confused; the database that works only has about 2K posts (if not less) than the one that doesn't. Otherwise, everything is able to be populated-- categories, topic titles, etc. If I cut out the message integration, it even populates the users, so I know it's definitely the message text import that is the problem.
I'm just not sure how to correct it.
I'm just not sure how to correct it.
Please Log in or Create an account to join the conversation.
17 years 2 months ago #6038
by joramilea
Replied by joramilea on topic Re:out of memory on conversion
after talking to my site host.. the first two errors were being caused by them.
the one I got this morning about /com_kunena/lib/kunena.link.class.php on line 28
as to be because of disagreeing code between the plug in and kunena.
I have fixed the issue by publishing the groupjive cat. and ditching what the readme.txt file says to do with the plug in.
by the way... anyway to hide the recent discussion tab on top of the forums like you can for (HELP) tab?
the one I got this morning about /com_kunena/lib/kunena.link.class.php on line 28
as to be because of disagreeing code between the plug in and kunena.
I have fixed the issue by publishing the groupjive cat. and ditching what the readme.txt file says to do with the plug in.
by the way... anyway to hide the recent discussion tab on top of the forums like you can for (HELP) tab?
Please Log in or Create an account to join the conversation.
17 years 2 months ago #6040
by whouse
Replied by whouse on topic Re:out of memory on conversion
If worse comes to worse, you could back up your database and restore it locally using something like WAMP or XAMPP installed to do the conversion on your local machine. Then simply backup the local files and put them back on your web server.
Please Log in or Create an account to join the conversation.
17 years 2 months ago #6064
by Matias
Replied by Matias on topic Re:out of memory on conversion
FB Converter scripts have one major problem: they try to import all messages once. What they should do is to convert about 5000-10000 messages in one query and then free the memory and continue with next ones.
Please Log in or Create an account to join the conversation.
17 years 2 months ago #6102
by vigge_sWe
Replied by vigge_sWe on topic Re:out of memory on conversion
this is what I did in administrator/index.php:
To my suprise, it worked and kunena installed
Code:
error_reporting(E_ALL);
ini_set('display_errors', 1);
ini_set("memory_limit","32M");
To my suprise, it worked and kunena installed
Please Log in or Create an account to join the conversation.
Time to create page: 0.286 seconds