-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSV output fails with league/csv 8.2 #9
Comments
I'm getting this issue as well. |
Doh, I added it too quickly. I'll see if I can get Feed Me to upgrade it on their end. |
@sjelfull Yeah, I think that is the way to go. |
I had to downgrade beam to 2.0.0 in order to use Feed Me and Beam at the same time. |
@nystudio107 also uses league/csv 8.2 for nystudio107/craft-retour, and that's actually where my issue comes from. Is it possible to fall back to the 8.x version methods if 9.x isn't installed or does the new setup prevent that? |
Can't remember if I need anything that isn't in 8.2. I have to take a look at it once I have a moment. |
You would need changes to go back to 8.2 for CSV as you use League\Csv\Writer::getContent() in BeamService.php on line 69. getContent I believe was added in league/csv 9.1. |
Tagged release with check that hopefully allows both versions to be used. It basically checks if |
Just upgraded to 2.1.1 and using league/csv 8.2 for compatibility with FeedMe but it fails with:
Call to undefined method League\Csv\Writer::getContent()
in BeamService.php on line 69.
getContent I believe was added in league/csv 9.1 which would explain why it fails.
The text was updated successfully, but these errors were encountered: