Joomdle Community Builder Integration

  • Wynand Louw
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 4 weeks ago - 1 month 4 weeks ago #1 by Wynand Louw
Joomdle Community Builder Integration was created by Wynand Louw
Get the following error:Compile Error: Cannot declare class cbmybadgesClass, because the name is already in usein /home/iingcoza/public_html/components/com_comprofiler/plugin/user/plug_cbmybadges/cbmybadges.php (line 31)
  1.  
  2. Code:
    /**
  3. Code:
    * Class cbmybadgesClass
  4. Code:
    * Internal class for static functions
  5. Code:
    */
  6. Code:
    class cbmybadgesClass
  7. Code:
    {
  8. Code:
    /**
  9. Code:
    * Gets the plugin table
  10. Code:
    *
  11. Code:
    * @return PluginTabl
J5.4.2

Warning: include(/home/site/public_html/components/com_comprofiler/plugin/user/plug_joomdleuser/lang/english.php): Failed to open stream: No such file or directory in /home/site/public_html/components/com_comprofiler/plugin/user/plug_joomdleuser/joomdleuser.php on line 20

Warning: include(): Failed opening '/home/site/public_html/components/com_comprofiler/plugin/user/plug_joomdleuser/lang/english.php' for inclusion (include_path='.:/opt/cpanel/ea-php83/root/usr/share/pear') in /home/site/public_html/components/com_comprofiler/plugin/user/plug_joomdleuser/joomdleuser.php on line 20

Another Error:
Fatal error: Cannot declare class cbmybadgesClass, because the name is already in use in /home/site/public_html/components/com_comprofiler/plugin/user/plug_cbmybadges/cbmybadges.php on line 31

Also get the following when log in to view CB Profile:
COM_JOOMDLE_WEB_SERVICES_ERROR: Error reading from database

On Installing The plug_joomdleuser_v2.11.0.zip  gives following error:

JInstaller: :Install: Can't find Joomla XML setup file. and Unable to detect manifest file.
Last edit: 1 month 4 weeks ago by Wynand Louw.

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

More
1 month 3 weeks ago #2 by Antonio Durán
Replied by Antonio Durán on topic Joomdle Community Builder Integration
I uploaded a new version of plug_joomdleuser to fix the problem with the lang file.

>  On Installing The plug_joomdleuser_v2.11.0.zip  gives following error:

You already installed it on CB... it seems you then tried to install it using Joomla installer. This is a CB plugin, meant to be installed in CB.


> Error: Cannot declare class cbmybadgesClass, because the name is already in usein /home/iingcoza/public_html/components/com_comprofiler/plugin/user/plug_cbmybadges/cbmybadges.php

This one I don't understand, and can't replicate it. It is like you have cbmybadgesClass defined twice.... but I don't know how. Try raising debug in Joomla to see if you can get more information.

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

  • Web Buster UK Ltd
  • Offline
  • Elite Member
  • Elite Member
More
1 month 3 weeks ago #3 by Web Buster UK Ltd
Replied by Web Buster UK Ltd on topic Joomdle Community Builder Integration
We encountered probably a similar issue, it was because Joomdle 2's My Badges plugin for CB was not uninstalled first before we installed Joomdle 3's My Badges plugin.

We had to uninstall Joomdle 2's plugin first for it to work.

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

  • Wynand Louw
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 2 weeks ago #4 by Wynand Louw
Replied by Wynand Louw on topic Joomdle Community Builder Integration
Thanks for the reply. That is why I ended up with two versions of the same think but called by different names.

Will check it out and report back.

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

  • Wynand Louw
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 4 days ago #5 by Wynand Louw
Replied by Wynand Louw on topic Joomdle Community Builder Integration
There is no Version Number showing in Community builder

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

  • Wynand Louw
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 4 days ago - 1 month 4 days ago #6 by Wynand Louw
Replied by Wynand Louw on topic Joomdle Community Builder Integration
Tried to install Joomdle 3.0.0 on my J5.4.3 website and it broke CB, and all my other plugins. Cannot uninstall nor access Community builder of even system files.

Get the following erro: Failed opening required '/home/mysite/public_html/administrator/components/com_joomdle/helpers/content.php'
Last edit: 1 month 4 days ago by Wynand Louw.

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

  • Wynand Louw
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 4 days ago #7 by Wynand Louw
Replied by Wynand Louw on topic Joomdle Community Builder Integration
It seems that the Joomla installer registers the component, but the uninstall script is missing or incomplete, so Joomla cannot remove it cleanly.This leaves me in a half-installed state where:
  • Joomdle 3.0.0 is installed
  • Old Joomdle modules/plugins may still be present
  • Joomla is trying to load helper files that no longer exist
  • I cannot uninstall it normally since I cannot access System/Extensions.

    Where does this leave me now?

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

  • Wynand Louw
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 4 days ago - 1 month 4 days ago #8 by Wynand Louw
Replied by Wynand Louw on topic Joomdle Community Builder Integration
OK I renamed the following file that caused the issue: joomdle_content_course_disabled

After that I cleared the Cache and could access System/ Manage/ Extensions and uninstall Joomdle3.0 and reinstalled Joomdle2.4 at least site is working again.

CB Joomdle Plugins access Broke since it could not sync with Joomdle3.0 but is working now with Joomdle2.4 reinstalled.
Last edit: 1 month 4 days ago by Wynand Louw.

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

More
1 month 4 days ago #9 by Antonio Durán
Replied by Antonio Durán on topic Joomdle Community Builder Integration
> Get the following erro: Failed opening required '/home/mysite/public_html/administrator/components/com_joomdle/helpers/content.php'

This means you are still running some old plugins. You need to remove all Joomdle 2 plugins before upgrading to Joomdle 3.

Also it is always good to test updates on a mirror site first, so you can find any issues before upgrading live.

Please let me know if I can help with anything else.

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

  • Wynand Louw
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 month 4 days ago #10 by Wynand Louw
Replied by Wynand Louw on topic Joomdle Community Builder Integration
Thanks Antonio, I did test it on a test site, but it did not have Joomdle installed, so I did a clean install.

I check the Wiki but did not see there that we need to uninstall the current installation.

Will it retain the settings or must everything be setup again? Will that also be true then for the Moodle Installation?

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