I find it inconsistent the way some form ids are named. For example, we have post_node_form
for Post content type nodes and comment_node_post_form
for its comments. Should've they been named either:
post_node_form
comment_post_node_form
or
node_post_form
comment_node_post_form
Haven't checked how Drupal forms' ids named, but most probably we inherited this mess from Drupal. It's really minor nuance that could be ignored, but then maybe consensus says we should correct it?
GitHub Issue #:
4706
Recent comments
Thanks! The site was on PHP 7.0. With assistance from my hosting provider, I updated to PHP 7.4 and now I have access to the site again. No database re-import required.
Locked out of site after updating modules
Thank you very much. I will follow your advice.
Locked out of site after updating modules
The best you can do is test and report. If you find a contrib that doesn't work in php 8.3, create an issue in its queue so it gets fixed. In my experience, I've found that 7.4 is safest...
Locked out of site after updating modules