dimal
Forum Replies Created
-
That is GREAT news !!!
Thank you
I alread told you. I have seem the very same issue, at the versy same site/setup. And fixed it manually.
I had selected (the 2 options) to also delete tables. It didn’t.
Hi,
Actually the issue is bigger. Tried to Delete it and it didn’t within WordPress. Stayed DEactivated. Second attempt tp delete it, it did (!). But the DB tables stayed, BUT my settings were NOT to keep them when deleting.
Anyways, manually i was able to remove the tables, install again clean, and this time it works.
It is not the only time i see this, and since i use the same plugin in a second site and worked great, the only thing i see different is the Custom Post types of Directorist.
If there are custom types, the update is a mess.
Not 100% sure, still what else can be ?
Thanks
Question.
Could this snippet help ??
add_action('wp', 'block_unauthenticated_listing_moderation'); function block_unauthenticated_listing_moderation() { // Check if the URL contains the specific parameters used to trigger moderation if (isset($_REQUEST['post_id']) && isset($_REQUEST['reviewed'])) { // If the visitor is NOT logged in, block them immediately if (!is_user_logged_in()) { wp_die('You do not have permission to modify this listing.', 'Access Denied', array('response' => 403)); } } }Forum: Plugins
In reply to: [Redis Object Cache] PHP Fatal error: Uncaught ErrorThanks, i will test. disable 2-3 plugins, monitor and see how it does.
Great to know.
Thanks !
Forum: Plugins
In reply to: [WooCommerce] Issue after an update of Woocommerce just didJust REinstalled as you suggesed abe the error is gone.
I will keep an eye open but THANKS!
Forum: Plugins
In reply to: [WooCommerce] Issue after an update of Woocommerce just didHi
I will check this,
The Error is
An automated WordPress update has failed to complete – please attempt the update again now.
Forum: Plugins
In reply to: [GD Mail Queue] WP Version 6.7.4And from what i see, it is not just a notice/warning, NO email is sent out.- This reply was modified 7 months, 1 week ago by dimal.
Fixed.
I thin i found the issue of the error. Recent TAGS started with an “#” and removing those seems to fix the issue.
Not 100% sure since it has been a few hours but i think so. I will update here after 1 day.
Forum: Plugins
In reply to: [WooCommerce] Facebook for WooCommerce UpdateManually update is not possible since he CAN’T Deactivate the plugin.
Any ideas?
Forum: Plugins
In reply to: [WooCommerce] Facebook for WooCommerce UpdateWhat i understand is that the woocommerce plugin doesn’t show any update available so the owner can’t update woocommerce?
Am i correct?
So the issue is not the fb plugin but woocommerce update …..