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 [Merged topic] J 1.7 + CB 1.4 + K 1.6.5

More
14 years 9 months ago #102925 by songsinger30
I am running J 1.7 with a working installed version of K 1.6.5... That is until I installed the newest version of CB released today for J 1.7. After installation and an attempt to access the Kforum I received this message:

"500 Internal Server Error

Fatal Error was detected!

Fatal Error: Allowed memory size of 18874368 bytes exhausted (tried to allocate 311296 bytes) in modules/mod_cblogin/mod_cblogin.php on line 377

The error was detected in the Cblogin Module."

I then disabled the CB modules and the component. After which I received this message.


"500 Internal Server Error

Fatal Error was detected!

Fatal Error: Allowed memory size of 18874368 bytes exhausted (tried to allocate 48 bytes) in libraries/joomla/language/language.php on line 736

The error was detected in the Libraries."

I'm fairly educated as to Joomla but I'm not an advanced user (little knowledge of php, etc). I could really use some help as both components are necessary for my site.

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

More
14 years 9 months ago #102926 by songsinger30
I just uninstalled CB1.7 and everything is back in order.

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

More
14 years 9 months ago #102935 by iman
Replied by iman on topic It does not work
Hello,

I am now using Joomla 1.7
I have integrated Kunena 1.6.5. When entering the set up, it is written:
"500 Internal Server Error
Fatal Error was detected!
Fatal Error: Call to a member function getCfg() on a non-object in components/com_comprofiler/plugin.foundation.php on line 3228

The error was detected in the Comprofiler Component."


Can you please help me, thank you

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

More
14 years 9 months ago - 14 years 9 months ago #102943 by xillibit
Replied by xillibit on topic Re: It does not work
Hello,

Can-you put a title more explicit ?

You need to use CB 1.7 under Joomla! 1.7.0 else you need to don't use integration with CB into kunena integration

I don't provide support by PM, because this can be useful for someone else.
Last edit: 14 years 9 months ago by xillibit.

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

More
14 years 9 months ago #102959 by Jozoko
I posted it as a bug on the Joomlapolis forums and someone answered me. His/her answer worked out, here it is.

1)Uninstall comprofiler through extension manager
2)Look for the folder in your file manager and delete it if exists (/components/comprofiler)
3)Open PhpMyAdmin and delete all the comprofiler tables.
4)Look for a table called 'jos_menu', or any other prefix you entered, for eg. axho_menu.
5)Open it and there should be one thing with 'comprofiler' in it, delete it and after that install CB again.

Original post is below:

______________________________
By ata271

____


Cause component_id in 'jos_menu'=0

Solution in phpMyAdmin:
SQL tab
1.

SELECT 'extension_id' FROM `jos_extensions` WHERE `name`='comprofiler'


remember the extension_id

2.

The former is 'extension_id', copy it into place

UPDATE `jos_menu` SET `component_id`=extension_id WHERE `title` LIKE '%comprofiler%'



Example:

UPDATE `jos_menu` SET `component_id`=10029 WHERE `title` LIKE '%comprofiler%'

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

More
14 years 9 months ago - 14 years 9 months ago #102997 by duprade
Replied by duprade on topic Re: It does not work
I have the exact same problem. I uninstalled kunena completely.... reinstall it. When I try to go to it, I get

Fatal error: Call to a member function getCfg() on a non-object in /home/pingpong/public_html/administrator/components/com_comprofiler/plugin.foundation.php on line 3228

Joomla 1.7
Kunena 1.6.5
Last edit: 14 years 9 months ago by duprade.

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

Time to create page: 0.230 seconds