When I accessed update.php in updating my drupal from 8.8.4 to 8.8.6, I got the error "The website encountered an unexpected error. Please try again later".
So I check the log file and found this:
Drupal\\Core\\Extension\\InfoParserException: The 'core' or the 'core_version_requirement' key must be present in modules/drupal-8.8.6/core/modules/path_alias/path_alias.info.yml in /my_path_to_drupal/core/lib/Drupal/Core/Extension/InfoParserDynamic.php on line 73
Here is the content of /my_path_to_drupal/core/modules/path_alias/path_alias.info.yml :
Update to 8.8.6 ends with "The website encountered an unexpected error. Please try again later." and this Message from Logs:
Drupal\Core\Extension\Exception\UnknownExtensionException: The module expandable_search does not exist. in Drupal\Core\Extension\ExtensionList->get()(Zeile 265 in core/lib/Drupal/Core/Extension/ExtensionList.php)
Doing an upgrade for the security path to 8.8.4 from 8.8.6. Doing this manually (delete core, vendor, *.* .[a-z]*) then tar the 8.8.6 file). Run update.php and get the upgrade splash screen then the dreaded: "The website encountered an unexpected error. Please try again later."
I would upgrade Drupal 8.6 to 8.8 with composer but i have this message. The website is down. Could you Help Me ?
Fatal error: Declaration of Drupal\Core\Security\PharExtensionInterceptor::assert($path, $command) must be compatible with TYPO3\PharStreamWrapper\Assertable::assert(string $path, string $command): bool in /home/luxepres/public_html/mywebsite.com/core/lib/Drupal/Core/Security/PharExtensionInterceptor.php on line 14
I’ve been trying to upgrade from Drupal 7 to Drupal 8 for a little while now (lost too many weekend to this!).
I’m getting the following error: “Source database does not contain a recognizable Drupal version”. I’ve been googling this error for a while to see if there is an obvious issue, but without any luck.
I’ve done a fresh install of Drupal 8.8.6 on a CentOS 8 host, and I’m migrating from Drupal 7.70 running on a CentOS 7 host.
I'm trying to port a D6 site to D8. It uses hidden profile fields to store information about what each user can do. I did the migration using the standard flow using the UI.
The table seems to have made it across in the migration as there is a table called user__profile_my_name in the database with all the values in. But this information is not visible in D8. I tried creating a field in D8 to serve the same purpose, but that created its own table called profile__field_profile_my_name, so that will not work.