-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache flushing issue on upgrade #101
Comments
I'm surprised that we don't. |
This sounds similar to this issue we have been seeing after a CiviCRM 5.42.1 upgrade. This is after a cache clear and menu rebuild. Typically appears when viewing a Contact. The following error is displayed: Agileware ref: CIVICRM-1862 |
Unfortunately, this does not seem to fix the issue anymore on 5.42.1. Have had to disable the org.civicrm.contactlayout extension as it renders CiviCRM non-functional. |
I just upgraded a site and I'm seeing this |
Update. This seems to have been caused in our case by the fact that a few extensions were missing from the filesystem (one that was enabled and missing, and one that was disabled and missing). I replaced the code for those missing extensions, re-enabled Contact Layout, and then I was able to view a contact as usual. (I suppose it could also have been disabling and re-enabling CL for that matter). |
@laryn standard procedure is to take out the "Little book of calm", chew on that for a few minutes. Then clear all caches and temporary files on the file system, reload and repeat until the error message goes away. |
Nom nom nom |
Same, upgrade to 5.42.1 broke something (upgrading further to 5.43.2 didn't work either). The error happens on local env after imported the db from another server where the upgrade seemed to worked. Going to /civicrm/contact/view?reset=1&cid=1 generates silent error (not even logged in Drupal watchdog table):
I did strace and the last query that was executed is Stack trace:
Uninstalling extension solves the problem ( |
After upgrading the code & running the db upgrade I still get the error below
This is fixed by hitting civicrm/menu/rebuild - but really I think we should handle the menu-rebuild on upgrade in the extension or on core
The text was updated successfully, but these errors were encountered: