-
Notifications
You must be signed in to change notification settings - Fork 654
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
Windows版 PHP7 の環境で CSV アップロードに失敗する #1780
Comments
厳密に、 locale( と CSV ファイルのエンコーディングを一致させてやると、正常にパースできるようなので、 PHP7 の仕様のようです。 参考 |
nanasess
added a commit
to nanasess/ec-cube
that referenced
this issue
Sep 20, 2016
- EC-CUBE#1780 - Windows 版 PHP7 の環境で CSV 形式のファイルを SplFileObject クラスを使用してパースする場合, ファイルフォーマットを既定のロケールと一致させる必要がある
Microsoft Azure WebApps の環境では #1781 の修正を入れなくても、入れなくても正常動作するようです。
|
CsvImportController で |
上記環境でも問題ないことを確認しました。 |
確認ありがとうございます。3.0.11にマージしました。 |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
商品CSVアップロード機能で確認。
SplFileObject
が CSVファイルのヘッダを正常にパースできず、「CSVのフォーマットが一致しません。」というエラーが発生する。以下のようなパース結果となってしまう。
The text was updated successfully, but these errors were encountered: