Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove symfony plugin permanently

i have a strange problem with removing symfony plugin.

I've installed sfSimpleCommentPlugin but after realizing that it's not working, i've run uninstall command:

php symfony plugin:uninstall sfSimpleCommentPlugin

The plugin was successfully uninstalled...but! Now, when i'm running a php symfony doctrine:build --all command, i'm getting:

Fatal error: require(): Failed opening required '/home/bajki/workspace/vimsnip/app/plugins/sfSimpleCommentPlugin/lib/model/doctrine/PluginsfSimpleComment.class.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/bajki/workspace/vimsnip/app/lib/vendor/symfony/lib/autoload/sfSimpleAutoload.class.php on line 123

and few similar errors. And now i'm asking - why this command line tool want's to use sfSimpleCommentPlugin files to anything? I've uninstalled it few seconds ago...

Am i doing something wrong? How to remoev this plugin permanently?

like image 744
mbajur Avatar asked Dec 10 '25 13:12

mbajur


1 Answers

Ok it's solved! All you need to do is to remove sfSimpleCommentPlugin folder from app/lib/model/doctrine and app/lib/form/doctrine

like image 183
mbajur Avatar answered Dec 12 '25 03:12

mbajur



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!