lat9 / dbio

Database Input/Output for Zen Cart
GNU General Public License v3.0
3 stars 1 forks source link

Unwanted PHP Notice thrown when creating a product #130

Closed lat9 closed 5 years ago

lat9 commented 5 years ago

When a product is being created on an import, an unwanted PHP Notice is thrown:

--> PHP Notice: Undefined index: products_to_categories in C:\xampp\htdocs\zc156posm\gRoan-Dsw-Habit\includes\classes\dbio\DbIoHandler.php on line 924.

... due to the fact that the products_to_categories table's alias is not defined, since it's an additional table to be updated. Modify the Products import, setting the alias to be used in this condition.