- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 kunena 1.50a and Community Builder bugs
- chndesign
-
Topic Author
- New Member
-
Less
More
16 years 11 months ago #10732
by chndesign
kunena 1.50a and Community Builder bugs was created by chndesign
When I configer the Avatar Integration with community builder,
I can not find the thumbnail option which need to turned on in community builder configeration.
then I get the erro in front end :
Warning: require_once(/components/com_kunena/lib/kunena.communitybuilder.php) [function.require-once]: failed to open stream: No such file or directory in /www/users/***.com/components/com_kunena/kunena.php on line 96
Fatal error: require_once() [function.require]: Failed opening required '/components/com_kunena/lib/kunena.communitybuilder.php' (include_path='.:') in /www/users/***.com/components/com_kunena/kunena.php on line 96
anyone could tell me the reason?
I can not find the thumbnail option which need to turned on in community builder configeration.
then I get the erro in front end :
Warning: require_once(/components/com_kunena/lib/kunena.communitybuilder.php) [function.require-once]: failed to open stream: No such file or directory in /www/users/***.com/components/com_kunena/kunena.php on line 96
Fatal error: require_once() [function.require]: Failed opening required '/components/com_kunena/lib/kunena.communitybuilder.php' (include_path='.:') in /www/users/***.com/components/com_kunena/kunena.php on line 96
anyone could tell me the reason?
Please Log in or Create an account to join the conversation.
- chndesign
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
16 years 11 months ago #10830
by chndesign
Replied by chndesign on topic Re:kunena 1.50a and Community Builder bugs
dose anyone have the same problem?
Please Log in or Create an account to join the conversation.
16 years 11 months ago #10831
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:kunena 1.50a and Community Builder bugs
Have you experienced the same problem with previous versions of Kunena? What makes you sure that this is a problem that was introduced in Kunena 1.5?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- chndesign
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
16 years 11 months ago #10832
by chndesign
Replied by chndesign on topic Re:kunena 1.50a and Community Builder bugs
sorry,I haven`t experience kunena but fireboard.
when I choose the kunena instead of community builder avatar system,everything will be ok.
I just can not find the thumbnail option which need to turned on in community builder configeration.
when I choose the kunena instead of community builder avatar system,everything will be ok.
I just can not find the thumbnail option which need to turned on in community builder configeration.
Please Log in or Create an account to join the conversation.
16 years 11 months ago - 16 years 10 months ago #10833
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Support is not provided for Kunena 1.5.0a
Several users of this website - developers, moderators and others - have stated on numerous occasions that you should use Kunena 1.0.9. Kunena 1.5.0a should only be used by experienced users of earlier versions of Kunena and it should only be installed for testing purposes. Unless you have evidence that a feature that worked in Kunena V1.0.8 or V1.0.9, does not now work with version 1.5.0a, please do not ask for help on how to use this latest, test version.
Thank you.
Thank you.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 16 years 10 months ago by sozzled.
Please Log in or Create an account to join the conversation.
- DerFalkner
-
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
16 years 10 months ago #11948
by DerFalkner
Replied by DerFalkner on topic Re:kunena 1.50a and Community Builder bugs
Replace line 96 in root/components/com_kunena/kunena.php
by
cheers,
DerFalkner
Code:
require_once ($mainframe->getCfg("absolute_path") . "/components/com_kunena/lib/kunena.communitybuilder.php");
by
Code:
require_once (KUNENA_PATH_LIB .DS. "kunena.communitybuilder.php");
cheers,
DerFalkner
Please Log in or Create an account to join the conversation.
Time to create page: 0.490 seconds