In the last couple of days I started having trouble uploading media in Providence; it would take a very long time and I couldn't do anything else until that process ended. Now it seems no media is getting through; I was working with pdfs but i tested with jpegs and same issue.
In the last 2 weeks our site was being hit hard with AI data scrapers, causing redis to shut down often but we got that figured out and blocked with help from our host support. Not sure if this has anything to do with the current media issue, but the log in CA doesn't make much sense to me. I'm trying to check the php log but for some reason even as root permission is denied.
WARN --> Undefined variable $type_id [/home/b3a24e5/public_html/pawtucket/ca/app/helpers/navigationHelpers.php:1020]
2024-10-10 21:48:16 - WARN --> Undefined array key "list_format" [/public_html/pawtucket/ca/themes/default/views/bundles/ca_occurrences.php:111]
2024-10-10 21:48:16 - WARN --> Undefined array key "list_format" [/public_html/pawtucket/ca/themes/default/views/bundles/ca_objects.php:173]
2024-10-10 21:48:20 - WARN --> Undefined variable $type_id [/public_html/pawtucket/ca/app/helpers/navigationHelpers.php:1020]
2024-10-10 21:48:21 - WARN --> Undefined variable $type_id [/public_html/pawtucket/ca/app/helpers/navigationHelpers.php:1020]
2024-10-10 21:48:30 - WARN --> Undefined array key "_user_preferences" [/public_html/pawtucket/ca/app/widgets/recentRegistrations/recentRegistrationsWidget.php:108]
2024-10-10 21:48:30 - WARN --> Trying to access array offset on value of type null [/public_html/pawtucket/ca/app/widgets/recentRegistrations/recentRegistrationsWidget.php:108]
2024-10-10 21:48:30 - WARN --> Undefined array key "choiceList" [/public_html/pawtucket/ca/app/widgets/recentRegistrations/recentRegistrationsWidget.php:113]
2024-10-10 21:48:30 - WARN --> Undefined variable $va_profile_prefs [/public_html/pawtucket/ca/app/widgets/recentRegistrations/recentRegistrationsWidget.php:128]
I did see in the Pawtucket log that there was a php issue with dompdf and Maximum execution time of 60 seconds exceeded. I upped the numbers in max_execution_time and max_input_time without any effect.