kakashigr
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Fatal caused by upgrade to 4.7.0Second that.
Anything that uses GuzzleHttp is now crashing (for example intercom-php).Please fix this
Forum: Plugins
In reply to: [WP Search with Algolia] Algolia Injecting Title into Pinterest PinI have the exact same problem. All our pins have their title replaced with “Hosted Site Search & Discovery for Companies of all sizes”.
If we disable the plugin everything works correctly. Its happening in the last month or so.
Example url:
https://thegadgetflow.com/portfolio/lg-ultragear-4k-gaming-monitor/Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Slow sql query in functionI can confirm this behaviour.
On a site with more than 200k users, a post update takes around 20 seconds to complete with the plugin activated. When I deactivate the plugin, the same post takes no more than 10 seconds. I do see the slow get_users query too.
This is probably because this plugin uses general css rules that apply to the whole theme.
For example, it messes up my headings as it has css rules that target h2 elements, without narrowing down the selectors.
Please update this plugin and include a class name that all your rules fall under as children. Otherwise, it messes up with a given site’s css rules.
The localhost error is different because I hadn’t curl enabled there and it used sockets to connect. They timed out.
On my online vps, curl was enabled but the limit was not high enough for the data to go to campaign monitor’s server.
I changed your define in transport.php:
from:
define('CS_REST_SOCKET_TIMEOUT', 10);
to
define('CS_REST_SOCKET_TIMEOUT', 50);
simply raising the limit. That worked well.Curl is enabled, if it wasn’t the function would error. I did check with phpinfo to make sure though.
I can’t give you access to the online vps as it is for a client, I can however tell you that the localhost test server is a default LAMP in Ubuntu 13.10 64bit.
I am a server administrator so if I can help any other way to debug the problem, just let me know. The VPS I’m trying to run this is a CentOS with the latest WHM installed.
PHP is running using mod_fcgid, mod_security is disabled for the testing of the plugin and everything else is pretty much WHM defaults (except for the security and performance tuning that has taken place).
Full localhost error:
Error making request with 0: php_network_getaddresses: getaddrinfo failed: Name or service not known
I’m afraid I still get the error
Fatal error: Error making request with curl_error: Operation timed out after 10001 milliseconds with 0 bytes received
thats on my VPS.
On my localhost, I get name or service not found after waiting for a long time each time.
csrest_lists.php not found
The previous error is fixed with the update you just pushed. But now its giving me this error:
Fatal error: Error making request with curl_error: Operation timed out after 10001 milliseconds with 0 bytes received
originating from transport.php – line 158I’m getting this error too.
I don’t check any fields, and the “subscribers” isn’t even on that list.
Forum: Plugins
In reply to: [Campaign Monitor Synchronization (moved)] Sync in batchesThanks,
The issue is no longer appearing so this seems fixed now.
However, I still have a problem and it has to do with another thing so I will continue to that other thread.