| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Project:
Ubercart The schema for uc_products defines model as VARCHAR(255), while uc_order_products is defined as VARCHAR(32). If a product with model > 32 chars is added to an order a MySQL warning is raised and the product is not added (dependent on MySQL config I think).
Recommend the two columns match eachother?
Version:
Ubercart 1.x-dev 