Re: Easy Populate support for Version 1.2.5.4
If using 1.3.9 GP meta Then it does not use the temp directory to store files. It uses tempEP so you add tempEP per instruction into root and it will then have a place to put the EP files as they are created. Without that you will get errors as the thing looks for a place to temporarily accumulate the files on up and download.
Re: Easy Populate support for Version 1.2.5.4
version 1.3.9 EP, zen cart 1.3.9, can download, howver when I upload same file, I got this error:
PRODUCT FAILED! - Model: MG200MMS - SQL error. Check Easy Populate error log in uploads directory
So where I can find this error, and how can I change that. thanks lot.
Re: Easy Populate support for Version 1.2.5.4
I'm gonna jump in with a quick question.
Which version do I use to work with 1.3.9 and where can I find it?
Thanks
Re: Easy Populate support for Version 1.2.5.4
Quote:
version 1.3.9 EP, zen cart 1.3.9, can download, howver when I upload same file, I got this error:
Few things to check to diagnose.
1) are you running group pricing module and/or did you install related script to add necessary tables
2) which exact version of EZ Pop 1.3.9 are you running?
3) are you downloading a formatted file first and then adding new products including a incremental model number?
4) are you positive when adding new products you are not using any unique characters such that it might cause a problem?
Let us know about these things as one is likely the cause just not sure which. EZ 1.3.9 I have used for a year now without a problem and I use it a lot...
Re: Easy Populate support for Version 1.2.5.4
Hi,
I've searched for a solution to this...but found nothing...so apologies if it's in there and I missed it.
I have a file to import via easy populate (containing several thousand products). It contains a mixture of USD and EUR products. As the default currency for the store is USD, must I convert the EUR to USD before I import? Or is there a way to specify the currency type for each product I'm importing?
Thanks,
Richie.
Re: Easy Populate support for Version 1.2.5.4
Quote:
It contains a mixture of USD and EUR products.
Since the table is configured during install you can't "mix" the values in a common table as there is no identifier to determine what value to assess. Have you looked at this thread?
http://www.zen-cart.com/forum/showth...640#post795640
Re: Easy Populate support for Version 1.2.5.4
How do I set the sort order in my csv file? It looks as though I cant.
Re: Easy Populate support for Version 1.2.5.4
Hi folks,
I'm using v1.3.9a with EP 1.2.5.7.csv.
My attributes spreadsheet doesn't download since adding more attributes in the admin controller. Is it too large and not supported? I'm using excel 07 which supports 16,000 columns.
It would download with about 300 attributes on the sheet, now there are about 500 attributes and I can't download it or send it to the temp dir. When I click either of those it just loads a blank webpage with no error.
All the other sheets are still accessible, just the model/attrib sheet no longer loads up.
What do I need to do?
Re: Easy Populate support for Version 1.2.5.4
Having a problem ATM with my upload directory.
I have my Upload folder created in this directory on my FTP - /public_html/admin/Uploads
Permissions are set to 777 currently just to try to prevent all errors. I have everything configured, etc and just down to this error:
Configuration Error
Before you can use Easy Populate you must set your uploads directory location in the store admin configuration area.
Does my path look correct? Any idea what is causing this problem?
Thank you
EPA wont create any conflicts with Image Handler, correct?
Re: Easy Populate support for Version 1.2.5.4
Ended up getting this figured out.
Figure I'll just write a little solution to the upload error I was having as I'm sure it'll save anyone who's having this a big headache.
To find the correct path to use for the uploads, go into your FTP and go to:
Admin----> Includes ----> Configure.PHP
Scroll down to:
define('DIR_FS_CATALOG' and the path given is the one you'll use.
My settings in the easypopulate's configuration file are this:
$uploads_security = true;
and due to this being true, you must have your "Uploads" folder created before the Public_Html folder, so instead of:
/Public_Html/Uploads, you'll create it as /Uploads and the overall result is it'll end up being:
'DIR_FS_CATALOG' Path/Uploads