Posted by mikl on August 25, 2012 at 8:49pm
2 followers
| Project: | Libraries API |
| Version: | 7.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (cannot reproduce) |
Issue Summary
I'm getting this error when running Drush on my server:
drush -r /srv/www/afd42.com/builds/current -l afd42.com -y updb
PHP Fatal error: Cannot redeclare libraries_drush_command() (previously declared in /srv/www/sites/afd42.com/builds/v1.0.0-alpha.8/profiles/sfera/modules/contrib/libraries/libraries.drush.inc:13) in /srv/www/sites/afd42.com/builds/v1.0.0-alpha.8/profiles/sfera/modules/libraries/libraries.drush.inc on line 25The lines in question are these:
This makes no sense. Any ideas?
Comments
#1
Added screenshot.
#2
As I can see you have moved 'libraries' module from
modules/contrib/librariestomodules/librariesor vice versa, right?If so just flush your caches and the problem should go away.
Feel free to reopen if the problem occurs again.