Problem/Motivation

I forked pel/pel into fileeye/pel since the current maintainers no longer can follow it and there is a difference between the github naming of the repo (pel/pel) and the packagist one (lsolesen/pel).

Now both will be @ fileeye/pel, even if the PHP namespace will remain lsolesen\pel for now.

Proposed resolution

Switch dependency to fileeye/pel.

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork file_mdm-3367739

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

mondrake created an issue. See original summary.

  • mondrake committed 739f4bb6 on 8.x-2.x
    Issue #3367739 by mondrake: Change lsolesen/pel dependency for fileeye/...
mondrake’s picture

Status: Active » Fixed

  • mondrake committed a0f3b2b3 on 3.0.x
    Issue #3367739 by mondrake: Change lsolesen/pel dependency for fileeye/...
rajeshreeputra’s picture

@mondrake can we get it released as unable to upgrade to latest PHP.

mondrake’s picture

#6 released 8.x-2.6.

markaspot’s picture

Hello, although the PHP namespace has remained as lsolesen\pel, I've encountered a "Class not found" error with lsolesen\pel\PelJpeg. I've tried deleting the vendor directory and composer.lock file without success.

Error: Class "lsolesen\pel\PelJpeg" not found in Drupal\file_mdm_exif\Plugin\FileMetadata\Exif->getFile() (line 112 of modules/contrib/file_mdm/file_mdm_exif/src/Plugin/FileMetadata/Exif.php).

I have also attempted to clear Composer's cache and regenerate autoload files plus drush cr, but this has not resolved the issue. Any guidance would be greatly appreciated.

Status: Fixed » Closed (fixed)

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