lucilled Posted May 18, 2010 Posted May 18, 2010 Hello, I found this here in the docs of the module: Checks to see that the product_model is not too long. Stock OSC comes with just 12 characters available for the product_model. If you need more than 12, change your database and edit easypopulate.php and change the configuration variable EP_MODEL_NUMBER_SIZE. If it is not the right size, the import stops right then. If the product_model does not exist in the database, the product is created with the information given (price, weight, qty). If it does exist, then the database is updated. I modified the database and the easypopulate.php file exactly the same way as it says to above. Yet, the .csv file still won't upload. What am I doing wrong here?? Below is the error message I receive: 139780470613306... ERROR! - Too many characters in the model number. 12 is the maximum on a standard OSC install. Your maximum product_model length is set to 12. You can either shorten your model numbers or increase the size of the "products_model" field of the "products" table in the database. Then change the setting at the top of the easypopulate.php file. Any help would be greatly appreciated. Thanks. ~Lucille Quote
lucilled Posted May 18, 2010 Author Posted May 18, 2010 Issue resolved...turns out I had uploaded the easypopulate.php file into the wrong directory! Quote
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.