fishy Posted February 12, 2004 Share Posted February 12, 2004 oops, didn't mean to cross post. my issue belong here, sorry. I'm using Easy Populate to upload my products and I'm receiving an error that the products.products_model is varchar(15) and need to increase its size. I've changed products.products_model to varchar(255) and I'm still receiving the error. Apparantly I'm missing something. Any suggestions would be great. best. Quote Link to comment Share on other sites More sharing options...
fishy Posted February 12, 2004 Author Share Posted February 12, 2004 for what it's worth: the following is defined in easypopulate.php global $modelsize; // $modelsize = 15; --> set by default $modelsize = 255; --> changed it to this. so between adjusting the product.products_model & order_products.products_model to varchar(255) and the above variable initialization/adjustment, all is now well in my easy populate world. thanks to those that created & maintain(ed) this rocking contribution. best. Quote Link to comment Share on other sites More sharing options...
CatDadRick Posted February 12, 2004 Share Posted February 12, 2004 Fishy, I haven't looked, but what's the field size in the products table? You may need to change that as well. CatDadRick Quote Link to comment Share on other sites More sharing options...
fishy Posted February 12, 2004 Author Share Posted February 12, 2004 cdr, no doubt. the products table needs to be changed as well as the code in easypopulate.php as mentioned in my earlier post - thanks. Quote Link to comment Share on other sites More sharing options...
Guest Posted February 12, 2004 Share Posted February 12, 2004 fishy, do you have any other fields in your 'products' table. i do and when i exported and then reimported my data, none of my new fields were recognized. sup wit dat? I even changed with global array $default_these to include one of the new fields. Any help would be awesome. Quote Link to comment Share on other sites More sharing options...
Guest Posted February 13, 2004 Share Posted February 13, 2004 *bump* Please I need some help on this! Quote Link to comment Share on other sites More sharing options...
fishy Posted February 16, 2004 Author Share Posted February 16, 2004 th - i don't have any other colums in products so no empirical knowledge to share regarding your prob. i'd be curious to hear your solution though. best, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.