chaos
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 cause HTTP 500 errorI am having the same issues, cant figure it out
/wp-json/contact-form-7/v1/contact-forms/5153/feedback
Failed to load resource: the server responded with a status of 500 (Internal Server Error)access_log
[21/Sep/2017:08:42:40 +0000] “POST /wp-json/contact-form-7/v1/contact-forms/5153/feedback HTTP/1.1” 500 527 “https://domain.com/test-form/” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36”
error_log
[Thu Sep 21 08:45:28.511898 2017] [core:error] [pid 93428] [client x.x.x.x] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace., referer: https://domain.com/test-form/
thanks @metaeditor – bump for the devs.
Forum: Plugins
In reply to: [Yoast SEO] sitemap slow queryJust bumping this in hopes to help others.
Forum: Plugins
In reply to: [Add Multiple Users for WordPress] Add From Network no longer worksi’m getting the same issue on my end
Forum: Themes and Templates
In reply to: [Fukasawa] Site title problemI am seeing the same issue on my end. Just reporting it for author to see to fix.
Forum: Plugins
In reply to: [Maintenance] Won't activate, "Are you sure you want to do this?"Yup, I can’t save my settings, I keep getting “Are you sure you want to do this?” on a white screen and if I hit back my settings clears out. ??
Forum: Plugins
In reply to: [Maintenance] Won't activate, "Are you sure you want to do this?"I deactivated the plugin and reactivated it and lost all my custom maintenance settings! UGH!
Forum: Plugins
In reply to: [Local Market Explorer] Parse errorI am getting the same error.
It looks like the way they wrote $noshowarr needs to be changed, it’s assumed that the object is init as an array?
I changed the surrounded [] brackets to array()
So line 74 looks like:
$noshowarr = array('PERCENT LISTING PRICE REDUCTION', 'MEDIAN LIST PRICE', 'HOMES FOR SALE','HOMES RECENTLY SOLD','MEDIAN VALUE PER SQ FT','HOMES FOR SALE BY OWNER','NEW CONSTRUCTION','FORECLOSURES');
Ugh, sorry I meant to post this on support, how do i delete this???
Forum: Plugins
In reply to: [WP-Markdown] HeartBeat API strips markdown and white spaces #61I retract my previous ticket I thik I have misunderstood
Is this plugin safe?
Forum: Requests and Feedback
In reply to: Can Plugin Pages Have An Option To Link To Their Github Repo?I was just thinking it would be useful to have the option of having a link from the Developers tab, maybe under “Browse the Code” the option to allow a Github Link. But now that you bring it up, using www.remarpro.com hosting is important.
Personally I enjoy finding plugins that is on Github, PressForward is a good example.
Forum: Plugins
In reply to: [WP Multi Network] WordPress 4.0 support?I have been using WP Multi Network on 4.0 with no issues, according the the Github repository JJJ has tested it on 4.1.
https://github.com/johnjamesjacoby/wp-multi-network
??
Forum: Fixing WordPress
In reply to: Suspected HackFound this on a server I manage, here is some detail on the code.
Forum: Fixing WordPress
In reply to: Recent new xmlrpc.php brute force password-guessing attack detailsUse .htaccess to block all requests made to xmlrpc.php
# Block WordPress xmlrpc.php requests <Files xmlrpc.php> order deny,allow deny from all allow from 123.123.123.123 </Files>
The allow line gives you opportunity to whitelist your ip(s) if you use WordPress app on your self hosted site.
I’ve actually blocked xmlrpc.php requests at apache… It’s just annoying.
Citation: via InMotionHosting https://www.inmotionhosting.com/support/website/wordpress/disable-xml-rpc-requests