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

Install from backend throws error: A package name was not specified #79

Closed HeinCorbet closed 3 years ago

HeinCorbet commented 3 years ago

Using the 'install plugin' from the backend (october cms build 472) throws error in pop-up 'A package name was not specified' Using the default provided does not work. Plugin will not install.

image

Could it be because the 'public function pluginDetails()' is missing in the Plugin.php ?

tobias-kuendig commented 3 years ago

Could it be because the 'public function pluginDetails()' is missing in the Plugin.php ?

This info is in https://github.com/OFFLINE-GmbH/oc-gdpr-plugin/blob/develop/plugin.yaml

It might be because of the October v2 release. I'll try to reproduce this next week and see if the problem was only temporary.

You can use composer require offline/oc-gdpr-plugin in the meantime to install the plugin (or simply copy the plugins/offline/gdpr folder over from another installation.

tobias-kuendig commented 3 years ago

I cannot reproduce this issue on the latest October release. Please let me know if you still experience the problem.