Template Errors: PAGE_CONTAINER
curl_setopt() expects parameter 2 to be long, string given in /home/e-smith/files/ibays/forumasus/html/forums/library/EndlessHorizon/SocialShare/Listener.php, line 25:
24: <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
25: ';
26: if ($isResponsive)
curl_setopt($ch, CURLOPT_TIMEOUT_MS, $cURLTimeout);
curl_setopt($ch, CURLOPT_TIMEOUT, 1); // this will set the timeout to 1 second - you may change it into any other integer (0 to disable timeout)
The add-on would use .button.primary classes for the button by default. So the colors would be taken from them. But you can tweak that by going to that template you mentioned. Just look for .eh_socialshare and change the CSS properties whichever way you want. But I suggest making changes on EXTRA.css template though.Last question for today. If I want to change the share this page background colour , where should I do so ?
I am assuming
eh_socialshare.css ?
NOTICE: Sorry for the inconvenience. 1.3.0 was a failed version, had to increase the version string for this bugfix.
Anyway, existing users please read the full change logs!
- Now there's no minimum version of cURL extension. But it's still required to have PHP 5.2 or newer.
- "cURL Timeout (ms)" option will now automatically convert the entered value into seconds if the server's cURL is older than version 7.6.12. The add-on will use...
{title}%0D%0A%0D%0AGo check it out with this link: {url}
1.3.0 is supposedly not working since some important parts of the template modifications were cropped out due to various reasons. The buttons would show, but pressing them would do nothing. 1.3.1 fixed that though.I had an issue with the forum_list disappearing. However, after reinstall all was normal again. 1.3.0 Will update to 1.3.1 soon.
I'm pretty sure XenPorta 2 will use different template, so I can't guarantee that it'll work well there. I don't have XenPorta 2 (since it's a paid add-on and I have no use for it, yet), so I can't do any third-party compatibility for that add-on.I notice the new views for View on Threads. I am running XenPorta 2 guessing that is why those functions have no effect for me.
The add-on couldn't fetch share counts from ANY social sites within the timeout limit that you've entered on Admin CP. It'll happen sometimes, don't mind it. Just disable "Enable Cache Hit Debug" if you're too bothered by the logs. But if it happens all the time, try to increase the timeout limit.XenForo_Exception: WARNING: Did not save share counters because none were successfully fetched (ehss_4120321674) - library/EndlessHorizon/SocialShare/Listener.php:39
what this mean?
I suggest not to disable cURL if you do have it installed. Just increase the timeout of the cURL. Disabling cURL will tell the add-on to use file_get_contents function, and there's no timeout limit for that function. So depending on your server's connection time, it may make your site take much longer to provide pages to client.used Disable cURL and now it works, from cache
XenForo_Exception: INFO: Share counters were loaded from cache and the data was valid (ehss_4120321674) - library/EndlessHorizon/SocialShare/Listener.php:39
Yes, I had that value by default when I introduced that feature. I actually meant to use:The url portion of using email to share is not working for me. Just sends email with title.
{title}<br>Go check it out with this link: {url} is in place by default.
as the default value but I kinda forgotten to do so. Since 1.3.0, that's actually the default value, but if you had an older version installed, it wouldn't try to overwrite that value.{title}%0D%0A%0D%0AGo check it out with this link: {url}
1.3.0 is supposedly not working since some important parts of the template modifications were cropped out due to various reasons. The buttons would show, but pressing them would do nothing. 1.3.1 fixed that though.
I'm pretty sure XenPorta 2 will use different template, so I can't guarantee that it'll work well there. I don't have XenPorta 2 (since it's a paid add-on and I have no use for it, yet), so I can't do any third-party compatibility for that add-on.
The add-on couldn't fetch share counts from ANY social sites within the timeout limit that you've entered on Admin CP. It'll happen sometimes, don't mind it. Just disable "Enable Cache Hit Debug" if you're too bothered by the logs. But if it happens all the time, try to increase the timeout limit.
I suggest not to disable cURL if you do have it installed. Just increase the timeout of the cURL. Disabling cURL will tell the add-on to use file_get_contents function, and there's no timeout limit for that function. So depending on your server's connection time, it may make your site take much longer to provide pages to client.
Yes, I had that value by default when I introduced that feature. I actually meant to use:
as the default value but I kinda forgotten to do so. Since 1.3.0, that's actually the default value, but if you had an older version installed, it wouldn't try to overwrite that value.
Pretty much what it said, the cURL session couldn't verify the certificate provided by Google, for some reason. It happened once in my site, but it worked nearly most of the time. I can only assume that there was not enough time for the cURL session to establish secure connection with Google Plus, or some other reason that I'm not very aware of. But well, to begin with, it should technically work most of the time, since the included certificate bundle was updated no more than 7 days ago. For now I suggest to just disable "cURL Debug" option and let it slide. If you can see the counter of Google Plus on other pages anyway, then it'll work just fine.XenForo_Exception: ERROR: cURL (googleplus): SSL certificate problem: unable to get local issuer certificate
,Pretty much what it said, the cURL session couldn't verify the certificate provided by Google, for some reason. It happened once in my site, but it worked nearly most of the time. I can only assume that there was not enough time for the cURL session to establish secure connection with Google Plus, or some other reason that I'm not very aware of. But well, to begin with, it should technically work most of the time, since the included certificate bundle was updated no more than 7 days ago. For now I suggest to just disable "cURL Debug" option and let it slide. If you can see the counter of Google Plus on other pages anyway, then it'll work just fine.
We use essential cookies to make this site work, and optional cookies to enhance your experience.