jbleys
Forum Replies Created
-
Forum: Plugins
In reply to: [Query Monitor] Plugin fails entirely in 4.0 and 4.0.1Similar experience here on my localhost. In my case the conflicting plugin appears to be Pods. With Pods activated, QM 4 just throws a fatal error. With Pods deactivated, QM 4 appears to work ok.
Env.: Pods 3.3.8, WP 6.9, PHP 8.3, MySQL 5.7
And same as everyone else, 3.20.4 works fine all the time.
- This reply was modified 1 month, 3 weeks ago by jbleys. Reason: add error snapshot
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Search ‘hidden’ meta fieldsThank you for the reply and pointing me in the right direction.
Forum: Plugins
In reply to: [amr shortcode any widget] XSS Vulnerability (fix)Thank you @pessimisticoptimist for letting us know about the developer. May she rest in peace.
Forum: Plugins
In reply to: [Widgets on Pages] Is this plugin coming back?Any update on the review process, or information what the holdup is about?
Forum: Plugins
In reply to: [amr shortcode any widget] XSS vulnerabilitySince I make extensive use of this plugin, I hope any issues get resolved and the plugin is made available again.
Forum: Plugins
In reply to: [WP Attachments] PHP warningsJust an update for others that run into this issue. The warnings can be suppressed by making a change to your wp-config.php file.
Replace this line from your wp-config.php file:
define('WP_DEBUG', false);
with:ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);Forum: Reviews
In reply to: [Shortcodes Elements] conflicts with themeHi, thanks for replying. It’s a custom theme used in our organization. I did not test the plugin with other themes. It’s a possibility that it specifically conflicted just with our theme. Unfortunately I’ll not further investigate and have moved on.
Best
Forum: Plugins
In reply to: [MapSVG - Vector maps, Image maps, Google Maps] Map stuck on “Loading map…”@oyatek Thanks so much for pointing out the issue. Indeed the entire wp-admin folder is configured for Authentication. The issue has been resolved via .htaccess by allowing the admin-ajax.php.
<Files “admin-ajax.php”>
Satisfy Any
Allow from all
</Files>Best,
JasperForum: Plugins
In reply to: [WP Pubmed Reflist] one specific pmid not being retrievedNo worries! 🙂
Thanks for the explanation, and I can confirm that the citation is a chapter in a publication that used to be categorized as a book. At least I can stop pulling out my hair now.