Han Leentvaar
Forum Replies Created
-
Forum: Plugins
In reply to: [MyParcel] HPOSOok maart is zo goed als voorbij. En nee, ik wil geen beta uit november 2023 installeren.
Forum: Plugins
In reply to: [WP 2FA - Two-factor authentication for WordPress] missing wp-configSame problem here…
Storing the wp-config file a level above htdocs is common practice and more secure.Forum: Plugins
In reply to: [MyParcel] HPOSHet begint nu wel een beetje te knijpen. Al enig zicht op een oplossing?
Forum: Plugins
In reply to: [Multiple Post Passwords] Vulnerable to Stored Cross-Site ScriptingThanks a lot Andreas! Super!
Forum: Plugins
In reply to: [Multiple Post Passwords] Vulnerable to Stored Cross-Site ScriptingThanks in advance!
Problem is that some firewalls / security sites issue warnings.
Your plug-in is really the only one that supports expiring passwords without a premium subscription.- This reply was modified 11 months, 3 weeks ago by Han Leentvaar.
Forum: Plugins
In reply to: [BBQ Firewall – Fast & Powerful Firewall Security] Block count not visibleHi Jeff,
that works fine, thanks!
Forum: Plugins
In reply to: [BBQ Firewall – Fast & Powerful Firewall Security] Block count not visibleHi Jeff.
I am not a WP expert, so apologies if I have it wrong…
I retested this issue.
– Installed BBQ (is installed in directory “block-bad-queries”)
– Install BBQ Block Count (is installed in directory “bbq-block-count”)
Checked the settings of BBQ: no count is displayedI found that the change I mentioned earlier was not correct.
I actually changed the code in bbq-settings.php, bbq_maybe_display_count() toif ( is_plugin_active( 'bbq-block-count/bbq-block-count.php' ) ) {
and now the counter is displayed.
I tested the response ofapply_filters('bbq_count_plugin_path', 'bbq-block-count.php')
And it returns “bbq-block-count.php” which is not the directory where the plugin is installed.
Digging into the documentation and it appears to be that if a filter is not not added to the code it simply returns the argument, in this case bbq-block-count.php
I guess there should be a “add_filter(…)” somewhere in the code but (default) it is not there.
So “is_plugin_active(‘bbq-block-count.php’)” will not return the correct value and assumes the plugin is not installed.I ended up with this, which handles both situations (with and without filter):
if (is_plugin_active('bbq-block-count/bbq-block-count.php') or is_plugin_active(apply_filters('bbq_count_plugin_path', 'bbq-block-count.php')) ) {...}
Hope I am correct?
Regards, hleenWP
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Version 2.9.12 crashes siteThat one works for me: 2.9.12.1
Thanks Scott!
Sorry, I am already using another solution.
Version 2.8.23 solved the problem.
Thanks Jory!Forum: Plugins
In reply to: [WooCommerce] Conflict Woocommerce – DiviHi, I disabled my two overrides and the Divi preoblem is still there.
Hereby my statusreport. Note that I already tried disabling all other plugins except Woocommerce.### WordPress Environment ###
WordPress address (URL): https://spiritoso.nl
Site address (URL): https://spiritoso.nl
WC Version: 6.6.1
REST API Version: ? 6.6.1
WC Blocks Version: ? 7.6.2
Action Scheduler Version: ? 3.4.0
Log Directory Writable: ?
WP Version: 6.0
WP Multisite: –
WP Memory Limit: 756 MB
WP Debug Mode: –
WP Cron: ?
Language: nl_NL
External object cache: –### Server Environment ###
Server Info: Apache
PHP Version: 8.0.1
PHP Post Max Size: 64 MB
PHP Time Limit: 300
PHP Max Input Vars: 3000
cURL Version: 7.70.0
OpenSSL/1.1.1gSUHOSIN Installed: –
MySQL Version: 5.5.5-10.3.23-MariaDB
Max Upload Size: 64 MB
Default Timezone is UTC: ?
fsockopen/cURL: ?
SoapClient: ?
DOMDocument: ?
GZip: ?
Multibyte String: ?
Remote Post: ?
Remote Get: ?### Database ###
WC Database Version: 6.6.1
WC Database Prefix: utd_
Totale database grootte: 36.82MB
Database gegevens grootte: 14.47MB
Database index grootte: 22.35MB
utd_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
utd_woocommerce_order_items: Data: 0.08MB + Index: 0.02MB + Engine InnoDB
utd_woocommerce_order_itemmeta: Data: 0.34MB + Index: 0.34MB + Engine InnoDB
utd_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
utd_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
bf_activitylog: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
bf_core_hashes: Data: 0.20MB + Index: 0.25MB + Engine InnoDB
bf_files: Data: 2.52MB + Index: 8.28MB + Engine InnoDB
bf_files_last: Data: 2.52MB + Index: 8.27MB + Engine InnoDB
bf_folders: Data: 0.23MB + Index: 0.50MB + Engine InnoDB
bf_folders_to_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_actionscheduler_actions: Data: 0.02MB + Index: 0.13MB + Engine InnoDB
utd_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_cf_forms: Data: 0.11MB + Index: 0.02MB + Engine InnoDB
utd_cf_form_entries: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
utd_cf_form_entry_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_cf_form_entry_values: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
utd_cf_tracking: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_cf_tracking_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_comments: Data: 0.19MB + Index: 0.22MB + Engine InnoDB
utd_dp_available_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_gf_draft_submissions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_gf_entry: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_gf_entry_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
utd_gf_entry_notes: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_gf_form: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_gf_form_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_gf_form_revisions: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_gf_form_view: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_gf_rest_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_mollie_pending_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_options: Data: 3.30MB + Index: 0.13MB + Engine InnoDB
utd_postmeta: Data: 1.52MB + Index: 1.95MB + Engine InnoDB
utd_posts: Data: 0.33MB + Index: 0.13MB + Engine InnoDB
utd_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_toolset_associations: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
utd_toolset_associations_old: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
utd_toolset_connected_elements: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_toolset_post_guid_id: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_toolset_relationships: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
utd_toolset_type_sets: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_usermeta: Data: 0.14MB + Index: 0.11MB + Engine InnoDB
utd_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
utd_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_wcpdf_packing_slip_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_wc_admin_notes: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
utd_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
utd_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
utd_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
utd_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
utd_wpfront_ure_login_redirect: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_wpfront_ure_options: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
utd_wpfront_ure_post_type: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_wpfront_ure_taxonomy: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
utd_wpr_rucss_resources: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
utd_wpr_rucss_used_css: Data: 1.52MB + Index: 0.06MB + Engine InnoDB### Post Type Counts ###
amn_exact-metrics: 1
attachment: 257
componist: 14
custom_css: 1
et_header_layout: 1
et_pb_layout: 4
et_template: 1
et_theme_builder: 1
nav_menu_item: 15
page: 12
post: 26
product: 74
shop_order: 168
werk: 74
wp-types-group: 3
ywcm_message: 1### Security ###
Secure connection (HTTPS): ?
Hide errors from visitors: ?### Active Plugins (21) ###
Gravity Forms: door Gravity Forms – 2.6.3.4
Admin Menu Editor: door Janis Elsts – 1.10.2
BBQ Firewall: door Jeff Starr – 20220517
Classic Editor and Classic Widgets: door WPGrim – 1.1.1
Deactivate XML-RPC Service: door DeveloperWil – 1.0.4
Disable Bloat for WordPress & WooCommerce: door Disable Bloat – 3.0.3
Divi Layout Overrides: door Sean Barton – Tortoise IT – 1.2
DP Portfolio Posts Pro: door DiviPlugins – 4.1.8
GA Google Analytics: door Jeff Starr – 20220517
Inside .Services Custom snippets: door Han Leentvaar – 1.5
Limit Login Attempts Reloaded: door Limit Login Attempts Reloaded – 2.25.3
MainWP Child: door MainWP – 4.2.3
Mollie-betalingen voor WooCommerce: door Mollie – 7.2.0
Toolset Types: door OnTheGoSystems – 3.4.16
UpdraftPlus – Backup/Restore: door UpdraftPlus.Com
DavidAnderson – 2.22.12.25WooCommerce HTML5 Video: door Webilop – 1.7.10
WooCommerce PDF Invoices & Packing Slips: door WP Overnight – 2.16.0
WooCommerce: door Automattic – 6.6.1
WP Rocket: door WP Media – 3.11.3
WP Sitemap Page: door Tony Archambeau – 1.9.1
WPFront User Role Editor: door Syam Mohan – 3.2.1.11184### Inactive Plugins (0) ###
### Dropin Plugins (1) ###
advanced-cache.php: advanced-cache.php
### Must Use Plugins (1) ###
ET Support Center :: Must-Use Plugins Autoloader: door Elegant Themes –
### Settings ###
API Enabled: ?
Force SSL: –
Currency: EUR (€)
Currency Position: left
Thousand Separator: .
Decimal Separator: ,
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)Connected to WooCommerce.com: –
Enforce Approved Product Download Directories: –### WC Pages ###
Winkelbasis: #116 – /mijn-account/
Winkelwagen: #112 – /winkelmand/
Afrekenen: #114 – /afrekenen/
Mijn account: #116 – /mijn-account/
Algemene voorwaarden: #210 – /algemene-voorwaarden/### Theme ###
Name: Spiritoso
Version: 1
Author URL: https://inside-services.nl
Child Theme: ?
Parent Theme Name: Divi
Parent Theme Version: 4.17.4
Parent Theme Author URL: https://www.elegantthemes.com
WooCommerce Support: ?### Templates ###
Overrides: –
### Admin ###
Enabled Features: activity-panels
analytics
coupons
customer-effort-score-tracks
experimental-products-task
experimental-import-products-task
experimental-fashion-sample-products
homescreen
marketing
mobile-app-banner
navigation
onboarding
onboarding-tasks
remote-inbox-notifications
remote-free-extensions
payment-gateway-suggestions
shipping-label-banner
subscriptions
store-alerts
transient-notices
wc-pay-promotion
wc-pay-welcome-page
wc-pay-subscriptions-pageDisabled Features: minified-js
settingsDaily Cron: ? Next scheduled: 2022-06-24 00:16:48 +02:00
Options: ?
Notes: 46
Onboarding: completed### Action Scheduler ###
Afgerond: 42
Oldest: 2022-06-20 18:40:31 +0200
Newest: 2022-06-23 13:26:22 +0200In afwachting: 1
Oldest: 2022-06-23 17:04:32 +0200
Newest: 2022-06-23 17:04:32 +0200### Status report information ###
Generated at: 2022-06-23 13:40:13 +02:00
`Forum: Plugins
In reply to: [Link Library] Error 500Hi Yannick,
checking the option ‘Hide category on start in single cat mode’ did the trick.
When I also enable ‘Only show one category at a time’ I do not get search results.
Problem solved, thanks for your support!Forum: Plugins
In reply to: [Link Library] Error 500I notice that the error 500 is mainly caused by the setting “pagination”.
When I turn that off the rendering speed is much higher, error 500 is not the problem anymore.
However, links are still visible without entering a search term, although “Hide is empty” is set to true. But the maximum is respected now (when pagination is turned off).Forum: Plugins
In reply to: [Link Library] Error 500Hi Yannick,
I always keep plugins up to date, but I dived a bit deeper into the problem, as the user told me this only occurred on the search page. I found that The search page now always shows results, also when nothing is entered into the search field.
This results in fetching ALL links, paginated. The maximum is set to 250, which does not seem to be respected.My code on the page is
[link-library-search settings=3] [link-library settings=3]
I can supply the library settings if that may help. In the common tab “Hide serach results when empty” is (and was) set to true.
I also notice that I do not get any output in the log files, although I did turn the debugging on. But I experience that on other sites too.
- This reply was modified 3 years, 7 months ago by Han Leentvaar.
- This reply was modified 3 years, 7 months ago by Han Leentvaar. Reason: New test results
Forum: Plugins
In reply to: [Link Library] Error 500Hi Yannick,
I reinstalled the plugin, but the problem is related to bad (slow) hosting with very little memory.
Thanks for your advice!Regards, Han Leentvaar