Cannot complete install of Block Designer or Block Designer Pro

Permalink Browser Info Environment
I've tried multiple times to install these two plugins, but keep getting blocked by a foreign key constraint failure. When installing the Block Designer addon, I get the following stack trace (I only include the most relevant install-related lines):

Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException thrown with message "An exception occurred while executing 'ALTER TABLE atselectedtopics ADD CONSTRAINT FK_E42A7D5BA2A82A5D FOREIGN KEY (avID) REFERENCES atTopic (avID)':
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`flathead_cms`.`#sql-b64_3c1d`, CONSTRAINT `FK_E42A7D5BA2A82A5D` FOREIGN KEY (`avID`) REFERENCES `attopic` (`avID`))"
Stacktrace:
#41 Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException in C:\WebRepositories\redesign.flathead.mt.gov\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php:68
#40 Doctrine\DBAL\Driver\AbstractMySQLDriver:convertException in C:\WebRepositories\redesign.flathead.mt.gov\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:182
#39 Doctrine\DBAL\DBALException:wrapException in C:\WebRepositories\redesign.flathead.mt.gov\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:159
#38 Doctrine\DBAL\DBALException:driverExceptionDuringQuery in C:\WebRepositories\redesign.flathead.mt.gov\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:2225
#37 Doctrine\DBAL\Connection:handleExceptionDuringQuery in C:\WebRepositories\redesign.flathead.mt.gov\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:1312
#36 Doctrine\DBAL\Driver\PDO\Exception in C:\WebRepositories\redesign.flathead.mt.gov\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDO\Exception.php:18
#35 Doctrine\DBAL\Driver\PDO\Exception:new in C:\WebRepositories\redesign.flathead.mt.gov\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:143
#34 PDOException in C:\WebRepositories\redesign.flathead.mt.gov\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:141
#33 PDO:query in C:\WebRepositories\redesign.flathead.mt.gov\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:141
#32 Doctrine\DBAL\Driver\PDOConnection:doQuery in C:\WebRepositories\redesign.flathead.mt.gov\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOQueryImplementation.php:38
#31 Doctrine\DBAL\Driver\PDOConnection:query in C:\WebRepositories\redesign.flathead.mt.gov\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:1308
#30 Doctrine\DBAL\Connection:executeQuery in C:\WebRepositories\redesign.flathead.mt.gov\concrete\src\Database\DatabaseStructureManager.php:233


The install of Block Designer Pro throws the same issue. If I ignore the error the addons show as installed, but there's no dashboard integration shown (none the of the single pages are registered).

Type: Ticket
Status: Resolved
FCIT_Programmers
View Replies:
ramonleenders replied on at Permalink Reply
ramonleenders
Hi there,

Seems that your Flathead Add-On is causing issues here. Not sure what this Add-on is or wjat it does? Your first few lines have the flathead constraint in the log mentioned. I can confirm that the Add-on should work with 9.0.2 of ConcreteCMS. Must be something with your current install unfortunately. Can you install other Add-ons though?

Kind regards
Ramon
FCIT_Programmers replied on at Permalink Reply
FCIT_Programmers
Thank you for the quick reply, I appreciate it.

I am able to install other addons on our Concrete installation, yes. I will try temporarily disabling the "Flathead County Identity Access Manager" addon, and install these two block designer addons again. We are actively developing this website with a custom theme and custom addons, so if there's something that we're doing that is breaking things, we want to know about it.
FCIT_Programmers replied on at Permalink Reply
FCIT_Programmers
Disabling the "Flathead County Identity Access Manager" addon didn't work, I still received the same basic error. The purpose of that Flathead addon is to enable LDAP and Duo/MFA authentication capabilities for the website.

The custom theme we're developing is not yet a full concrete package, and thus lives in the application/* folder structure. Is there another Flathead Add-On that you're referring to in your original comment?
ramonleenders replied on at Permalink Reply
ramonleenders
I dont know the add on, so I don't know to be honest. Did you upgrade from 8.x perhaps? I remember having the same issue with an installation, but forgot how I resolved it. See these lines:

ONSTRAINT FK_E42A7D5BA2A82A5D FOREIGN KEY (avID) REFERENCES atTopic (avID)':
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`flathead_cms`.`#sql-b64_3c1d`, CONSTRAINT `FK_E42A7D5BA2A82A5D` FOREIGN KEY (`avID`) REFERENCES `attopic` (`avID`))

Clearly there seems something wrong database wise for the constrainst of this flathead cms add on. Can you try a fresh install of concreteCMS maybe? Don't really know what to do on my end for this. Maybe there is a SQL fix, but since I am on holidays, it is a bit hard to search for tbat. If you have Slack, there are people helping out there as well.

Let me know if a clean install works, then at least we know it is something with the current database.

Kind regards
Ramon
FCIT_Programmers replied on at Permalink Reply
FCIT_Programmers
Thank you. I was going to attempt a fresh install of Concrete, without the custom themes and any other addons aside from these two. The flathead_cms in that MySQL error is the name of the database. This Concrete install started at version 9.0, and has only upgraded to the latest point releases available on that branch.

I will let you know how the fresh install goes. One of my other programmers also had a thought about cleaning up some of those tables, since she encountered an issue with one of her sub-projects, relating to foreign key issues and Entity relationships.

Thanks! Enjoy your holiday.
FCIT_Programmers replied on at Permalink Reply
FCIT_Programmers
After creating a fresh install of ConcreteCMS 9.0.2 for another project, and temporarily installing these two addons in that site, the addons installed just fine. I will troubleshoot our existing Concrete install, or start from scratch (since it's not launched yet).

Thank you for your assistance, I really appreciate it.
FCIT_Programmers replied on at Permalink Reply
FCIT_Programmers
I found the record that was causing the foreign key issue and removed it, since it was orphaned. That allowed me to install both addons.

concrete5 Environment Information

# Concrete Version
Core Version - 9.0.2
Version Installed - 9.0.2
Database Version - 20220114215506

# Database Information
Version: 8.0.28
SQL Mode: STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION

# Concrete Packages
Flathead County Identity Access Manager (0.3.3), GA Popular Pages (2.0.0), Jury Service (1.0), Marriage Application (1.0), Open Graph Tags Lite (2.1.5), Page Suggestions (1.0.1), Responsive Embed (1.0.1), Structured Data Video (1.1.1), Vivid Simple Accordion (1.0.1)

# Concrete Overrides
blocks/contact/add.php, blocks/contact/auto.js, blocks/contact/controller.php, blocks/contact/db.xml, blocks/contact/edit.php, blocks/contact/icon.png, blocks/contact/view.php, blocks/contact, blocks/department_contact/add.php, blocks/department_contact/auto.js, blocks/department_contact/controller.php, blocks/department_contact/db.xml, blocks/department_contact/edit.php, blocks/department_contact/icon.png, blocks/department_contact/view.php, blocks/department_contact, blocks/event_list/controller.php, blocks/event_list/form.php, blocks/event_list/templates/homepage_event_listing.php, blocks/event_list/templates, blocks/event_list/view.php, blocks/event_list, blocks/express_entry_detail/templates/associates_sidebar.php, blocks/express_entry_detail/templates/contact_us_sidebar.php, blocks/express_entry_detail/templates, blocks/express_entry_detail, blocks/homepage_service_teaser/add.php, blocks/homepage_service_teaser/composer.php, blocks/homepage_service_teaser/config-bb.json, blocks/homepage_service_teaser/controller.php, blocks/homepage_service_teaser/css_files/form.css, blocks/homepage_service_teaser/css_files, blocks/homepage_service_teaser/db.xml, blocks/homepage_service_teaser/edit.php, blocks/homepage_service_teaser/form.php, blocks/homepage_service_teaser/icon.png, blocks/homepage_service_teaser/scrapbook.php, blocks/homepage_service_teaser/view.php, blocks/homepage_service_teaser, blocks/office_contacts/add.php, blocks/office_contacts/controller.php, blocks/office_contacts/db.xml, blocks/office_contacts/edit.php, blocks/office_contacts/form.php, blocks/office_contacts/icon.png, blocks/office_contacts/view.php, blocks/office_contacts, blocks/search/controller.php, blocks/search/templates/auto_complete_search/view.js, blocks/search/templates/auto_complete_search/view.php, blocks/search/templates/auto_complete_search, blocks/search/templates/auto_complete_search.php, blocks/search/templates, blocks/search, blocks/top_navigation_bar/view.php, blocks/top_navigation_bar/view_original_20211029.php, blocks/top_navigation_bar, controllers/page_types/department.php, controllers/page_types, controllers/single_page/Jury_Service_Ajax.php, controllers/single_page, attributes/department/controller.php, attributes/department/controller_20211201.php, attributes/department/form.php, attributes/department/form_20211119.php, attributes/department, single_pages/cc_jury_service_class_excusal_entries.php, single_pages/cc_jury_service_class_excusal_form.php, single_pages/cc_jury_service_questionnaire.php, single_pages/cc_jury_service_questionnaire_confirmation.php, single_pages/cc_jury_service_questionnaire_script.php, single_pages/cc_jury_service_questionnaire_start.php, single_pages/court_schedule.php, single_pages/flathead_county_surplus_auction.php, single_pages/holidays.php, single_pages/jc_jury_service_questionnaire.php, single_pages/jc_jury_service_questionnaire_confirmation.php, single_pages/jc_jury_service_questionnaire_start.php, single_pages/judges_schedule.php, single_pages/juror_check-in.php, single_pages/_jury_service_class_answers.1.php, single_pages/_jury_service_class_answers.2.php, single_pages/_jury_service_class_questionnaire.1.php, single_pages/_jury_service_class_questionnaire.2.php, single_pages/_jury_service_questionnaire_version.1.php, single_pages/_jury_service_questionnaire_version.2.php, themes/flatheadcounty/2col.php, themes/flatheadcounty/3col.php, themes/flatheadcounty/blocks/autonav/bootstrap_nav/view.php, themes/flatheadcounty/blocks/autonav/bootstrap_nav, themes/flatheadcounty/blocks/autonav/templates/bootstrap_nav/view.php, themes/flatheadcounty/blocks/autonav/templates/bootstrap_nav, themes/flatheadcounty/blocks/autonav/templates, themes/flatheadcounty/blocks/autonav/view.php, themes/flatheadcounty/blocks/autonav, themes/flatheadcounty/blocks/breadcrumbs/view.php, themes/flatheadcounty/blocks/breadcrumbs, themes/flatheadcounty/blocks/calendar/templates/alpine_impact/view.css, themes/flatheadcounty/blocks/calendar/templates/alpine_impact/view.php, themes/flatheadcounty/blocks/calendar/templates/alpine_impact, themes/flatheadcounty/blocks/calendar/templates/basic_blue/view.css, themes/flatheadcounty/blocks/calendar/templates/basic_blue/view.php, themes/flatheadcounty/blocks/calendar/templates/basic_blue, themes/flatheadcounty/blocks/calendar/templates/royal_blue/view.css, themes/flatheadcounty/blocks/calendar/templates/royal_blue/view.php, themes/flatheadcounty/blocks/calendar/templates/royal_blue, themes/flatheadcounty/blocks/calendar/templates, themes/flatheadcounty/blocks/calendar, themes/flatheadcounty/blocks/calendar_and_events, themes/flatheadcounty/blocks/feature/view.php, themes/flatheadcounty/blocks/feature, themes/flatheadcounty/blocks/feature_link/view.php, themes/flatheadcounty/blocks/feature_link, themes/flatheadcounty/blocks/page_title/view.php, themes/flatheadcounty/blocks/page_title, themes/flatheadcounty/blocks/sub_navigation_bar, themes/flatheadcounty/blocks/top_navigation_bar/notes_editing_concrete_blocks.txt, themes/flatheadcounty/blocks/top_navigation_bar/view.php, themes/flatheadcounty/blocks/top_navigation_bar/view_new_20211103.php, themes/flatheadcounty/blocks/top_navigation_bar/view_original_20211029.php, themes/flatheadcounty/blocks/top_navigation_bar, themes/flatheadcounty/blocks, themes/flatheadcounty/css/calendar.css, themes/flatheadcounty/css/color_overwrite.css, themes/flatheadcounty/css/home-style.css, themes/flatheadcounty/css/home_page.css, themes/flatheadcounty/css/main.css, themes/flatheadcounty/css/presets/agency-on-aging/main.scss, themes/flatheadcounty/css/presets/agency-on-aging/_customizable-variables.scss, themes/flatheadcounty/css/presets/agency-on-aging/_variables.scss, themes/flatheadcounty/css/presets/agency-on-aging, themes/flatheadcounty/css/presets/blue-skies/main.scss, themes/flatheadcounty/css/presets/blue-skies/_customizable-variables.scss, themes/flatheadcounty/css/presets/blue-skies/_variables.scss, themes/flatheadcounty/css/presets/blue-skies, themes/flatheadcounty/css/presets/bootstrap-is-perfect/main.scss, themes/flatheadcounty/css/presets/bootstrap-is-perfect/_customizable-variables.scss, themes/flatheadcounty/css/presets/bootstrap-is-perfect/_variables.scss, themes/flatheadcounty/css/presets/bootstrap-is-perfect, themes/flatheadcounty/css/presets/default/main.scss, themes/flatheadcounty/css/presets/default/_customizable-variables.scss, themes/flatheadcounty/css/presets/default/_variables.scss, themes/flatheadcounty/css/presets/default, themes/flatheadcounty/css/presets, themes/flatheadcounty/css/scss/blocks/_dept-contact.scss, themes/flatheadcounty/css/scss/blocks/_event-list.scss, themes/flatheadcounty/css/scss/blocks/_office-contact.scss, themes/flatheadcounty/css/scss/blocks/_shared.scss, themes/flatheadcounty/css/scss/blocks, themes/flatheadcounty/css/scss/containers/_column.scss, themes/flatheadcounty/css/scss/containers/_grid.scss, themes/flatheadcounty/css/scss/containers/_shared.scss, themes/flatheadcounty/css/scss/containers, themes/flatheadcounty/css/scss/footer/_bottom_navigation.scss, themes/flatheadcounty/css/scss/footer, themes/flatheadcounty/css/scss/header/_top_navigation.scss, themes/flatheadcounty/css/scss/header, themes/flatheadcounty/css/scss/home-style.scss, themes/flatheadcounty/css/scss/mixins/_breakpoints.scss, themes/flatheadcounty/css/scss/mixins/_headings.scss, themes/flatheadcounty/css/scss/mixins/_type.scss, themes/flatheadcounty/css/scss/mixins/_visual-effects.scss, themes/flatheadcounty/css/scss/mixins, themes/flatheadcounty/css/scss/type/_headings.scss, themes/flatheadcounty/css/scss/type/_page.scss, themes/flatheadcounty/css/scss/type, themes/flatheadcounty/css/scss/_blocks.scss, themes/flatheadcounty/css/scss/_body.scss, themes/flatheadcounty/css/scss/_common.scss, themes/flatheadcounty/css/scss/_containers.scss, themes/flatheadcounty/css/scss/_footer.scss, themes/flatheadcounty/css/scss/_functions.scss, themes/flatheadcounty/css/scss/_header.scss, themes/flatheadcounty/css/scss/_mixins.scss, themes/flatheadcounty/css/scss/_shared-variables.scss, themes/flatheadcounty/css/scss/_subnavigation.scss, themes/flatheadcounty/css/scss/_type.scss, themes/flatheadcounty/css/scss, themes/flatheadcounty/css/skins/agency-on-aging.css, themes/flatheadcounty/css/skins/blue-skies.css, themes/flatheadcounty/css/skins/bootstrap-is-perfect.css, themes/flatheadcounty/css/skins/default.css, themes/flatheadcounty/css/skins, themes/flatheadcounty/css/styles.xml, themes/flatheadcounty/css, themes/flatheadcounty/default.php, themes/flatheadcounty/elements/containers/container_left_sidebar.php, themes/flatheadcounty/elements/containers/container_right_sidebar.php, themes/flatheadcounty/elements/containers/grid_four.php, themes/flatheadcounty/elements/containers/grid_six.php, themes/flatheadcounty/elements/containers/light_stripe.php, themes/flatheadcounty/elements/containers/three_columns.php, themes/flatheadcounty/elements/containers/two_columns.php, themes/flatheadcounty/elements/containers, themes/flatheadcounty/elements/footer.php, themes/flatheadcounty/elements/footer_scripts.20211110.php, themes/flatheadcounty/elements/footer_scripts.php, themes/flatheadcounty/elements/header.php, themes/flatheadcounty/elements/header_20211103.php, themes/flatheadcounty/elements/header_scripts.php, themes/flatheadcounty/elements/inline_search.php, themes/flatheadcounty/elements/page_editing_permissions.php, themes/flatheadcounty/elements/subnavigation_bar.php, themes/flatheadcounty/elements/subnavigation_popup.php, themes/flatheadcounty/elements, themes/flatheadcounty/full.php, themes/flatheadcounty/home-style.css, themes/flatheadcounty/home.php, themes/flatheadcounty/images/construction season.jpg, themes/flatheadcounty/images/Flathead County Courthouse and Moon.jpg, themes/flatheadcounty/images/Flathead County Courthouse at Night.jpg, themes/flatheadcounty/images/Flathead County Courthouse Steeple.jpg, themes/flatheadcounty/images/Flathead County Courthouse Street View.jpg, themes/flatheadcounty/images/Flathead Mountain Range.png, themes/flatheadcounty/images/FlatheadCountyHeader.jpg, themes/flatheadcounty/images/flatheadLake.jpg, themes/flatheadcounty/images/FlatheadMountainRange.png, themes/flatheadcounty/images/flatheadSeal_singleColor.png, themes/flatheadcounty/images/Historic Flathead County Courthouse Header.jpg, themes/flatheadcounty/images/Historic Flathead County Courthouse.jpg, themes/flatheadcounty/images/kalispell lights.jpg, themes/flatheadcounty/images/pretty_mountains.jpg, themes/flatheadcounty/images, themes/flatheadcounty/js/filter.js, themes/flatheadcounty/js/idle-timer.js, themes/flatheadcounty/js/idle-timer.min.js, themes/flatheadcounty/js/main.js, themes/flatheadcounty/js, themes/flatheadcounty/left_sidebar.php, themes/flatheadcounty/mix-manifest.json, themes/flatheadcounty/original page templates/default.php, themes/flatheadcounty/original page templates/department.php, themes/flatheadcounty/original page templates/left_sidebar_11202101.php, themes/flatheadcounty/original page templates/right_sidebar_20211101.php, themes/flatheadcounty/original page templates/service.php, themes/flatheadcounty/original page templates, themes/flatheadcounty/page_not_found.php, themes/flatheadcounty/page_theme.php, themes/flatheadcounty/presets/agency-on-aging/main.scss, themes/flatheadcounty/presets/agency-on-aging/_customizable-variables.scss, themes/flatheadcounty/presets/agency-on-aging/_variables.scss, themes/flatheadcounty/presets/agency-on-aging, themes/flatheadcounty/presets/blue-skies/main.scss, themes/flatheadcounty/presets/blue-skies/_customizable-variables.scss, themes/flatheadcounty/presets/blue-skies/_variables.scss, themes/flatheadcounty/presets/blue-skies, themes/flatheadcounty/presets/bootstrap-is-perfect/main.scss, themes/flatheadcounty/presets/bootstrap-is-perfect/_customizable-variables.scss, themes/flatheadcounty/presets/bootstrap-is-perfect/_variables.scss, themes/flatheadcounty/presets/bootstrap-is-perfect, themes/flatheadcounty/presets/default/main.scss, themes/flatheadcounty/presets/default/_customizable-variables.scss, themes/flatheadcounty/presets/default/_variables.scss, themes/flatheadcounty/presets/default, themes/flatheadcounty/presets, themes/flatheadcounty/right_sidebar.php, themes/flatheadcounty/right_sidebar_withSubNavView.php, themes/flatheadcounty/scss/footer/_bottom_navigation.scss, themes/flatheadcounty/scss/footer, themes/flatheadcounty/scss/header/_top_navigation.scss, themes/flatheadcounty/scss/header, themes/flatheadcounty/scss/home-style.scss, themes/flatheadcounty/scss/mixins/_breakpoints.scss, themes/flatheadcounty/scss/mixins/_headings.scss, themes/flatheadcounty/scss/mixins/_type.scss, themes/flatheadcounty/scss/mixins/_visual-effects.scss, themes/flatheadcounty/scss/mixins, themes/flatheadcounty/scss/type/_headings.scss, themes/flatheadcounty/scss/type/_page.scss, themes/flatheadcounty/scss/type, themes/flatheadcounty/scss/_body.scss, themes/flatheadcounty/scss/_common.scss, themes/flatheadcounty/scss/_footer.scss, themes/flatheadcounty/scss/_functions.scss, themes/flatheadcounty/scss/_header.scss, themes/flatheadcounty/scss/_mixins.scss, themes/flatheadcounty/scss/_shared-variables.scss, themes/flatheadcounty/scss/_type.scss, themes/flatheadcounty/scss, themes/flatheadcounty/skins/agency-on-aging.css, themes/flatheadcounty/skins/blue-skies.css, themes/flatheadcounty/skins/bootstrap-is-perfect.css, themes/flatheadcounty/skins/default.css, themes/flatheadcounty/skins, themes/flatheadcounty/styles.xml, themes/flatheadcounty/three_column.php, themes/flatheadcounty/thumbnail.png, themes/flatheadcounty/two_column.php, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-grid.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-grid.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-grid.min.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-grid.min.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-grid.rtl.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-grid.rtl.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-grid.rtl.min.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-grid.rtl.min.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-reboot.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-reboot.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-reboot.min.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-reboot.min.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-reboot.rtl.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-reboot.rtl.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-reboot.rtl.min.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-reboot.rtl.min.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-utilities.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-utilities.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-utilities.min.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-utilities.min.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-utilities.rtl.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-utilities.rtl.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-utilities.rtl.min.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap-utilities.rtl.min.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap.min.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap.min.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap.rtl.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap.rtl.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap.rtl.min.css, themes/flatheadcounty/vendor/bootstrap-5.1.3/css/bootstrap.rtl.min.css.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/css, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.bundle.js, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.bundle.js.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.bundle.min.js, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.bundle.min.js.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.esm.js, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.esm.js.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.esm.min.js, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.esm.min.js.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.js, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.js.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.min.js, themes/flatheadcounty/vendor/bootstrap-5.1.3/js/bootstrap.min.js.map, themes/flatheadcounty/vendor/bootstrap-5.1.3/js, themes/flatheadcounty/vendor/bootstrap-5.1.3, themes/flatheadcounty/vendor/main.js, themes/flatheadcounty/vendor/webfonts/fa-brands-400.eot, themes/flatheadcounty/vendor/webfonts/fa-brands-400.svg, themes/flatheadcounty/vendor/webfonts/fa-brands-400.ttf, themes/flatheadcounty/vendor/webfonts/fa-brands-400.woff, themes/flatheadcounty/vendor/webfonts/fa-brands-400.woff2, themes/flatheadcounty/vendor/webfonts/fa-regular-400.eot, themes/flatheadcounty/vendor/webfonts/fa-regular-400.svg, themes/flatheadcounty/vendor/webfonts/fa-regular-400.ttf, themes/flatheadcounty/vendor/webfonts/fa-regular-400.woff, themes/flatheadcounty/vendor/webfonts/fa-regular-400.woff2, themes/flatheadcounty/vendor/webfonts/fa-solid-900.eot, themes/flatheadcounty/vendor/webfonts/fa-solid-900.svg, themes/flatheadcounty/vendor/webfonts/fa-solid-900.ttf, themes/flatheadcounty/vendor/webfonts/fa-solid-900.woff, themes/flatheadcounty/vendor/webfonts/fa-solid-900.woff2, themes/flatheadcounty/vendor/webfonts/Forum-Regular.ttf, themes/flatheadcounty/vendor/webfonts, themes/flatheadcounty/vendor, themes/flatheadcounty/view.php, themes/flatheadcounty, src/FlatheadCounty/Department.php, src/FlatheadCounty/Department_20211201.php, src/FlatheadCounty/Express/ContactEntrySelector.php, src/FlatheadCounty/Express, src/FlatheadCounty

# Concrete Cache Settings
Block Cache - Off
Overrides Cache - Off
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Microsoft-IIS/10.0

# Server API
cgi-fcgi

# PHP Version
7.4.28

# PHP Extensions
bcmath, calendar, cgi-fcgi, Core, ctype, curl, date, dom, exif, fileinfo, filter, gd, gettext, hash, iconv, imagick, imap, intl, json, ldap, libxml, mbstring, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, readline, Reflection, session, SimpleXML, soap, SPL, sqlsrv, standard, tidy, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, zip, zlib

# PHP Settings
max_execution_time - 300
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 300
max_input_vars - 10000
memory_limit - 1024M
post_max_size - 500M
upload_max_filesize - 500M
ldap.max_links - Unlimited
mbstring.regex_retry_limit - 1000000
mbstring.regex_stack_limit - 100000
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
unserialize_max_depth - 4096

Browser User-Agent String

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.