andrewhoule / silverstripe-photogallery

Simple photo gallery with albums for Silverstripe
BSD 3-Clause "New" or "Revised" License
11 stars 13 forks source link

Missing js and css files in resources #19

Closed ggrune closed 6 years ago

ggrune commented 6 years ago

I have installed a plain Silverstripe 4 with the latest photogallery. After creating a new gallery page I have got the following errors

Notice: File resources/andrewhoule/silverstripe-photogallery/magnific-popup/libs/jquery/jquery.js does not exist in /.../ROOT/vendor/silverstripe/framework/src/Control/SimpleResourceURLGenerator.php on line 90

Notice: File resources/andrewhoule/silverstripe-photogallery/magnific-popup/dist/jquery.magnific-popup.js does not exist in /.../ROOT/vendor/silverstripe/framework/src/Control/SimpleResourceURLGenerator.php on line 90

Notice: File resources/andrewhoule/silverstripe-photogallery/client/js/magnific-popup_init.js does not exist in /.../ROOT/vendor/silverstripe/framework/src/Control/SimpleResourceURLGenerator.php on line 90

Notice: File resources/andrewhoule/silverstripe-photogallery/magnific-popup/dist/magnific-popup.css does not exist in /...ROOT/vendor/silverstripe/framework/src/Control/SimpleResourceURLGenerator.php on line 90

Notice: File resources/andrewhoule/silverstripe-photogallery/client/css/photogallery.css does not exist in /.../ROOT/vendor/silverstripe/framework/src/Control/SimpleResourceURLGenerator.php on line 90

The files exist in ./vendor/andrewhoule/silverstripe-photogallery/client/ but not in the resources folder.

ggrune commented 6 years ago

Attention there is an issue with the BulkUploader that breaks the upload in the Photostab.

andrewhoule commented 6 years ago

I temporarily dropped the dependency on BulkUploader... Hopefully that gets fixed soon.