OFFLINE-GmbH / oc-gdpr-plugin

October CMS plugin to make websites GDPR and ePrivacy compliant
https://octobercms.com/plugin/offline-gdpr
MIT License
36 stars 20 forks source link

Can't access the asset files #56

Closed hambern closed 5 years ago

hambern commented 5 years ago

Hi

A strange error indeed, but have tested it on two separate servers. I just can't access the asset files. For example "plugins/offline/gdpr/assets/images/cookie-setup.jpg" and "plugins/offline/gdpr/assets/cookieBanner/banner.css". I can access asset files in other plugins but not in this. For example "plugins/flynsarmy/sociallogin/assets/marketplace/icon.png" works just fine.

I just get a 404 error, and I can't seem to find out where the problem lies. If i try to access plugins via "plugins/" all plugins with a assets folder responds with a 403, but the plugins without an assets responds with a 404. But this plugin contains an asset folder. But still i get the 404 response.

Anyone else experienced this?

I get these messages in the console:

GET http://newrobot.loc/plugins/offline/gdpr/assets/backend/backend.js net::ERR_ABORTED 404 (Not Found)
cookiegroups:34 GET http://newrobot.loc/plugins/offline/gdpr/assets/backend/sortable.js net::ERR_ABORTED 404 (Not Found)
cookiegroups:31 GET http://newrobot.loc/plugins/offline/gdpr/assets/backend/styles.css net::ERR_ABORTED 404 (Not Found)
cookiegroups:34 GET http://newrobot.loc/plugins/offline/gdpr/assets/backend/sortable.js net::ERR_ABORTED 404 (Not Found)
cookiegroups:35 GET http://newrobot.loc/plugins/offline/gdpr/assets/backend/backend.js net::ERR_ABORTED 404 (Not Found)
hambern commented 5 years ago

Never mind. Just had to remirror the public folder.