Last active
December 25, 2015 13:49
-
-
Save kshaffer/6986179 to your computer and use it in GitHub Desktop.
Composer errors when installing Marca
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| When running | |
| app/console doctrine:fixtures:load | |
| I get the following error: | |
| PHP Fatal error: Cannot redeclare class Marca\DocBundle\DataFixtures\ORM\AdditionalFixtures\LoadMarkupsetData in /home/shaffer/public/marca.local/public/src/Marca/DocBundle/DataFixtures/ORM/AdditionalFixtures/UGAMarkupSet.php on line 19 | |
| Fatal error: Cannot redeclare class Marca\DocBundle\DataFixtures\ORM\AdditionalFixtures\LoadMarkupsetData in /home/shaffer/public/marca.local/public/src/Marca/DocBundle/DataFixtures/ORM/AdditionalFixtures/UGAMarkupSet.php on line 19 | |
| If I delete that file, I get this error: | |
| [ErrorException] | |
| Warning: fopen(/var/www/projects/marca/src/Marca/AdminBundle/DataFixtures/O | |
| RM/OtherFixtures/codes.csv): failed to open stream: No such file or directo | |
| ry in /home/shaffer/public/marca.local/public/src/Marca/AdminBundle/DataFix | |
| tures/ORM/OtherFixtures/CouponFixture.php line 29 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[ErrorException]
Notice: Undefined index: course1.1 in /home/shaffer/public/marca.local/publ
ic/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Reference
Repository.php line 145
doctrine:fixtures:load [--fixtures[="..."]] [--append] [--em="..."] [--purge-with-truncate]