srikanthmeenakshi
Forum Replies Created
-
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Latest update causing CLI fatal errorDone.
Appreciate it – the issue seems to have been fixed (tested in staging). Will update in our production env over the weekend.
Thanks!
@rzepsen WordPress – 6.5.5, Woocommerce – 9.0.2, PHP – 8.1
The problem occured after the latest update. No fresh plugins were installed post the update. Yes, we sell subscription products (virtual) on the site.
Forum: Fixing WordPress
In reply to: WordPress database error Unknown column ‘wp_posts.post_type’I found the issue – it is in the woocommerce membership plugin code, and I guess only they can fix it. They have this error in two places – line 1769 and line 1813 of class-wc-memberships-user-memberships.php.
They have the code as
$clauses['where'] .= " $wpdb->posts.post_type <> 'wc_user_membership' ";
$where .= " $wpdb->posts.post_type <> 'wc_user_membership' ";
In both places, if they just remove the prefix ($wpdb->posts.), the sql will go through fine. I reproduced the error in phpMyAdmin and tested the fix as well.
But since it’s plugin code, they would need to change it.
Hope this helps.
I contacted Cartflows through their support page and got it resolved. The response from them:
——-
Could you please try changing 'Form Fields' settings for your checkout page? Please refer to this screenshot. Your Flow pages > Edit checkout page > click on 'Form Fields' tab > Here you can enable/disable 'Enable Coupon Field' and 'Collapsible Coupon Field' options.
——
What had happened was the default was changed to not show the coupon code in the checkout page in the latest plugin update. A poor choice of change.
I have the same issue – disappointed to find no responses here. Please reply.
Anyway I can revert back to Version 1.8.2 in the meanwhile?
thanks,
Srikanth
Shahadat,
I agree – it is most likely a localized issue. Will write to support. Thanks!
Srikanth
Here is a loom recording of the same: https://www.loom.com/share/2f56d2351ae9410293310a4b220b430a
Request your help…thanks!
Thanks, I followed the steps (with the troubleshooting plugin) and with all other plugins disabled, I am getting this fatal error:
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /var/www/staging.primeinvestor.in/htdocs/wp-includes/meta.php on line 1085
Does Directorist have a problem with 256M memory limit?
Apart from these two pages, other links are working fine (categories, tags, Add new listing, locations etc).
I am a paid user, btw.
Hi
I have tried that MULTIPLE times – just tried it again. It just won’t go.
Please help,
(Chrome browser, cookies on and everything is standard/normal)
Srikanth
Thank you, this helps. This is all the info I need from Google, nothing sensitive. I have no interest in reading my customer’s emails ????
Forum: Plugins
In reply to: [Leaky Paywall] Trying to make it work with Astra themeTo add one more morsel of information, this was happening only because I had a Read meter plugin installed, which added a div tag to the beginning of the article (wrapping it entirely). So, an unlikely issue for many others, but just leaving it here if someone faces a similar issue.
Forum: Plugins
In reply to: [Leaky Paywall] Trying to make it work with Astra themeOK, figured it. It was the number of ‘lead in elements’. The whole post was in a single DIV, so when the default lead in elements was set at 2, it was showing all the content. I had to set it to 0 for the paywall to work.
Thanks!