simplistics.ca
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Redis IssueI was able to recreate this issue consistently this past Friday across multiple different sites on the same server stack. During those tests, the
/home/{user}/portion of the socket path was being stripped immediately upon saving. This would validate initially, but then break the Redis integration on any subsequent save because the path was no longer absolute.Interestingly, as of today, the host setting is remaining intact after saving on those same sites without any changes to the plugin version. To clarify my previous report, the ‘…’ was a placeholder for the Linux username. The actual input was the standard absolute path:
/home/{user}/.cagefs/tmp/redis.sock.Hi Trey,
I believe we’ve already provided enough information for you to fix this bug. Please feel free to reach out if you need more information.
- This reply was modified 1 year, 2 months ago by simplistics.ca.
Forum: Plugins
In reply to: [Gravity Forms Zero Spam] Latest update breaks@mrcasual thank you!
Forum: Plugins
In reply to: [Gravity Forms Zero Spam] Latest update breaks@mrcasual the site is on PHP 7.4
Forum: Plugins
In reply to: [WP SEO Structured Data Schema] Can’t cancel subscription@kcseopro any update on the refund? I still do not see it on my card.
Forum: Plugins
In reply to: [WP SEO Structured Data Schema] Can’t cancel subscription@kcseopro We have yet to see the refund on our card. Are you able to look into this?
Forum: Plugins
In reply to: [WP SEO Structured Data Schema] Can’t cancel subscription@kcseopro I have not heard back from support for a while. Any update on my ticket?
Forum: Plugins
In reply to: [WP SEO Structured Data Schema] Can’t cancel subscriptionThank you. It looks like you just responded to my ticket.
Forum: Plugins
In reply to: [LiteSpeed Cache] Automatic clearing when post edited/savedThanks, makes sense.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] UA stopped tracking salesHey, I know this one has been closed but experiencing the same issue. The plugin stopped logging transactions in roughly mid-November. Everything else still seems to be working properly. I noticed there was an update, so updated both Woocommerce and this plugin but no luck. Would rather not include the system status report publicly for a live site, but if there’s a better way to reach out to you to provide that please let me know.
Thanks for any help you can offer!I’m not too sure how much more specific I could be. What information are you looking for?
I just noticed that the plugin doesn’t display at all when going to the SSL secured version of the website.
Forum: Fixing WordPress
In reply to: Continued issue with Appearance –> Customize page – HTTP Error 500@thecookbookproject usually php generates a file called or error_logs or a file that has the .log extension. This will help people debug this issue. Your web host could probably also help with this!
Forum: Fixing WordPress
In reply to: Problem with version 5It’s likely caused from a plugin compatibility issue. You would need to deactivate plugins and reactivate them one at a time to find out which plugin is causing the issue.
Forum: Developing with WordPress
In reply to: Speed up wp-cli post creation@su1 there are a few things that could increase performance outside of wp-cli code optimization.
Make sure you are using PHP 7+ (as this is much faster than PHP 5). Upgrade your copy of MySQL or switch to MariaDB (also if you connect to the database remotely this could slow the creation of a post down). Check your internet speed (some operations have to connect to the internet). And lastly it could be you are operating on older hardware that is slower, so it could be a physical limitation on your machine that upgrading might fix.
Forum: Fixing WordPress
In reply to: Which one is the best Stripe Plugin ?@cloudfire21 there really is not “one” best plugin to integrate Stripe. It depends what you are trying to do.
If you want to build an e-commerce website with products and a cart, then I recommend looking into WooCommerce. There is a standard Stripe plugin you can install for WooCommerce that works well.
If you want to have the user fill out a form and pay for something in that form, then I would personally recommend Gravity Forms (this is just my preference, I know a lot of other people prefer other form builders).