- Posts: 6
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Warning and Fatal error, can't even open admin!
Warning: require_once(C:\wamp\www\insanepokercrew\components\com_community\libraries\core.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\insanepokercrew\components\com_kunena\class.kunena.php on line 45
Fatal error: require_once() [function.require]: Failed opening required 'C:\wamp\www\insanepokercrew\components\com_community\libraries\core.php' (include_path='.;C:\php5\pear') in C:\wamp\www\insanepokercrew\components\com_kunena\class.kunena.php on line 45
I now cannot access the forum through any channel, even after I uninstalled and reinstalled the Kunena component! Any help would be very much appreciated. Thanks.
Please Log in or Create an account to join the conversation.
Here is a quick fix for your problem:
In phpmyadmin browse the jos_fb_version table and replace the content of the one and only record in there.
Set the following fields back to their default:
avatar_src = 'fb';
fb_profile = 'fb';
pm_component = 'no';
That will do the trick. You can also drop that table if you don't care about the settings and are able to reenter them. If the table gets dropped, Kunena will start with new default values.
Hope this helps!
fxstein
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Thanks for your quick reply. I ended up just dropping the whole jos_fb_version table. Unfortunately it didn't work though, still have the same error. Any other suggestions?
Steph
Please Log in or Create an account to join the conversation.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
select the database you are running on
click on the table named jos_fb_config (left side of your screen)
click on Browse (top menu in the right window section)
you should see 1 record in the middle of the screen.
click the icon in the second position of the record that looks like a pencil
Now you should see the content of every field in nice edit boxes. Look for the ones I wrote down for you and change them to the values above.
ONce you are done, scroll all the way down and hit GO.
That should do it.
Again sorry for the bug - there should be a check in there to avoid incorrect settings.
Have a great day!
fxstein
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.