On an event page in the meta details area, it does not resolve. It results in a 504 Gateway Timeout.
To reproduce, go to https://lpin.org/event/lpac-odd-month-business-meeting-3/ and click “Business Meeting” or the tags ” Allen County, CD3″
-
This topic was modified 12 months ago by Evan McMahon.
Evan McMahon
Hi Evan,
Do you get an errors in your server logs?
Stephen Harris
Hi Stephen,
Only now having some time to dig into. Sorry for such a delay.
Here is error reported:
[Mon Jan 29 15:34:14.736018 2024] [security2:error] [pid 1007464:tid 22579065030400] [remote 104.28.110.92:41313] [client 104.28.110.92] ModSecurity: Access denied with code 406 (phase 2). Pattern match “Mozilla/(4|5)\\.0$” at REQUEST_HEADERS:User-Agent. [file “/etc/apache2/conf.d/modsec2.liquidweb.conf”] [line “104”] [id “2000064”] [hostname “lpin.org”] [uri “/wp-content/uploads/civicrm/persist/contribute/sites/1/images/uploads/static/madison_email_500x144mgd48_550cd2430d5b7bd57da5c660a7ed5b19.png”] [unique_id “ZbgLxvBAdp9MnaUV1GqO-QAAAwY”]
[Mon Jan 29 15:34:24.119067 2024] [proxy_fcgi:error] [pid 1007464:tid 22579033511680] (70007)The timeout specified has expired: [remote 10.20.7.204:54852] AH01075: Error dispatching request to : (polling), referer: https://lpin.org/events/category/business/
But I do not think that is helpful. Here is some findings that might help you help me here:
Changing to WP 2022 theme, results in a category page WSOD: https://staging.lpin.org/events/category/business/
Using Astra or an Astra Child theme it never load and times out. If using “theme Compatibility Mode” it fails. Using “template handling” works with Astra. However, the goal is to use “theme compatibility mode”.
Astra Child templates customized are:
event-meta-event-single.php
archive-event.php
search-event-list.php
single-event.php
2021 theme WORKS with theme compatibility mode (uses page.php template).
Suggestions?
Evan McMahon