Re: Easy Populate support
Hello all,
I seem to be having a problem when uploading my Excel file (in Tab delimited format). I have about 12 categories and when I upload it it will put the first 10 categories in another folder with the name of the quantity I gave all of the items (9999 since they're virtual) but 1 complete category will be in the category's "root" while the biggest category seems to of split into 2, one being in the category's "root" and the other half in the 9999 folder. I've included a screenshot to help solve the confusion and if this is still confusing just tell me and I'll be glad to re-word the situation :yes: :lamo:
http://img221.imageshack.us/img221/5...hotlinknz6.gif
edit:
I have the following headers inside the Excel file:
v_products_model
v_products_name
v_products_price
v_date_avail
v_date_added
v_products_quantity
v_categories_name_1
v_categories_name_2
v_tax_class_title
v_status
EOREOR
Am I missing something? :(
Re: Easy Populate support
If I remember correctly, you need all the columns from the original EP sample for it to work correctly, even if the only thing in a column is its title.
Re: Easy Populate support
Follow up on my 406 errors and the "mod_sec" issues some have.
Sad news for me. Here is the reply from my server company.
========================
Response from Server Admin below.
---------------------
mod_security is installed on the server, it is working as it should and that
is why easy populate for zencart is not working. I am not intimately
familiar with the easy populate script however from what i have read some
say it is written in a fashion that allows sql injections which are filtered
by mod_sec . The client can do a few things.
a. Don't use easy populate
b. Work with the software developer to have easy populate written to work
with mod_sec
c. Disable mod_sec for his domain using .htaccess , he would need to create
the file and put something like this in it:
==================
SecFilterEngine Off
SecFilterScanPOST Off
==========================
It sounds like the client already knows how to do that. While we do not
condone disabling mod_sec at the domain level we also don't disallow it. It
is the client's responsibility if something negative occurs from disabling
mod_sec through .htaccess .
To use easy populate I guess I have to take my chances.
Zen Cart with a nice native Import/export function would be nice.
Re: Easy Populate support
Quote:
Originally Posted by
jmauto
Follow up on my 406 errors and the "mod_sec" issues some have....
Response from Server Admin...
c. Disable mod_sec for his domain using .htaccess ..
To use easy populate I guess I have to take my chances.
You could just use the .htaccess trick while doing an import, then comment it out in the .htaccess for the rest of the time.
Re: Easy Populate support
I have tried looking before asking but i cant get ep to upload into my store ive included what im trying to upload im only trying to do one right now to test to see if i have the right format of how it wants it.....
ALE96001 Juli Ashton - *** Around the House - DVD http://www.xxxfreesexchat.com/MV/ALE/96001.JPG Juli shows how to experience new sexual pleasures right at home. "With the help of *** expert Dr. Ava Cadell, Juli shows how to experience new sexual pleasures right at home. Three ######## couples move beyond the bedroom to discover a variety of creative uses for otherwise common household items found in every room of the house. Includes new techniques for women and men. With Juli Ashton, Devin, Charlie and Chennin Blanc. Very explicit, 85 min." 18 Movies_DVD Movies_educational eoreor
this is all in one line and please excuse the content as i am going to sell adult products. is there something im doing wrong here
Re: Easy Populate support
I am relatively new to ZenCart but have been making my way through understanding the workings. I would like to be able to import product info into my cart from a previous project. I tried to install and configure Easy Populate for this. I am having trouble with uploading a changed version of the data file. It seems to be related to permissions in the temp folder although I did set the permissions to the temp folder to read/write/execute (chmod 700) but am still getting an error like this:
Warning: move_uploaded_file(D:/inetpub/DomainID135310/ZenCart/temp/Full-EP2006Nov10-1705.txt): failed to open stream: Permission denied in D:\inetpub\DomainID135310\ZenCart\admin\includes\functions\extra_functions\easyp opulate_functions.php on line 57
Warning: move_uploaded_file(): Unable to move 'C:\PHP4\uploadtemp\php149E.tmp' to 'D:/inetpub/DomainID135310/ZenCart/temp/Full-EP2006Nov10-1705.txt' in D:\inetpub\DomainID135310\ZenCart\admin\includes\functions\extra_functions\easyp opulate_functions.php on line 57
Warning: file(D:/inetpub/DomainID135310/ZenCart/temp/Full-EP2006Nov10-1705.txt): failed to open stream: No such file or directory in D:\inetpub\DomainID135310\ZenCart\admin\easypopulate.php on line 1201
Warning: Invalid argument supplied for foreach() in D:\inetpub\DomainID135310\ZenCart\admin\easypopulate.php on line 1301
Any help would be appreciated.
Thanks,
Ellie
Re: Easy Populate support
Quote:
read/write/execute (chmod 700)
is wrong; should be 777
Re: Easy Populate support
Thanks. I will try that. Was going by the install isntructions.
Ellie
Re: Easy Populate support
Quote:
Originally Posted by
Scrat
Sorry Checked my error all working fine now many thanks
Andrew
I was experiencing similar problems... What was your error exactly?
Re: Easy Populate support
Quote:
Originally Posted by
Ryk
is wrong; should be 777
Ok, I did chmod777 and that still didn't work. Next step talk to webhost?