Kunena Forum Integration Error

  • Shawngela Pierce
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 9 months ago #1 by Shawngela Pierce
Kunena Forum Integration Error was created by Shawngela Pierce
I received this error when trying to Sync course forums to Kunena.

Fatal error: require_once() [function.require]: Failed opening required '/home/seekwith/public_html/online-meditation/administrator/components/com_kunena/libraries/category.php' (include_path='.:/usr/local/php53/pear') in /home/seekwith/public_html/online-meditation/administrator/components/com_joomdle/helpers/forum.php on line 41

I performed all of the other steps before trying to do this.

1. First, you need to create/select the parent Teachers and Students groups. I created a teachers and students group under registered group. All teachers and students will be added to those. I manually added my current students to the student group. Also, new child groups will be created for each course. This is used to control access to course forums, so only enroled users can access them.

2. You will also need to enable "Use Kunena forums" in "Course view" configuration. Done


3. You will need to enable these 2 options in Moodle: - Use Joomla user groups - Use Kunena forums Done

I was testing out the synchronization by adding a forum in Moodle, however, it was not adding to the Kunena forum. This is when I went to the Joomdle control panel and clicked on the Sync course forums to Kunena. I thought that this was possibly something else that needed to be done. I ran a system check and everything is okay there.

Can anyone assist me with this? Thanks!

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

More
13 years 9 months ago #2 by Chris
Replied by Chris on topic Kunena Forum Integration Error
What version of Moodle, Joomla, Joomdle and Kunena are you using?

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

  • Shawngela Pierce
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 9 months ago #3 by Shawngela Pierce
Replied by Shawngela Pierce on topic Kunena Forum Integration Error
Moodle 2.3
Joomla 2.5.1
Kunena 2.0.1
Joomdle .82

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

More
13 years 9 months ago - 13 years 9 months ago #4 by Chris
Replied by Chris on topic Kunena Forum Integration Error
Thanks.

I had a quick look at kunena 2.0.x and see they have moved the location of the category.php file. So it would be safe to say that, at this moment Joomdle is working with Kunena 1.7.

If you want, you can edit that line of code in administrator/components/com_joomdle/helpers/forum.php (line 41)

from
Code:
require_once (JPATH_ADMINISTRATOR . '/components/com_kunena/libraries/category.php');

to
Code:
require_once (JPATH_ADMINISTRATOR . '/components/com_kunena/libraries/forum/category/category.php');

That said, I doubt this will work as it is unlikely that the code is the same. I can have a quick look later to see if the code is the same.
Last edit: 13 years 9 months ago by Chris.

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

  • Shawngela Pierce
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 9 months ago #5 by Shawngela Pierce
Replied by Shawngela Pierce on topic Kunena Forum Integration Error
Your instincts were correct. Still not working after the update. :ohmy:

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

More
13 years 7 months ago #6 by Iliya
Replied by Iliya on topic Kunena Forum Integration Error
I have same trouble.
I hope, that in new version Joomdle we will use Kunena 2.0.

Thank you!

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

More
13 years 6 months ago - 13 years 6 months ago #7 by Jerker Lundin
Replied by Jerker Lundin on topic Kunena Forum Integration Error
Is there any progress in this. I have the same problem and using Moodle 2,0 and Joomdle 0.82 and Joomla 2.5.7

EDIT:

I made above mentioned changes in forum.php but changed oredring to:
Code:
require_once (JPATH_ADMINISTRATOR . '/components/com_kunena/libraries/forum/category/category.php');

Noe I get this Error instead:

Fatal error: Class 'TableKunenaCategory' not found in /home/xxxxxxx/public_html/administrator/components/com_joomdle/helpers/forum.php on line 60
Last edit: 13 years 6 months ago by Jerker Lundin.

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

More
13 years 5 months ago #8 by Marcel
Replied by Marcel on topic Kunena Forum Integration Error
I have tried also this option and the result is a white screen.
I am using Kunena version 2.0.2

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

More
13 years 5 months ago #9 by Antonio Durán
Replied by Antonio Durán on topic Kunena Forum Integration Error
Support for Kunena 2.x has not yet been added to Joomdle.

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

More
13 years 5 months ago - 13 years 5 months ago #10 by Emmanuel Lemor
Replied by Emmanuel Lemor on topic Kunena Forum Integration Error
Hi Antonio,

When if at all will Joomdle be integrated with Kunena 2.0.x?

Also when is the next version of Joomdle coming out:

r0.5 - came out on Feb. 3rd, 2011
r0.6 - came out on Aug. 11th, 2011
r0.7 - came out on Dec. 18th, 2011
r0.8 - came out on Apr. 29th, 2012

r0.9 - coming out in Nov.-Dec. 2012? :)

Also is there an Administrator login to the back end of the demo site so I can try to figure out HOW certain things were done on the demo site?

OR better yet an actual walkthrough that explains how the demo site was built??

The new demo site looks nice but if we don't know/can't figure out how it was built - not nearly as helpful ;(

Great work so far !
Thanks,

Emmanuel.
Last edit: 13 years 5 months ago by Emmanuel Lemor.

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