About Community Forum and Support

The legacy community forum is still open mainly for help on free products. Please search the forum, check the documentation, and the FAQ before you post. We use to answer every 48/72hs.

All customers are encouraged to submit a ticket to professional support http://support.extly.com. In this way, we can better answer and follow your issue. First Response: We answer all support tickets the same day (Mon-Fri).

In any case, please describe your problem in detail, and do not forget your PHP, Joomla and AutoTweet version. If you are still working with Joomla 1.5, upgrade as soon as possible to Joomla 2.5. On September, we are moving to Joomla 3.0.

Welcome, Guest
Username: Password: Remember me

TOPIC: AutoTweetNG for JomSocial plugin must be updated

AutoTweetNG for JomSocial plugin must be updated 4 months 4 weeks ago #5892

Hi! I updated the new jomsocial version to 2.8.1 and when i try to post some activity it loads ... and nothing happens. When i deactivate the plugin AutoTweetNG for JomSocial and AutoTweet for JomSocial it works again! Can someone help?

Thanks
The administrator has disabled public write access.

AutoTweetNG for JomSocial plugin must be updated 4 months 4 weeks ago #5893

  • Support Team
  • Support Team's Avatar
  • OFFLINE
  • Moderator
  • Posts: 439
  • Thank you received: 44
  • Karma: 6
Hi Alejandro,

We've detected an issue with the recent JomSocial 2.6 / 2.8. It autoloads Facebook library (even if it actually doesn't use it).

AutoTweetNG also loads the library to post.

So, both components are loading the same library, and you get:

Fatal error: Cannot redeclare class Facebook in /.../components/com_community/libraries/facebook/facebook.php on line 0

In the upcoming AutoTweetNG v6.4, we are implementing namespaced libraries, to have our own named library.

Please, verify your error log to check the issue. With the current versions, there is a workaround to avoid the conflict.

In our JomSocial, we've added a namespace jomsocial in the Facebook library. In the first lines of files:
  • components/com_community/libraries/facebook/facebook.php
  • components/com_community/libraries/facebook/base_facebook.php
<?php

namespace jomsocial;

/**
 * @package        JomSocial

Please, let us know if it works for you.

Thanks,
Last Edit: 4 months 3 weeks ago by Support Team.
The administrator has disabled public write access.

AutoTweetNG for JomSocial plugin must be updated 4 months 3 weeks ago #5894

Hi!

i made the changes, but the problem happens...
:(
I write something, when i click on post, it comes the loads symbol, but nothing happens.

I put my wesite in developemnt mode and comes this problem:
Strict Standards: Only variables should be assigned by reference in /home/salsay5/public_html/plugins/system/autotweetautomator/autotweetautomator.php on line 93
should maybe the problem?
Attachments:
Last Edit: 4 months 3 weeks ago by Alejandro Duenas.
The administrator has disabled public write access.

AutoTweetNG for JomSocial plugin must be updated 4 months 3 weeks ago #5895

  • Support Team
  • Support Team's Avatar
  • OFFLINE
  • Moderator
  • Posts: 439
  • Thank you received: 44
  • Karma: 6
No, the development mode is to recommended for a production site.

When you submit the status, you have to check the server output.

We can check it for you. Please, submit a ticket support.extly.com

Thanks,
The administrator has disabled public write access.

AutoTweetNG for JomSocial plugin must be updated 4 months 1 week ago #5948

  • Support Team
  • Support Team's Avatar
  • OFFLINE
  • Moderator
  • Posts: 439
  • Thank you received: 44
  • Karma: 6
We've just published the new v6.4 Beta1. It has a new JomSocial plugin v6.4.0.

The new version has library namespaces and class autoloading.
  • Library namespaces
  • : allows to separate classes with the same names, avoiding any conflict caused by multiple library instances/versions. Eg Facebook class.
  • Class autoloading
  • : allows to load a Class at the last possible time when it's needed. The final result is a lower memory footprint and fast execution.

Thanks for your support,
Tech Team
The administrator has disabled public write access.
Time to create page: 0.105 seconds