1. ferbarber
  2. Bug Report
  3. Wednesday, April 13 2016, 12:02 AM
When installing easydiscuss tab, the format of the profile changes completely and with server in Maximum error reporting I get the next message:

Fatal error: Class 'DiscussUrlHelper' not found in public_html/plugins/jsn/tab_easydiscuss/tab_easydiscuss.php

If I unpublish the plugin, everything gets to normal, except that discussions are not displayed in profile page. Any ideas?

Best regards,
Fernando Barber
ferbarber Accepted Answer
Hi,

I searched for the class in EasyDiscuss helpers files and found it in url.php. So in plugins/jsn/tab_easydiscuss/tab_easydiscuss.php I added the next code in line 37, just after helper.php request:

require_once( JPATH_ROOT . '/components/com_easydiscuss/helpers/url.php' );

By doing this, the class is loaded by your plugin an all works as expected.

Please verify if this is an accepted debug for future versions of your plugin.

Regards,
Fernando Barber
  1. more than a month ago
  2. Bug Report
  3. # 1
admin Accepted Answer
Admin
Hi,
thx for report it, we will fix ASAP. anyway, now we are working on new plugin compatible with coming soon Easy Discuss 4.
  1. more than a month ago
  2. Bug Report
  3. # 2
ferbarber Accepted Answer
Thanks for replying. I'll be looking forward the release.

Regards.
  1. more than a month ago
  2. Bug Report
  3. # 3
admin Accepted Answer
Admin
Hi,
fixed plugin for EasyDiscuss 3.x and released plugin for EasyDiscuss 4.x ;)
  1. more than a month ago
  2. Bug Report
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.