Forum
Welcome, Guest
Please Login to access forum.
Facebook Login not working (1 viewing) 
Go to bottom
TOPIC: Facebook Login not working
#4021
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Facebook Login not working Karma: 79  
So it looks like a javascript conflict with Virtuemart, maybe jQuery related.

Try to set the following parameter in the conponent configuration to 'No':

Include jQuery -> 'No'
Show loading window -> 'No'
 
Logged Logged  
  The administrator has disabled public write access.
#5340
Raycho Raychev
Fresh Boarder
Posts: 11
User Offline
Re:Facebook Login not working Karma: 0  
I have problem with facebook login Fatal error: Call to undefined function curl_init() in /administrator/components/com_instantfblogin/framework/facebook/base.php on line 763
 
Logged Logged  
  The administrator has disabled public write access.
#5341
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Facebook Login not working Karma: 79  
It means that your hosting provider has disabled the php curl library.

The php curl library is a standard and it's enabled by default, so contact the hosting provider requesting to enable it immediately.

Best regards
 
Logged Logged  
  The administrator has disabled public write access.
#5369
Raycho Raychev
Fresh Boarder
Posts: 11
User Offline
Re:Facebook Login not working Karma: 0  
We enable it, but the same problem. Fatal error: Call to undefined function curl_init() in /home/psiluet/public_html/shop/administrator/components/com_instantfblogin/framework/facebook/base.php on line 763
I disable all conflict 1 by 1 but same error
 
Logged Logged  
  The administrator has disabled public write access.
#5370
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Facebook Login not working Karma: 79  
It means that CURL is still not enabled.
it's a PHP library and must be installed, enabled and requires restart of webserver. Your hosting provider must do it properly. Please see: http://stackoverflow.com/questions/4396779/fatal-error-call-to-undefined-function-curl-init-in-on-line-9
 
Logged Logged  
  The administrator has disabled public write access.
Go to top