× Joomla Facebook Connect support forum

Topic-icon The error in Overview

Active Subscriptions:

None
15 years 7 months ago #5676 by fb_100000915234320
I have a question. The error below is because of my development environment?

I am using a localhost environment (WampServer 2.0), made the installation of the component and set everything correct integration with Facebook, the following parameters (App ID, API Key, Secret Key).
Just what is causing me a few lines of error (Overview):

Facebook API Error: SSL certificate problem, verify the CA cert That is OK. Details: error: 14090086: SSL routines: SSL3_GET_SERVER_CERTIFICATE: certificate verify failed

Notice: Undefined index: weekly_active_users in C: \ wamp \ www \ britannia \ administrator \ components \ com_jfbconnect \ views \ jfbconnect \ view.html.php on line 52

Deprecated: Assigning the return value of new by reference is deprecated in C: \ wamp \ www \ britannia \ libraries \ PHPXMLRPC \ xmlrpc.php on line 554
The topic has been locked.
Support Specialist
15 years 7 months ago #5679 by alzander
Replied by alzander on topic The error in Overview
The SSL cert problem can happen on any system, but happens more on development servers. This is basically if your Apache installation doesn't have root certificates installed to which it can validate the calls to Facebook (over SSL).

In the Facebook API configuration area, we have a convenient "Don't verify SSL settings" (or something like that), that you should enable to get rid of those errors.

The undefined weekly_active_users is warning that we fixed (either in 3.0.2 or the upcoming 3.1 release, can't remember). This occurs when communication can't be established with Facebook, either from the SSL error or no API keys being set. We check for this can in the newer releases and prevent the warning.

Finally... (yeesh). The last XMLRPC warning is due to how we do version checks. Your running >=5.3 of PHP. The XMLRPC library included in Joomla is unfortunately old and throws this warning. We're hoping to have an improved system in 3.1, or sometime very shortly after, to prevent these warnings from showing when you have Error Reporting enabled.

Hope this all helps.
The topic has been locked.
Active Subscriptions:

None
15 years 7 months ago #5706 by fb_100000915234320
Hello, I answered yes to check my installation and configuration.
Thank you for your attention. That makes a difference when we decided to buy a component
The topic has been locked.
Support Specialist
15 years 7 months ago #5707 by alzander
Replied by alzander on topic The error in Overview
Support is about 90% of what we're selling. JFBConnect is a great extension, but Facebook in general can be a bear to get going if you happen to run into issues.

I'm assuming this means you're good now, but if not, you know where to find us!
The topic has been locked.