This forum is for questions about upgrading an existing Drupal site. Don't forget to read the UPGRADE.txt file that comes with every Drupal download.

Found Solution for Drupal 8 Upgrade to 8.5.0 failed

Upgrade from 8.4.5 to 8.5.0 failed

I upgraded my site in the usual manner. done this before with a few 8.x.x versions with success:

removed core and vendor and all files in the main directory

Copied 8.5.0 core and vendor and all files in the main directory to the old 8.4.5 place.

Then tried in the browser to https://xxx.example.com/update.php and get the errror message "The website encountered an unexpected error. Please try again later."

Update Core 8.3.6=> 8.45 with composer broken

Problem 1
- Conclusion: don't install drupal/core 8.4.5
- Conclusion: remove symfony/class-loader v2.8.32
- Installation request for drupal/core ~8.4.4 -> satisfiable by drupal/core[8.4.4, 8.4.5].
- Conclusion: don't install symfony/class-loader v2.8.32
- drupal/core 8.4.4 requires symfony/class-loader ~3.2.8 -> satisfiable by symfony/class-loader[v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.8, v3.2.9].
- Can only install one of: symfony/class-loader[v3.2.10, v2.8.32].

How to upgrade core through ftp if commerce has been installed through composer

Hello

I have this problem since I start to using D8, but don't know how to get over it.

I firstly installed my D8 through ftp upload , and then I install commerce2 through composer.

Now I don't know how can I upgrade my core, because when I upload the new version again , it will cause problem on the vendor folder that commerce is using.

Does anyone knows how to solve this problem, because I need to upgrade the drupal core  ? ( drupal core by ftp upload, commerce by composer)

Thank you!

Upgrade to 8.4.5 failed

I upgraded my site in the usual manner:

~/drupal-8.5.0$ cp -R core ../
~/drupal-8.5.0$ cp -R vendor ../
~/drupal-8.5.0$ cp *.php ../
~/drupal-8.5.0$ cp *.json ../
~/drupal-8.5.0$ cp *.config ../

But then get a "server encountered an unexpected error message. I tried it twice with the same results.

I am on a hosted server and cannot use composer or drush alas. What could be wrong?

Thanks in advance for any help

Missing Content:Path in Views after upgrading from 8.4.5 to 8.5

Hi

I'm working on creating custom RSS. When adding field in Views, there's no option to select Content:Path in Drupal 8.5.

I re-check my old source Drupal 8.4.5, the Content:Path still available. 

Please help me to solve this, other module is up to date.

I also test with installation module pathauto, ctools and token. Everything is fine until I update to Drupal 8.5.

The site is working but missing Content:path field.

Thanks

After update: Uncaught PHP Exception "YamlSymfony.php"

I just did a minor update from Drupal 8.4.4 to Drupal 8.4.5. The site works fine after I replace my old core files with the new ones. But when I run update.php, i have this pending update for the database: "node module, 8401 - Run a node access rebuild, if required." I proceed to update that and once it done I try to go back to my site. But the entire site is down and it just says, "The website encountered an unexpected error. Please try again later."

My PHP log posts this error message every time I visit a page on the site. (I'm using PHP 7.1.12)

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal