- Posts: 2
- Thank you received: 0
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
- songsinger30
-
- Offline
- New Member
-
"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.
- songsinger30
-
- Offline
- New Member
-
- Posts: 2
- Thank you received: 0
Please Log in or Create an account to join the conversation.
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.
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.
Please Log in or Create an account to join the conversation.
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.
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
Please Log in or Create an account to join the conversation.