Topic-icon System - JFBCSystem causing problems with Joomla articles in backend

Active Subscriptions:

None
Ok. Will the change you described have any conflict with what my developer did? Will I have to do anything with his change when yours is made?

As for getting other system emails, yes I am. Only new user emails am I not getting.
The topic has been locked.
Support Specialist
Peter,
The change I mentioned shouldn't affect the change the developer did. I think they're both ways of masking the issue. The biggest difference is that my change is to our extension, not core Joomla. I don't think his change should cause other issues, and likely can remain intact forever, but minor changes can always have unforeseen bugs.

For the new user email, I'm still not sure how we'd be affecting that. All I can suggest is to disable the JFBConnect System, Authentication and User plugins, temporarily, and try to register normally through Joomla. If the emails aren't sent then, it definitely isn't a JFBConnect problem. I'm not sure what would be preventing them then, but I'd check the steps I mentioned above about plugins performing redirects or otherwise altering the user registration flow.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
I can confirm that patch fixed the issue for me! Thanks very much!
The topic has been locked.
Support Specialist
Glad to hear that worked for you. We'll be rolling out an updated JomSocial plugin soon with this fix. We're still investigating the actual reason that including JomSocial's library causes the problem.

Thanks for the feedback,
Alex
The topic has been locked.
Active Subscriptions:

None
Hi Alex,

I just ran in to this issue with Jomsocial 3.0.2. Your hack solved the problem but am just wondering if you have any update on this issue. It all of a sudden became a problem today out of the blue when trying to edit a com_content item. (JFBC 5.0.1 and Joomla 2.5.14).

Jordan
The topic has been locked.
Support Specialist
Jordan,
This will definitely be solved in v5.1 (due out next week) with a different solution than posted above. In the v5.0.x series, the Social Profile plugins are being loaded in both the front-end area and admin area. There's no reason to be loading them in the all parts admin area except for on our Profiles configuration page, so we've fixed that logic.

We still honestly haven't dug into what JomSocial is doing when we load their files that is causing the sorting to fail. I'm not blaming them at all, just saying I can't explain it.

Either way though, this has been fixed in the upcoming release. Of course, if anything else crops up related to this, or something else, we'll be on top of it.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Hi,

I am having the same issue in Article Manager in Joomla backend.

Joomla 2.5.14
JomSocial 3.0
jReviews
JFBConnect
EasyBlog 3.0

Strict Standards: Declaration of JCacheControllerPage::store() should be compatible with JCacheController::store($data, $id, $group = NULL) in /var/www/libraries/joomla/cache/controller/page.php on line 199

Strict Standards: Declaration of JFBConnectProfileData::bindData() should be compatible with JRegistry::bindData(&$parent, $data) in /var/www/components/com_jfbconnect/libraries/profile.php on line 358

Fatal error: Call to a member function load() on a non-object in /var/www/administrator/components/com_content/models/articles.php on line 196


I have been looking everywhere for the cause, still no luck.

Please help, greatly appreciated.

Cheers,


Andrew
The topic has been locked.
Active Subscriptions:

None
Hi,

Just tried your temp fix:

I don't see any issues with that minor code change. The solution that we'll likely be implementing soon is in our /plugins/socialprofiles/jomsocial/jomsocial.php file. Around line 26, update:
Code:
if ($this->componentLoaded())
include_once($this->_componentFolder . '/' . $this->_componentFile);
to:
Code:
if ($this->componentLoaded() && !JFactory::getApplication()->isAdmin())
include_once($this->_componentFolder . '/' . $this->_componentFile);
That should fix the issue in our plugin by not loading the JomSocial files in the admin area that are causing the problem.


This worked, it seems. Will test further.

Very strange as I already upgraded to 5.0.1
The topic has been locked.
Support Specialist
That change never made it into the v5.0.1 release because we were notified of it right before it came out. A similar, but different, change will be in the v5.1.0 release (now planned for Monday next week).

I hope that helps explains, and sorry again for the odd conflict.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Hi Alex,

Got the following error trying to do the update:

Error connecting to the server: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden
Package download failed: www.sourcecoast.com/index.php?option=com...ownload&id=140&dlid=

This update:

SourceCoast Extensions Library for JFBConnect and JLinked - Compatible with JFBConnect component 5.0


Cheers,


Andrew

P.S... Thought it must be the fix for the issue we discussed.
The topic has been locked.