custom block only show for administrator user after upgrade to 8.5

do not show for anonymous users and authorized users

and database update

block_content module
8400 - Add a publishing status field for block_content entities.

cannot be applied because their dependencies were not met。

which are the dependencies for this update?

Thanks for help!

Comments

sealionking created an issue. See original summary.

sealionking’s picture

Issue summary: View changes
cilefen’s picture

Component: base system » block_content.module
Category: Support request » Bug report
Priority: Critical » Major
cilefen’s picture

sealionking’s picture

even can set those custom blockes for roles

sleitner’s picture

The problem might relate to this issue #2951242:
Apply the SQL from comment #25 before update.
Check in the custom block library if every block translation is marked as "This translation is published" after the update.

sealionking’s picture

@sleitner

Thanks

I just changed the statuses of all field and revisions from null to 1 and the custom blocks shows up for anonymous users

Though I can still not be able to run the 8400 update.

Should I apply the patch then run the update?

amateescu’s picture