banton
Forum Replies Created
-
Forum: Plugins
In reply to: [Kraken.io Image Optimizer] HTTP ErrorHi Karim,
First of all, love the plugin. It’s great, but we too suffer from this HTTP error situation which is removed by deactivating the plugin. It’s a simple http timeout and we can see it clearly in New Relic. Would be nice to have the option to pass-through if there’s an HTTP error as it really breaks our writers workflow to not be able to upload images.
BR,
Markus
Forum: Fixing WordPress
In reply to: WP 4.1 – 502 Bad Gateway when deleting themes or pluginsSame problem as dlmeyer had, LibSSH2 version 1.4.3, so that shouldn’t be the issue. Exact same situation and behavior. Downloading https://ww.wp.xz.cn/plugins/ssh-sftp-updater-support/ sorted the 502 when deleting plugins or themes.
You can get similar results by using the {is_future} and {is_past} placeholders.
Thanks, that solved my problem.
I have a similar problem with multiple conditions.
{is_future} {has_image}Show the image as #_EVENTIMAGEURL{/has_image} {no_image}Show a default image{/no_image} {/is_future}The images work just fine without the {is_future} -condition.
We did the changes to the PHP file. Didn’t really solve the issue, but fixed it for now.