huppbrian
Forum Replies Created
-
Well like I said in the initial post, I have a satisfactory workaround that meets my needs. The only reason I opened up the string in the first place is to raise the flag in case someone else has a similar issue. So I’m not planning to pursue it any further.
Sorry it took so long.
I get a 500 error. Here’s the info from the log. I don’t know whether it makes a difference, but notice I’m using Firefox. I get the same issue with Edge.
POST
https://huppbrian.us/wp-comments-post.php
[HTTP/2 500 635ms]
POST
https://huppbrian.us/wp-comments-post.php
Status
500
VersionHTTP/2
Transferred3.41 kB (2.53 kB size)
Referrer Policystrict-origin-when-cross-origin
Request PriorityHighest
DNS ResolutionDNS over HTTPS
alt-svc
h3=":443"; ma=86400
cache-control
no-cache, no-store, must-revalidate, max-age=0
cf-cache-status
DYNAMIC
cf-ray
94a4c72aacfbbcfd-ATL
content-security-policy
upgrade-insecure-requests
content-type
text/html; charset=UTF-8
date
Wed, 04 Jun 2025 04:44:58 GMT
expires
Wed, 11 Jan 1984 05:00:00 GMT
nel
{"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
panel
hpanel
platform
hostinger
report-to
{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FYhslCvdaXmxv8OqJz1y6GFbaMkw8E%2Bo4kSrPN54su1YwmV34BFmjnJtXRVtA6mSWCWEt4qM4wniNiIWGHkydlotaDYwp8PQKazVlA%3D%3D"}]}
server
cloudflare
vary
Accept-Encoding
x-dns-prefetch-control
on
X-Firefox-Spdy
h2
x-litespeed-cache-control
no-cache
x-litespeed-tag
194_HTTP.500
x-powered-by
PHP/8.2.27
x-turbo-charged-by
LiteSpeed
Accept
text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
Accept-Encoding
gzip, deflate, br, zstd
Accept-Language
en-US,en;q=0.5
Cache-Control
no-cache
Connection
keep-alive
Content-Length
238
Content-Type
application/x-www-form-urlencoded
Cookie
_lscache_vary=6a32618bcfd576c6fc3205206ae4733b; cookielawinfo-checkbox-necessary=yes; litespeed_qc_hide_banner=1748548414; t1xolzkv=er2romvcy353; jyd01qrc=s0ig3k7exc40; qngnwu9p=qw1f9lk3s6pd; 3k2yvav0=eo07akcexgzl; wordpress_test_cookie=WP%20Cookie%20check; PHPSESSID=ihi70o98vt8703vlvbff982dse; session_id=cad981ddef2de3228e9442c853ea087a; email_id=tsc%40huppbrian.us
Host
huppbrian.us
Origin
https://huppbrian.us
Pragma
no-cache
Priority
u=0, i
Referer
https://huppbrian.us/bible-study/genesis-291-3024-jacobs-wives-children/
Sec-Fetch-Dest
document
Sec-Fetch-Mode
navigate
Sec-Fetch-Site
same-origin
Sec-Fetch-User
?1
Sec-GPC
1
TE
trailers
Upgrade-Insecure-Requests
1
User-Agent
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0
Sorry to ask such a dumb question, but how do I check for Javascript errors?
Sorry, I don’t know whether there were any Javascript errors, and since I have the workaround in place, I’m reticent to “re-break” the site to find that answer. In retrospect, I suppose I could have turned on the AIOS debug logging before implementing the workaround, but I didn’t. I want to help any way I can. I suppose I could temporarily deactivate the workaround plugin and re-enable the CAPTCHAs in AIOS.
It might be helpful to know that before I put the site on Turnstile I was using the AIOS built-in arithmetic problem CAPTCHA on all my forms including the comment form and that was working fine.
Forum: Plugins
In reply to: [LiteSpeed Cache] Breaks User Role Based page headersI spoke too soon. Re-enabling the REST API did NOT resolve the issue after all. I’m not sure why it was working for a while, but I still have the same issue.
Note that in the meantime, I have migrated from dynamic Login/Logout menu items set up in the ASE plugin to similar dynamic menus set up with the UsersWP plugin and I’m still having the same issue when Litespeed is activated. Deactivating Litespeed resolve the issue.
Forum: Plugins
In reply to: [LiteSpeed Cache] Breaks User Role Based page headersFIXED – I had disabled the REST API in the Admin and Site Enhancements plugin. After restoring the REST API everything works as hoped for. Sorry to bother you. Please mark closed.
Forum: Plugins
In reply to: [LiteSpeed Cache] Breaks User Role Based page headersYep. That’s why I think I must have something configured wrong. Does the plugin have the capability to generate a settings dump file for review?
Forum: Plugins
In reply to: [LiteSpeed Cache] Breaks User Role Based page headersHere’s the info you requested (all with browser cache disabled):
New visit to home page and also after login…
Response Headers
x-litespeed-cache: hit
Request Headers
Cache-Control: no-cache
No x-litespeed-cache-control in either case.
After page refresh following login…
Response Headers
cache-control: no-cache, must-revalidate, max-age=0, no-store, private
x-litespeed-cache: miss
x-litespeed-cache-control: private,max-age=1800
Request Headers
Cache-Control: no-cache
Forum: Plugins
In reply to: [LiteSpeed Cache] Breaks User Role Based page headersJust to make sure I understand, you want me to check these fields…
- As a website visitor to the site home page
- After clicking Login
- After logging in (when the issue I reported is exhibited – that is the menu isn’t updated)
- After going back to the home page (when the issue is cleared)
Do I have that right?
Forum: Plugins
In reply to: [LiteSpeed Cache] Breaks User Role Based page headersCould you walk me through this? Baby steps and monosyllables, please. I do want to help troubleshoot, but I’m not the brightest bulb on the string.
Forum: Plugins
In reply to: [LiteSpeed Cache] Breaks User Role Based page headersBTW – I have tried the various presets from Advanced down to Essentials. All exhibit the same issue.
Forum: Plugins
In reply to: [LiteSpeed Cache] Breaks User Role Based page headersReport Number – KZPJOHUG
Looks like the offending line is in this function…
public function getOnlyBelongsFilters( $sets ) { $relevantFilters = []; foreach ( $sets as $set ) { $relevantFilters[] = $this->selectOnlySetFilters( $set['ID'] ); } $relevantFilters = flrt_remove_level_array($relevantFilters); return $this->extractBelongsFilters($relevantFilters); }May I suggest adding an if ($sets) before the foreach loop to cover the case where no filters have been configured. I suspect that my issue will go away once I configure some filters.
- This reply was modified 2 years, 4 months ago by huppbrian.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed Cache v.5.4 Update Breaks Advanced Sermons PluginSorry. I can’t reproduce the issue. I had an issue with another plugin Church Admin that has subsequently been fixed by the plugin author. Once that was done, the problem with the Litespeed update went away. For the record though the error was that the Advanced Sermons sermon archive couldn’t be found. This archive isn’t a page. I believe it is a custom post type.
Forum: Plugins
In reply to: [Gutenberg] Inline Color in Blockquote and Paragraph BlocksSo no comments from anybody at all about this, huh? I guess I must be the only one who uses this. Guess it’s back to the old “classic” block for me to regain the functionality the other blocks once had in Gutenberg. Don’t worry. We know what’s best for you. You didn’t really want this capability in the first place. You’ll thank us later.