Problem/Motivation

After enabling this module in my existing drupal instance 8.8.12 it throws error.

After debugging i got for this route "entity.field_config.web_page_archive_run_field_edit_form" get path is null.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sahil432 created an issue. See original summary.

sahil432’s picture

Title: Fatal error: Uncaught Error: Call to a member function getPath() on null in /var/www/novartis-dolphin/docroot/core/modules/config_translation/src/ConfigNamesMapper.php » Fatal error: Uncaught Error: Call to a member function getPath() on null in core/modules/config_translation/src/ConfigNamesMapper.php
sahil432’s picture

This Error will come if Config Translation module is enabled.

WidgetsBurritos made their first commit to this issue’s fork.

WidgetsBurritos’s picture

@sahil432 Thank you for the report. Just realized that automated testing was never setup for the 4.x.x series, but I'm turning it on and gonna attempt to make it fail in the CI, but given what you're seeing I have no doubt there's some sort of conflict that will need to be resolved.

WidgetsBurritos’s picture

Hmm. Tests all seemed to pass. Testing it out locally I am seeing the same issue you are. Digging into it.

WidgetsBurritos’s picture

Status: Active » Needs review

@sahil432

Can you test the patch located here? https://git.drupalcode.org/project/web_page_archive/-/merge_requests/1/d...

On a side note: Don't worry about the references to DO-NOT-MERGE.txt stuff in there. There are multiple commits in that patch. One adds the file. The other removes it. I'll squash the commits before I merge. I'm still getting used to the new merge request workflow.

sahil432’s picture

I will try this and let you know, and probably this issue is with all versions of web page archive if config translation module is enabled.

WidgetsBurritos’s picture

@sahil432

I'm only continuing support for the 4.x.x versions of the module. I've delisted the other versions from the project page (I meant to do that a while back and forgot), so I think we're fine if we only fix it for 4.0.x.

sahil432’s picture

Status: Needs review » Reviewed & tested by the community

I have tested that and working fine now.

  • WidgetsBurritos committed fb890cb on 4.x
    Issue #3202663: Fatal error: Uncaught Error: Call to a member function...
WidgetsBurritos’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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