Erik Molenaar
Forum Replies Created
-
Forum: Plugins
In reply to: [WPScan - WordPress Security Scanner] Automated scanning not workingI think so, thanks for checking in!
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] PHP Notice: feed could not be foundHi @bvytis,
Thanks for helping out.
I use PHP 7.3 and this error pops up in my server error log from time to time.
Looking forward to your reply. Thanks.
Forum: Plugins
In reply to: [W3 Total Cache] PHP Notice: Undefined index: path (v0.15.1)Thanks for your help @vmarko !
Forum: Plugins
In reply to: [W3 Total Cache] PHP Notice: Undefined index: path (v0.15.1)Hi Marko,
Thanks again for your prompt reply.
I am sorry but I am not sure. From the looks of the Referer URL containing
gclid
this error was produced when a site visitor came from a Google Ads link. But I can’t tell why the/?wc-ajax=get_refreshed_fragments
parameter was there nor when this (or any other) post was updated or published.Hi,
I am also getting this very regularly.
Fatal error: Uncaught Error: Call to a member function needs_shipping_address() on null in /wp-content/plugins/duracelltomi-google-tag-manager/integration/woocommerce.php:222
Environment:
Google Tag Manager 1.11.5
Woocommerce 4.6.1
Wordpress 5.5.3
PHP 7.3.3Stack Trace:
1. {anonymous}() /wp-content/plugins/duracelltomi-google-tag-manager/integration/woocommerce.php:222 2. gtm4wp_woocommerce_addglobalvars('') /wp-includes/class-wp-hook.php:289 3. WP_Hook->apply_filters('', Array(2)) /wp-includes/plugin.php:206 4. apply_filters('gtm4wp_add_global_vars', '', true) /wp-content/plugins/duracelltomi-google-tag-manager/public/frontend.php:785 5. gtm4wp_wp_header_top() /wp-includes/class-wp-hook.php:285 6. WP_Hook->apply_filters(null, Array(1)) /wp-includes/class-wp-hook.php:311 7. WP_Hook->do_action(Array(1)) /wp-includes/plugin.php:478 8. do_action('wp_head') /wp-includes/general-template.php:3009 9. wp_head() /wp-content/themes/xxx/header.php:18 10. require_once('/var/www/...') /wp-includes/template.php:730 11. load_template('/var/www/...', true, Array(0)) /wp-includes/template.php:676 12. locate_template(Array(1), true, true, Array(0)) /wp-includes/general-template.php:48 13. get_header() /wp-content/themes/xxx/404.php:8 14. include('/var/www/...') /wp-includes/template-loader.php:106 15. require_once('/var/www/...') /wp-blog-header.php:19 16. require('/var/www/...') /index.php:17
Context:
URL : /blogs/wp-json/wp/v2/users/ HTTP Method : GET HTTP Status : 404 isSSL : Yes Current Filter : wp_head, gtm4wp_add_global_vars
Forum: Plugins
In reply to: [W3 Total Cache] PHP Notice: Undefined index: path (v0.15.1)Hi Marko,
Thanks for your prompt reply.
I am getting it approx. every 20 minutes on a website with about 30k sessions p/month.
So my guess is there is a scenario where this line is not populated, could be a no available request URL indeed.
Forum: Plugins
In reply to: [Post Views Counter] PHP Notice: Undefined index (v1.3.2)I am also getting one on property ‘colors’. Can this please be fixed in an upcoming release? Thanks for maintaining this awesome plugin!
PHP Notice: Trying to get property 'colors' of non-object in /wp-content/plugins/post-views-counter/includes/dashboard.php on line 164
Stack Trace:
1. Post_Views_Counter_Dashboard->dashboard_widget_chart('') /wp-includes/class-wp-hook.php:287 2. WP_Hook->apply_filters('', Array(1)) /wp-includes/class-wp-hook.php:311 3. WP_Hook->do_action(Array(1)) /wp-includes/plugin.php:478 4. do_action('wp_ajax_pvc_dashboard_...') /wp-admin/admin-ajax.php:176
Context:
URL : /wp-admin/admin-ajax.php?_fs_blog_admin=true Referer : https://www.myawesomesite.com/wp-admin/index.php?elm-log-cleared=1 HTTP Method : POST HTTP Status : 200 ajaxAction : pvc_dashboard_chart isSSL : Yes Current Filter : wp_ajax_pvc_dashboard_chart
Forum: Plugins
In reply to: [WPScan - WordPress Security Scanner] PHP Constant for Disabling ScanningAwesome! Thanks for listening.
The API is expensive, but having this great plugin to support it makes up for it big time ??
Forum: Plugins
In reply to: [WPScan - WordPress Security Scanner] Some plugins stuck at ‘Not checked yet’Awesome! Thanks for listening.
The API is expensive, but having this great plugin to support it makes up for it bigtime ??
Hi @mbrsolution,
I usually use these kind of disabling constants to nake 100% sure primary functions get disabled on (development) environments outside production.
For small websites simply disabling a plugin works, but for high traffic and AAAA sites using a disabling constant is a lot safer making sure emails NEVER get sent outside the production environment.
This is both to prevent human error (forgot to disable the plugin) and making sure no emails get send out before disabling the plugin when programmatically setting up an development environment.
So to cut things short, for high traffic sites a constant to disable would be AWESOME!
Thanks for listening!
Forum: Plugins
In reply to: [Resize Image After Upload] PHP Hook to disable functionality?Hi @sixaxis
Thanks for your reply.
Is it possible to sponsor your development a bit so you can integrate this filter in your plugin?
Looking forward to your reply. Thanks.
Forum: Plugins
In reply to: [Better Font Awesome] Better Font Awesome API ErrorThanks @xberg for your fix ??
Hi @yehudah
I noticed, while POST_SMTP_RUN_MODE is set to ‘log_only’, the logs still shows all emails as ‘Sent’. This is kinda confusing!
Why not set the status to ‘Not sent (log_only)‘? It would make much more sense:
I hope this improves your awesome plugin. Thanks!
Thanks for your reply, but selected pages is not what I am after.
I want to do it via PHP under very specific conditions.I see you have added filters to the free version of your plugin, which is great for this purpose. Why not recommend these?
If there is anyone out there who wants to do the same, look no further, here it is:
add_filter ( 'catapult_cookie_content', '__return_false' );
P.s. no hard feelings, I still highly recommend your premium version!