When the module is enabled, it's not possible to configure it. When 'admin/config/media/shadowbox' is called, the page shows an "unexpected error". The log shows:
InvalidArgumentException: Class "\Drupal\shadowbox\Form\ShadowboxGlobalSettingsForm" does not exist

This is due to the fact that the path to ShadowboxGlobalSettingsForm.php is not correct. It's /lib/Drupal/shadowbox/Form/ShadowboxGlobalSettingsForm.php and should be /src/Form/ShadowboxGlobalSettingsForm.php.

CommentFileSizeAuthor
#3 2807791.patch621 bytesweb-beest
#2 2807791.patch791 bytesweb-beest

Comments

Web-Beest created an issue. See original summary.

web-beest’s picture

StatusFileSize
new791 bytes

Applied patch to correct path.

web-beest’s picture

StatusFileSize
new621 bytes

Reworked patch