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 fb_version

More
17 years 2 months ago - 17 years 2 months ago #6188 by Ensomnia
fb_version was created by Ensomnia
Hi all

Have been trying to install Kunena 1.0.8 for about 6 hours now, up to 23rd unsuccessful install.

Some details:
Host: rochen
Process: to start install fb 1.0.4 (works like a charm)
--> install converter (installs successfully) yippee
--> try to install 1.0.5RC2 and this is where i'vr tried so many variables its not funny any more, errors include, but are not limited to:

Fatal error: Maximum execution time of 30 seconds exceeded in ../components/com_kunena/sources/fb_debug.php on line 60
in ../components/com_kunena/lib/kunena.debug.php on line 69
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in ../components/com_kunena/lib/kunena.debug.php on line 85

Amy help at this stage would be great
Thanks all in advance
Last edit: 17 years 2 months ago by Ensomnia.

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

More
17 years 2 months ago - 17 years 2 months ago #6189 by Ensomnia
Replied by Ensomnia on topic Re:fb_version
Why would the script be trying to run an insane amount of memory ?

And which component actually tries to create fb_version?
1.0.5 converter
1.0.5RC2
or
1.0.8 Kunena

I might be able to create it manually.
Last edit: 17 years 2 months ago by Ensomnia.

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

More
17 years 2 months ago #6195 by core2
Replied by core2 on topic Re:fb_version
Check your php settings.

Requirement:
php max_execution_time >= 120
php memory_limit >= 64M
safe_mode = off

Visit the Kunena documantation .

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

More
17 years 2 months ago #6222 by Ensomnia
Replied by Ensomnia on topic Re:fb_version
can someone help me out to install fb_version manually ??
please

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

More
17 years 2 months ago #6223 by core2
Replied by core2 on topic Re:fb_version
Have you checked your php memory_limit ?
To me it seems like you have a setting of 33MB:

Fatal error: Allowed memory size of 33554432 bytes


according to the manual docs.kunena.com/index.php/Technical_Requirements this is to low.


But if you want to build the fb_version table yourself:
Code:
mysql> select * from jos_fb_version; +----+----------+-------------+-------------+-------+---------------------------------------+ | id | version | versiondate | installdate | build | versionname | +----+----------+-------------+-------------+-------+---------------------------------------+ | 1 | 1.0.0 | 2007-01-01 | 2008-12-19 | 0 | Placeholder for unknown prior version | | 2 | 1.0.5RC2 | 2008-10-27 | 2008-12-19 | 817 | Redwood | | 3 | 1.0.5 | 2008-12-01 | 2009-01-28 | 855 | Redwood | | 4 | 1.0.6 | 2009-01-10 | 2009-01-28 | 870 | Communicate | | 5 | 1.0.7b | 2009-01-27 | 2009-01-28 | 933 | Talk 2 Each Other | | 6 | 1.0.8 | 2009-02-17 | 2009-02-18 | 1166 | Speakup! | +----+----------+-------------+-------------+-------+---------------------------------------+ 6 rows in set (0.01 sec) mysql> describe jos_fb_version; +-------------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------------+-------------+------+-----+---------+-------+ | id | int(11) | NO | | 0 | | | version | varchar(20) | NO | | NULL | | | versiondate | date | NO | | NULL | | | installdate | date | NO | | NULL | | | build | varchar(20) | NO | | NULL | | | versionname | varchar(40) | YES | | NULL | | +-------------+-------------+------+-----+---------+-------+ 6 rows in set (0.00 sec)

Visit the Kunena documantation .

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

More
17 years 2 months ago #6237 by Ensomnia
Replied by Ensomnia on topic Re:fb_version
thanks, wouldn't happen to have a sql script by any chance ?

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

Time to create page: 0.255 seconds