xinomilo
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Suppress error message?only get this message on forms that have another copy to sender enabled. because of possible spam uses – makes sense. but we use wp armour plugin that protects cf7 forms, and it seems cf7 doesn’t recognise this antispam method, and expects akismet or recaptcha only.
since this change was enforced, it should be more flexible and recognise more antispam methods.
Forum: Plugins
In reply to: [Sharing Club] breaks site‘edit post’ page returns web error 500 (internal server error) and is totally blank/white. no other message in logs apart from the php one i already pasted.
Forum: Plugins
In reply to: [Sharing Club] breaks siteupgraded to plugin version 1.3 and retried with no luck. uninstalled plugin and reinstalled, same error. error message :
AH01071: Got error ‘PHP message: PHP Catchable fatal error: Object of class WP_Term could not be converted to string in /home/example/public_html/wp-includes/taxonomy.php on line 2506\n’, referer: https://example.org/
website is fully upgraded, no buddypress installed. using apache 2.4.25 & php-fpm 7.0.33. also disabled all cache/stats plugins, nothing changed.
21 installed plugins: A antispam-bee 2.9.1 I autoclear-autoptimize-cache 1.0.0 I autoptimize 2.4.4 A classic-editor 1.4 A contact-form-7 5.1.1 A contact-form-7-image-captcha 2.4.6 A greeklish-permalink 3.0 A http2-server-push 1.4 I hyper-cache 3.3.7 A iwp-client 1.9.0 A newsletter 5.8.9 A shariff 4.6.1 A sharing-club 1.3 I statify 1.6.3 A wp-fail2ban 4.1.0 A sitepress-multilingual-cms 4.2.0 I wpml-string-translation 2.10.0 I wpml-translation-management 2.8.0 A wordpress-seo 10.0.1 M mu-iwp-client D advanced-cache.php Legend: A = Active, I = Inactive, M = Must Use, D = Drop-Inthanks,
d.Forum: Plugins
In reply to: [Sharing Club] translationsno worries,
i’m marking this as resolved, will follow-up on make.w.o
thanks for the request 🙂Forum: Themes and Templates
In reply to: [SimpleShift] HTTP ERROR 500this is malware and you need to clean up the website. check this as well: https://ww.wp.xz.cn/support/topic/class-wp-php/
infected files would be in wp-includes/ and also in any theme’s functions.php file.same issues here. after plugin upgrade we can’t login to the site, php timeouts and 504 error.
deactivated sucuri, and login works again.Forum: Plugins
In reply to: [Bulk Delete] not deleting posts from dbhey sorry for the “noize”, it seems whats left in the db is all post_type = ‘attachments’. we probably need an add-on for that i guess.
we’re using the autoblog plugin as the aggregator.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] XSS Fixany updates on this?
Forum: Themes and Templates
In reply to: [Atahualpa] 3.7.22 update breaks rss feedsjust updated to 3.7.23 and rss feeds look ok. thx 🙂
Forum: Themes and Templates
In reply to: [Atahualpa] 3.7.22 update breaks rss feedsthx for the feedback/help.. will probably revert, untill its fixed..
Forum: Themes and Templates
In reply to: [Atahualpa] 3.7.22 update breaks rss feedsdid you try feedvalidator.org?
Forum: Themes and Templates
In reply to: [Atahualpa] 3.7.22 update breaks rss feedsmaybe this helps?
$ diff 3.7.22/functions/bfa_meta_tags.php 3.7.20/functions/bfa_meta_tags.php
66,71c66
< if ( is_front_page() ) {
< return get_bloginfo(‘name’);
< } else {
< return trim( $title ) . ” « ” . get_bloginfo(‘name’);
< }
<
—
> return $title . $sep . get_bloginfo(‘name’);
75,76c70
< #if ( is_home() ) {
< if ( is_front_page() ) {
—
> if ( is_home() ) {Forum: Themes and Templates
In reply to: [Atahualpa] 3.7.22 update breaks rss feedsi can understand entities, but nothing has changed in the blogs network either (last change was wp -> 4.1 upgrade).
and other themes/blogs dont have this issue with character entities.. only blogs using atahualpa and after latest theme upgrade..
anyone else facing same issue?Forum: Themes and Templates
In reply to: [Atahualpa] 3.7.22 update breaks rss feedsxm, i see the character ‘«’ here, but what i actually see in broken feed is this :
<title>Site Title « Site Title</title>