We just started receiving the following error when attempting to add a new content item: "Title cannot be longer than 70 characters but is currently 79 characters long." This happens regardless of the actual title length and the numbers in the error message are always the same, ie. the title "Test Title" returns that same error. This just started happening recently and the only change to the site that I can think of is a recent update from Drupal 7.97 to Drupal 7.98. Any ideas why this suddenly started happening?
when I try to load the config page but I can able to load rest of the pages like admin/config/development .But when i load this page admin/config/ iam facing this issue
ValueError: DOMDocument::loadHTML(): Argument #1 ($source) must not be empty in DOMDocument->loadHTML()(line 22 of echo.install)
and the line is this
$document->loadHTML(echo_themed_page($title, $content, $theme));
I need to convert my Drupal 7.69 to Drupal 7.94.
Can someone provide steps how should I proceed ?
How I'll migrate database and contents from 7.69 to 7.94 ?
And can we install php 8.2 in 7.94 ?
Please provide some documentation so it would be better for me.