
Ich will per Konsole löschen. Weil übers Backend geht gar nichts.
Wenn ich es ausführe kommt in der Konsole:
/usr/local/pd-admin2/bin/php-7.0-cli console sw:plugin:uninstall SwagPaymentPaypalPlus
WARNING! Method "Shopware_Plugins_Core_SwagLicense_Bootstrap::assertVersionGreaterThen" not found failure in /home/lederdbh/www.leder-stoffe-online.de/engine/Library/Enlight/Event/Handler/Plugin.php
PHP Fatal error: Uncaught Error: Call to undefined method Shopware\Components\Model\ModelManager::removeAttribute() in /home/lederdbh/www.leder-stoffe-online.de/engine/Shopware/Plugins/Community/Frontend/SwagPaymentPaypalPlus/Bootstrap.php:598
Stack trace:
#0 /home/lederdbh/www.leder-stoffe-online.de/engine/Shopware/Plugins/Community/Frontend/SwagPaymentPaypalPlus/Bootstrap.php(66): Shopware_Plugins_Frontend_SwagPaymentPaypalPlus_Bootstrap->removeMyAttributes()
#1 /home/lederdbh/www.leder-stoffe-online.de/engine/Shopware/Components/Plugin/Namespace.php(350): Shopware_Plugins_Frontend_SwagPaymentPaypalPlus_Bootstrap->uninstall()
#2 /home/lederdbh/www.leder-stoffe-online.de/engine/Shopware/Bundle/PluginInstallerBundle/Service/LegacyPluginInstaller.php(132): Shopware_Components_Plugin_Namespace->uninstallPlugin(Object(Shopware_Plugins_Frontend_SwagPaymentPaypalPlus_Bootstrap), true)
#3 /home/lederdbh/www.leder-stoffe-online.de/engine/Shopware/Bundle/PluginInstallerBundle/Service/InstallerService.php(199): Shopware\Bundle\PluginI in /home/lederdbh/www.leder-stoffe-online.de/engine/Shopware/Plugins/Community/Frontend/SwagPaymentPaypalPlus/Bootstrap.php on line 598
Wer kann mir helfen wie ich es löschen kann?
Answers
Hast du auf 5.5 aktualisiert? Das Plugin ist dafür nicht freigegeben. Wenn es nicht läuft, kannst du es nur schwer deinstallieren. Vielleicht mal testweise die Zeile in der Bootstrap auskommentieren.
Habe gerade ein anderes Plugin was ich los werden will.
Dort ist aber die Bootstrap verschlüsselt und ich kann nichts auskommentieren usw.
Ist es nicht möglich den Lizenzmanager zu deaktivieren und das Plugin dann zu Updaten oder ggf. zu löschen?
Alternativ in die DB gehen und da den active status vom Plugin auf 0 setzen wenn nichts hilft.
Hi, also wenn ich die Suche neu indexieren will bekommen wir das:
$ php bin/console sw:refresh:search:index
WARNING! Method "Shopware_Plugins_Core_SwagLicense_Bootstrap::assertVersionGreaterThen" not found failure in /var/www/vhosts/danker-druck.de/httpdocs/engine/Library/Enlight/Event/Handler/Plugin.php
Creating the search index. This may take a while depending on the shop size.
Gehe ins Plugin -> \engine\Shopware\Plugins\Community\Frontend\SwagPaymentPaypalPlus\Bootstrap.php:
und kommentiere Zeile 66 aus:
//$this->removeMyAttributes();