After the Drupal core upgrade to 8.4.4 along with lightning 2.2.7 it seems like Page Manager module seems to be missing in the lightning distro. Pages which were created using page manager module no longer works and shows page not found error. Verified composer.json file and page_manager module is removed from the module dependency section.

Is there any specific reason the page_manager module was removed from lightning distribution? Is there any alternative module being used to compensate the functionality of Page Manager module?

Comments

ARUN AK created an issue. See original summary.

ARUN AK’s picture

Issue summary: View changes
balsama’s picture

Status: Active » Closed (works as designed)

Hi. Page Manager was remove from Lightning in 2.1.8: https://github.com/acquia/lightning/releases/tag/2.1.8

See the 2.1.7 release notes for more information: https://github.com/acquia/lightning/releases/tag/2.1.7

IMPORTANT! Page Manager is no longer a dependency of Lightning Layout,
and it will no longer ship with Lightning as of the next release. Therefore,
if you are actively using Page Manager, you must add it to your project as an
explicit dependency in order to continue to using it. Otherwise, you must
uninstall it before updating to the next version of Lightning, or your site
may break.

ARUN AK’s picture

Issue summary: View changes
Status: Closed (works as designed) » Active
ARUN AK’s picture

Priority: Normal » Critical
ARUN AK’s picture

Status: Active » Closed (works as designed)

Thanks for the information. This helps. We will try and install Page Manager module as separate dependency.