atrocore / atrodam

AtroDAM is an open-source digital asset management system (DAM) of a new generation.
https://atrodam.com
GNU General Public License v3.0
97 stars 21 forks source link

Uncaught Exception Error when trying to create a new Library #108

Closed aharonach closed 1 year ago

aharonach commented 1 year ago

Hi, When trying to create a new Library on the system, this error is thrown: Uncaught Exception Error: "Class "Dam\Listeners\AbstractListener" not found" at /public_html/vendor/atrocore/dam/app/Repositories/Library.php line 107 {"exception":"[object] (Error(code: 0): Class \"Dam\\Listeners\\AbstractListener\" not found at /public_html/vendor/atrocore/dam/app/Repositories/Library.php:107)"} []

I believe that in dam/app/Repositories/Library.php, line 34 should be replaced with use Dam\Listeners\Metadata; but in Metadata.php there isn't a const named CODE_PATTERN

rratsun commented 1 year ago

Fixed at DAM 1.5.6