#wordpress 2020-04-15

2020-04-15 UTC
CMF, nickodd, [prtksxna], [LewisCowles], TPW, sscarfe, heaters, sknebel, [Steve_Ellwood], [KevinMarks], [jgmac1106], petermolnar, [schmarty] and TeeBaggage joined the channel
#
TeeBaggage
Hello friends
covid12221 joined the channel
#
TeeBaggage
I'm wondering how to disable Wordpress' moveForm functionality for comments. I'd like to have a separate form for a main reply and reply to comments
cambridgeport90 joined the channel
#
cambridgeport90
I haven't been at this for a bit, but how does one troubleshoot http 500 errors in auth endpoints? Some clients work with my site, others don't. Quill does something weird; post actually succeeds, but gives a failure message. Big long one. Needless to say, I have the latest versions of Wordpress, and all of the IndieWeb plugins. error is as follows: Micropub Response Below is the response from your Micropub endpoint. This may contain
#
cambridgeport90
helpful information that can be used to troubleshoot the issue. HTTP/1.1 500 Internal Server Error Date: Wed, 15 Apr 2020 12:00:31 GMT Content-Type: application/json; charset=UTF-8 Content-Length: 279 Connection: keep-alive Set-Cookie: __cfduid=da5cbecad0410e3225129f81f241f5f371586952028; expires=Fri, 15-May-20 12:00:28 GMT; path=/; domain=.cambridgeport90.net; HttpOnly; SameSite=Lax Cache-Control: no-cache, must-revalidate,
#
cambridgeport90
max-age=0 Expires: Wed, 11 Jan 1984 05:00:00 GMT X-Powered-By: PHP/7.3.10 X-Robots-Tag: noindex Link: <https://cambridgeport90.net/wp-json/>; rel="https://api.w.org/" X-Content-Type-Options: nosniff Access-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages Access-Control-Allow-Headers: Authorization, Content-Type X-Powered-By: ASP.NET CF-Cache-Status: DYNAMIC Expect-CT: max-age=604800,
#
cambridgeport90
report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: cloudflare CF-RAY: 584581a03f7bed43-SJC cf-request-id: 021f4f58260000ed4316340200000001 {"code":"internal_server_error","message":"<p>There has been a critical error on your website.<\/p><p><a href=\"https:\/\/wordpress.org\/support\/article\/debugging-in-wordpress\/\">Learn more about debugging in
#
cambridgeport90
WordPress.<\/a><\/p>","data":{"status":500},"additional_errors":[]}
[grantcodes] joined the channel
#
[grantcodes]
Most classic and easy of all wp testing methods is to disable all other plugins and move to a default theme and try again. Then you might be able to get an idea of where it came from at least\
petermolnar, ondrejkolin, sscarfe, jeremych_ and [jgmac1106] joined the channel
#
[jgmac1106]
^^^ is a major reason I left WP
#
[jgmac1106]
nothing more infuriating then every plugin customer service advice starting with "turn off all other plugins, then turn them on one by one, when you find the plugin (that you really need) that conflicts with ours delete it
#
[grantcodes]
The perils of an open ecosystem. People write bad code 😄
[Michael_Beckwi] joined the channel
#
[Michael_Beckwi]
I do quite my fair share of WP support as my dayjob, and the part about “find the conflicting plugin and delete it” is…not the right advice
#
[Michael_Beckwi]
yes, find the conflicting item, but at that point everyone involved should be seeing what can be done to help resolve while retaining both
#
[Michael_Beckwi]
I’ve seen cases of say “headers already sent” with ajax/http requests that are caused by unrelated plugins having basic “php notice” errors output.
[grantcodes], Inday, [prtksxna], [LewisCowles], nickodd, ondrejkolin, gRegorLove and hatesec joined the channel
#
hatesec
did anyone here have trouble updating your sites to wordpress 5.0?
indier, cinnamon-girl, [calumryan], jamietanna, [Ana_Rodrigues], hatesec, [chrisaldrich], [grantcodes] and [schmarty] joined the channel; nickodd left the channel
#
[chrisaldrich]
Most times I've run into plugin conflicts both sides have almost fallen over each other in a race to make it easier first. Sometimes it depends on whether it's a paid product or someone's side-hustle or hobby, but generally it gets resolved as long as one has some patience.
#
[chrisaldrich]
If you stick with any particular project long enough, you're going to run into issues. It's the "how problems are handled" that make some projects better than others. Just because you get a bad response from one person may just mean they're having a bad day.
#
[chrisaldrich]
hatesec, I remember waiting a beat or two on upgrading for some tweaks relating to IndieWeb things to catch up, but otherwise I didn't have any issues. Is there something particular you're worried about? Have you tried it on a local or test server?
[snarfed], [tantek], capslockon, [Kevin_Faaborg] and bishop_bautista joined the channel
#
bishop_bautista
is it ok to ask wordpress questions here?
[Michael_Beckwi] joined the channel
#
[Michael_Beckwi]
generally yeah, though i think it’s ideal to be questions focused on working within the indieweb, rather than general support questions. I may be wrong though
cambridgeport90 and [snarfed] joined the channel
#
cambridgeport90
So looks like I'll be taking out plugins one by one ... this is going to be fun. I keep looking for a server error of some kind, though this could very easily be something with PHP, couldn't it?
#
GWG
cambridgeport90: Considering I spent part of the day tracking a bug in the code that turned out to be something in PHP7.4 that caused much of my code to fail...
#
GWG
Maybe?