ttremain
Forum Replies Created
-
I am now running 4.5.2 and still getting the same error in the logs.
Forum: Plugins
In reply to: [Copy or Move Comments] Vulnerability foundI disabled this plugin some time ago, but kept a copy around in case I needed it briefly.
Since the author has abandoned this plugin, eventually I got around to looking at the code for the vulnerability, and found a few of them. The code wasn’t long so it wasn’t too hard to do.
Answer: Appears to be the lack of the “Manage woocommerce” capability that is kicking my editor out of wp-admin.
I get a lot of these notices as well, because I have a couple of cron jobs that generate wp_mail. How can I filter these events from appearing in the log?
Looking at the database now, it’s a post_deleted _message_key, and the post_type is postman_sent_mail
Maybe I could filter on those or the post_title and not log in these cases?
- This reply was modified 2 years, 1 month ago by ttremain.
+1 for me too. Or give at least give us a partial URL we might block using .htaccess
Forum: Plugins
In reply to: [GEO my WP] PHP 8.0 SupportI’m getting the same.
I like to run with notices on (for me only) to make sure my own codes don’t fire up issues.
I am though disappointed that this was reported 2 months ago with no resolution or even acknowledgement.
Forum: Plugins
In reply to: [Log Emails] Sorry, you are not allowed to access this pageUS English
There was nothing in the debug log, or PHP logs.
We have since removed the plugin.
Forum: Plugins
In reply to: [Link Library] Category slug URL produces 404 errorPerfect! Here is what I ended with:
if ($thePage=='home' && class_exists( 'MetaSliderPlugin' ) ) { try { $slideshow = MetaSlider_Slideshows::get_instance(); $slideshow_array = $slideshow->get_single(1937); $slide_ids = $slideshow_array[0]['slides']; $slides = array_map(function ($slide) { return get_the_post_thumbnail_url($slide); }, $slide_ids); foreach ( $slides as $slide ) { echo "<meta property='og:image' content='{$slide}'>\n"; } } catch (Exception $e) { //Nothing to put here } }
I could grab the slider ID dynamically, but no real need at this time. At least if I add or remove images down the road, I now won’t have to remember to change the OpenGraph code accordingly.
Thank you!
This appears to be an unsupported plugin now. I would recommend finding a suitable replacement, before it breaks.
Forum: Fixing WordPress
In reply to: ERROR: Please enter your password, on fresh installI should add that I have tried with, and without clicking on “show password” to see the randomized password.
Also, there is nothing in the php error log, or debug.log if I turn on debugging.
Forum: Plugins
In reply to: [Custom Post Type UI] CPT Not showing in dashboardAlready found my own answer. I changed Capability to “post” and now it shows
Forum: Plugins
In reply to: [String locator] String Locator took down a websiteCorrection, it was 8 GB of data in the options table.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] No lightbox in quickviewI have. Your tech took the information, and stopped responding.
Does it show in the box that lists the addresses?
You do have to edit it, to add a comma between emails. That was the point given in the beginning where I said it wasn’t a complete solution yet. The plugin filters out the commas.