dimal
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kadence] Harbor ???Hi,
No i have not seen them bur 1 (or 2) times.
Thanks !!
all good, thanks
Thanks for the reply.
I can’t upgrade, unfortunately. For meny reasons. So i’m stuck with 7.x.
I applies the snippet and seems to work with no issue.
Pls ignore the above.
I unistalled completely Top10, with the fix to remove the db also.
Installed again, and all ok now!!!
Thanks
Hi again,
Not sure if related or if the fix “fixes” this also.
Again in Directorist page with a category listings, i see also the same issue. Blank, empty.
The url is …../single categeryry/jobs/?directory_type=general
Thanks
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 8 months ago by dimal.