We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
php 8.0.17, strict error reporting, using what appears to be most developed branch: CSV-delimiter-catalog-message-correct.
CSV file has three columns: v_products_model | v_categories_name_1 | v_categories_name_2 for english and spanish
Undefined variable $v_status in ADMIN\easypopulate_4_import.php on line 655 and 658
EasyPopulate-4.0/admin/easypopulate_4_import.php
Lines 655 to 659 in 84331eb
PHP Warning: Undefined array key "es" in ADMIN\easypopulate_4_import.php on line 864.
Line 864 in 84331eb
Repeated for all data lines of the csv.
Import apparently works: no errors and p2c table appears correct.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
php 8.0.17, strict error reporting, using what appears to be most developed branch: CSV-delimiter-catalog-message-correct.
CSV file has three columns: v_products_model | v_categories_name_1 | v_categories_name_2
for english and spanish
Undefined variable $v_status in ADMIN\easypopulate_4_import.php on line 655 and 658
EasyPopulate-4.0/admin/easypopulate_4_import.php
Lines 655 to 659 in 84331eb
PHP Warning: Undefined array key "es" in ADMIN\easypopulate_4_import.php on line 864.
EasyPopulate-4.0/admin/easypopulate_4_import.php
Line 864 in 84331eb
Repeated for all data lines of the csv.
Import apparently works: no errors and p2c table appears correct.
The text was updated successfully, but these errors were encountered: