oscom777 Posted February 1, 2004 Share Posted February 1, 2004 I ma haveing major isures with getting EasyPoulate to upload my image name proerly. It says you need to change sxomething in the cofig section. But all I see that usefull is //**** Size of products_model in products table **** // set this to the size of your model number field in the db. We check to make sure all models are no longer than this value. // this prevents the database from getting fubared. Just making this number bigger won't help your database! They must match! global $modelsize; $modelsize = 20; I dont know what to change in this file. it dosent make it clear, The databse is cutting off up to 10 charictors including ".jpg" as 4 of the 10 I need this changed. Please :) Someone? :ph34r: Link to comment Share on other sites More sharing options...
KipatA2Z Posted February 1, 2004 Share Posted February 1, 2004 You need to check the table "products" in your database. Look at the settings for how many characters you can put into the products_model field. It will show something like "varchar32" You then need to put this same number into the easypopulate.php file under the configuration settings. Link to comment Share on other sites More sharing options...
Guest Posted February 1, 2004 Share Posted February 1, 2004 Maybe.....rename your images with shorter names? :unsure: Besides, the products model name is like...an SKU. Generally, 20 characters are more than sufficient to uniquely identify a product. Are you using your products image name as the product model name? Link to comment Share on other sites More sharing options...
oscom777 Posted February 1, 2004 Author Share Posted February 1, 2004 So you mean i have to go into the MySQL to in the products table, and then look for a varchar call and then match it to easypopulate? Link to comment Share on other sites More sharing options...
oscom777 Posted February 2, 2004 Author Share Posted February 2, 2004 Generally, 20 characters are more than sufficient to uniquely identify a product. Are you using your products image name as the product model name? Its being stored in the v_products_image colum. And if the Set Car is at 20...why is it cutting the names off at 10 ? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.