hi...
i got thir error after click "" link
pls refer attachments for refference.API Error Code: 100
API Error Description: Invalid parameter
Error Message: Param fbconnect must be a boolean
thanks.
hi...
i got thir error after click "" link
pls refer attachments for refference.API Error Code: 100
API Error Description: Invalid parameter
Error Message: Param fbconnect must be a boolean
thanks.
My Online Store
Sumri (The Founder)
K It looks as if Facebook changed their connect proceedure. of course this happened after the application was submitted to Zen Cart.
Anyway heres the fix.
go into your application's settings (same area from steps 5-7) and change the following:
1st you'll see a Migration tab:
Switch "New Data Permissions" to "Disabled"
2nd now click the Connect tab:
and switch your "connect url" to:
http://apps.facebook.com/
Jamie Taylor
Htmyell Web Design and Development
Thanks.
Successfully configures.
But I get this error after adding product.
Warning: include_once(facebook/php/facebook.php) [function.include-once]: failed to open stream: No such file or directory in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 145
Warning: include_once() [function.include]: Failed opening 'facebook/php/facebook.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 145
Fatal error: Class 'Facebook' not found in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 147
My Online Store
Sumri (The Founder)
try changing (around) line 149 of your update_product.php file in the admin/includes/modules folder
where you see
to:PHP Code:include_once 'facebook/php/facebook.php';
PHP Code:include_once 'includes/modules/facebook/php/facebook.php';
Jamie Taylor
Htmyell Web Design and Development
same result :
Warning: include_once(includes/modules/facebook/php/facebook.php) [function.include-once]: failed to open stream: No such file or directory in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 145
Warning: include_once() [function.include]: Failed opening 'includes/modules/facebook/php/facebook.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 145
Fatal error: Class 'Facebook' not found in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 147
My Online Store
Sumri (The Founder)
It looks like your include_path is set to a specific folder... Check your php.ini settings or try adding before the include_once line so it looks like:
PHP Code:set_include_path('/home/vshopgr9/public_html/admin/includes/modules/)';
include_once 'facebook/php/facebook.php';
Jamie Taylor
Htmyell Web Design and Development
maybe play around with the paths
Jamie Taylor
Htmyell Web Design and Development
Hi I've just installed Autofacebook2 as instructed everything went ok but when viewing the app it seems as if it is in a loop to load and I discovered this php error log in the facebook folder where the facebook_authorization.php was on my server.
[04-Mar-2011 08:14:12] PHP Notice: Undefined variable: access_token in /home/dalesbut/public_html/shop/facebook/facebook_authorization.php on line 967
[04-Mar-2011 08:14:12] PHP Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user.
thrown in /home/dalesbut/public_html/shop/facebook/facebook_authorization.php on line 532
Any ideas?