MetallicA25:
Hy!
I've followed all the instructions from readme and when i try to access the authorization file i get the following error(s):
Strict Standards: main() [function.main]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for 'EET/2.0/no DST' instead in /home/ftp/public_html/mydomain/facebook/facebook_authorization.php on line 956
Notice: Undefined offset: 1 in /home/ftp/public_html/mydomain/facebook/facebook_authorization.php on line 956
Strict Standards: Unknown: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for 'EET/2.0/no DST' instead in Unknown on line 0
Fatal error: Uncaught CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed thrown in /home/ftp/public_html/mydomain/facebook/facebook_authorization.php on line 599
>
> Anybody knows why i have this issue?
A couple of possible reasons
1. Your browser is timing out if you are using IE for the application try Firefox it is usually best for this script reason is unknown why.
2. You are trying to run the facebook_authorization under an SSL URL such as [\https://www.yourdomain.com/\[FONT=Courier New\]facebook/facebook\_authorization.php\[/FONT\]\[/COLOR\]](https://www.yourdomain.com/facebook/facebook_authorization.php)
[COLOR=black]and facebook is rejecting the request (rare but has happened)
3. Or Maybe because you are using an ftp URL with port 21 and facebook cannot access that folder try adding the facebook_authorization to your www or public_html folder and then try running the script with Firefox instead of IE and see what happens.
Try using this guide <http://www.zen-cart.com/forum/showpost.php?p=969202&postcount=284> instead and see if that works
------------------------------------
> **BlessIsaacola:**
>
> Does anybody know how to limit how many product update is posted to FB? For example, if we add 300 new products today, we obviously don't want to post 300 updates. I have brought up this issue before but there's still no resolution .The advanced script does not have this feature (unless I missed something somewhere) the lite version may have this feature not to sure as I have never used it with to much success.