Brian
Forum Replies Created
-
Looks like you fixed it but didn’t bump the version. Please increase the version so that sites fix themselves with auto-updates.
For anyone with ssh access and wp cli you can use the following (This command forces the most recent version to be installed again and the skip plugins flag avoids the fatal error from causing issues to wp cli) :
wp plugin install instragram-feed --force --skip-pluginsForum: Plugins
In reply to: [WP WooCommerce Mailchimp] Excessive Logs in error (Urgent)Sorry for the delay. It does appear that the fix is working. Thank you for your speedy response!
You will likely want to bump the version as well or sites won’t auto-update the fix.
Forum: Plugins
In reply to: [Categories Multiple Images] PHP error when enabling pluginThe issue is use of short tags. <?
The fix as mentioned in reviews are:
https://plugins.trac.wordpress.org/browser/categories-multiple-images/trunk/categories-multiple-images.php#L206change <? to <?php or enable short tags(Not recommend)
-Brian