Hi everyone,

I work on Drupal 8.0 version. I don't know why but everytime when I update to the latest version, all my blocks disappears. I can't access to the some configuration page in the config menu of the admin.

My homepage becomes "Page not found".

I've clear the cache but it doesn't change anything.

Do you what is the problem and what we need to do because, I think I'm not alone. I've restarted the website twice so far I don't want to rebuild it for the third time.

Thanks

Comments

delphine947’s picture

Issue summary: View changes
cilefen’s picture

Component: configuration system » base system
Priority: Normal » Major
Issue tags: +Needs steps to reproduce

That is not good.

Is this actually two problems: 1) blocks disappear, and 2) home page becomes "page not found"?

What about the blocks disappearing? Are these custom content blocks that disappear or is it the block layout placement that is lost?

Do you what is the problem and what we need to do because, I think I'm not alone.

Who else do you know has seen this issue?

This issue needs the steps to reproduce. How can the maintainers reproduce this situation for testing?

Data loss is critical priority. I am bumping this to major until it can be confirmed and explained in more depth.

delphine947’s picture

Thanks for your answer. There is the problems. In reality there are 3 major bugs :

1- When I upgrade from a version to the latest everytime the custom blocks are still appearing in the page system->block but they don't appear in the front end version. The configuration is safe but nothing appears on the pages.

2- The frontpage becomes : "Page not found".

3- I can't access to some "Config" pages like "Site information, Aliases" I have the "Error" page.

I try to clean the cache but still the same bug. So everytime I have to scratch and rebuild the website.

cilefen’s picture

Are there and Drupal log errors or any PHP warnings in the server log?

willzyx’s picture

2 and 3 should be not systematic on every update and could be caused by #2509300: Path alias UI allows node/1 and /node/1 as system path then fatals

delphine947’s picture

One of the problem is that the path changes. So when I update the path for the block adding a "/" before the links of the page where the blocks appear.

So there is a bug with the module "Path Auto". When you upgrade it looses all the link and the module becomes inaccessible due an error. When I change the path "node/1" to "about-us".

I have the following :
"Fatal error: Call to undefined method Drupal\node\Entity\Node::getSystemPath() in /home1/...../public_html/modules/pathauto/src/PathautoManager.php on line 494"

All the pages with link in the Config menu "Site information, URL aliases" are inaccessible.

I think that I have enough with that and I won't update Drupal 8 till the finished version.

delphine947’s picture

InvalidArgumentException: Source path node has to start with a slash. in Drupal\Core\Path\AliasManager->getAliasByPath() (line 191 of /home1/xlojano/public_html/core/lib/Drupal/Core/Path/AliasManager.php).

Berdir’s picture

Status: Active » Postponed (maintainer needs more info)

Those are pathauto bugs that have been fixed.

Drupal 8 is is still beta, contrib modules even more so. There is no supported upgrade path, so you can't expect that updating your site works.

Unless you can reproduce those bugs in a new installation, without any contrib modules, there is nothing to be fixed here.

dawehner’s picture

Status: Postponed (maintainer needs more info) » Fixed

No response in 2 months, let's close it

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.