Topic-icon Cannot start component JFBConnect Joomla 3

Active Subscriptions:

None
9 years 3 months ago #61096 by jla
Hi,
I have folloowed the quicktstart (only facebook installed).
When I make the last error checks, I have the error "System JFBConnect Plgin not enabled", but this plugin is enabled.
And when I try to login with facebook, I have the following error : "error, cannot load the compnent "com_com_jfbconnect", component not found".
Please tell me how to solve this
Regards
The topic has been locked.
Active Subscriptions:

None
9 years 3 months ago #61097 by jla
to be more precise the error is "Error displaying the error page: Cannot access protected property Exception::$code: Composant introuvable"
The topic has been locked.
Support Specialist
9 years 3 months ago #61100 by mel

When I make the last error checks, I have the error "System JFBConnect Plgin not enabled", but this plugin is enabled.

Looking at the source on your page, I can't see the code inserted for Facebook either. However, I do notice that you have JCH Optimize. Please temporarily disable JCHOptimize to see if this helps resolve the error check.

And when I try to login with facebook, I have the following error : "error, cannot load the compnent "com_com_jfbconnect", component not found".

Could you let me know what the redirect URIs are set for your Facebook application? I also cannot find the Facebook login buttons on your page. Could you give me a specific URL so that we can see the behavior in action?

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 3 months ago - 9 years 2 months ago #61105 by jla
Hi, thanks for the answer
I hav disabled JCH wich solved the pb at quickstart configuration. But there is still the "compnent not found" module.

I had disabled the component. Now it is enabled, the button can be found on the registation form of the site

Thanks
Regards
Last edit: 9 years 2 months ago by jla.
The topic has been locked.
Active Subscriptions:

None
9 years 3 months ago #61110 by jla
Hi !
I tried different things (remove extensions, etc ...) but none of those works.
Any idea to fix this issue ? (I still have "com_com_jfbconnect not found" error)

Thanks
regards
The topic has been locked.
Support Specialist
9 years 2 months ago #61118 by alzander
You have an SEF extension that looks to be incorrectly creating URLs for JFBConnect. If I look at the login form from SCLogin module, the form element tag looks like:
<form action="/index.php?option=com_com_jfbconnect" method="post" id="login-form" class="form-inline">
That's definitely not being set in JFBConnect or the SCLogin module. Whatever router is being called on your site is having issues and for some reason using com_com_jfbconnect which is incorrect.

I'd recommend going into whatever SEF extension you're using and having it skip generating SEF URLs for JFBConnect. Each SEF extension is different, so I can't tell you exactly how to do that, but hopefully that gives you the information you need.

Please let us know if that doesn't get you going or you need anything else.

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

None
9 years 2 months ago #61121 by jla
Great thanks I ll look at this this and tell you
Regards
The topic has been locked.
Active Subscriptions:

None
9 years 2 months ago #61123 by jla
For now :

- My SEF is sh404sef

- I would like to disable only "sh404sef" for "jfbconnect" component (there is a page to do this in the sh404sef configuration) but I tried with all possibilities (skip, without cache, joomla routeur, etc ...) but none of these configuration seem to avoid the "com_com_jfbconnect not found" error. Maybe are you familiar of how to configure sh404sef with jfbconnect ?

- If I disable completely the plugin, then it is better, I do not have the "com_com_jfbconnect not found" error, but after login button clic, I am redirected to a blank page (without beeing logged in)



- Thanks
Ragrds
The topic has been locked.
Support Specialist
9 years 2 months ago #61125 by alzander
With sh404SEF, using the 'skip' or 'joomla router' should make things work fine. The only time we've heard of issues with JFBConnect and sh404 though is when doing social network authentication.

I've never heard of issues with the com_com_jfbconnect error you reported. If you disable sh404SEF and you see a blank white page, please go into the Joomla -> Global Configuration area and set Error Reporting to 'maximum'. That should show a real error on the white page which may help diagnose things a bit further, even if you want to use sh404.

Finally, the problem line looks to be in the login module you're using on the left sidebar of the page. As noted above, the form element is incorrect. However, looking closer, is that login module the SCLogin module or something else. The full HTML around the login area is:
<div class="jm-module-content clearfix notitle">
<form action="/index.php?option=com_com_jfbconnect" method="post" id="login-form" class="form-inline">
.... the login form...
</form>
</div>
The jm-module-content and other details inside the login area don't look like our SCLogin module at all. Is that our module or something else?

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

None
9 years 2 months ago #61129 by jla
- I obtained the blank page error wich is "Error displaying the error page: Cannot access protected property Exception::$code: Component Not Found"
- I tried again with disableing sh404sef (and clean cache) but the problem where still here .... so maybe it is not due to sh404sef
- Actually I do not use the left side colum SClogin to log into facebook, I used the button in the login form
- I tried with the "Jfb connect" 'SCSocial Widget' module but the error is the same "com_com_jfbconect"

Could you tell me in which file the following lines are coded ? So maybe I could change the "com_com" into "com" directly in the php file
<div class="jm-module-content clearfix notitle">
<form action="/index.php?option=com_com_jfbconnect" method="post" id="login-form" class="form-inline">
.... the login form...
</form>
</div>



Thanks regards
The topic has been locked.