Zen Cart Logo
Forums / All Other Contributions/Addons / EXCEL Populate [Support]

EXCEL Populate [Support]

Views: 23,227

Results 61 to 71 of 71
20 Nov 2013, 3:37 PM
#61
pwrslm avatar

pwrslm

New Zenner

Join Date:
May 2008
Posts:
8
Plugin Contributions:
0

EXCEL Populate [Support]

I tried this install/reinstall several times with a new installation of ZenCart. From the ground up, step by step, I could not even get this to put a single item into the Carts Inventory, let alone, category or manufacturer data.

I got the add on to generate a report, but when you try to update back into the system it doesn't work.

I don't have any more time. This add on has been here for a year and I don't see anyone claiming it works, nor does the add on's creator seem to even want to get this working for ZenCart.

I give up.

12 Mar 2015, 10:44 AM
#62
syncunlimited avatar

syncunlimited

New Zenner

Join Date:
Sep 2014
Location:
Northants
Posts:
4
Plugin Contributions:
0

Re: EXCEL Populate [Support]

I'm using Zen Cart v1.5.3 and Excel Populate when running populate from file, it bring up a HTTP 500 error.
Is this even still being supported?

17 Apr 2015, 4:11 PM
#63
fjbern1943 avatar

fjbern1943

Zen Follower

Join Date:
Apr 2015
Location:
United States
Posts:
144
Plugin Contributions:
0

Re: EXCEL Populate [Support]

Iam having the same problem with the blank screen. HERE ISW THE ERROR LOG INFO:
[Fri Apr 17 11:25:33 2015] [error] [client 108.36.237.49] File does not exist: /hsphere/local/home/christianstore/christianstore.biz/catalog/admins/includes/languages/english/images/buttons/button_generate.gif, referer: http://christianstore.biz/catalog/admins/excel.php?action=start_cr_file
[Fri Apr 17 11:32:26 2015] [error] [client 108.36.237.49] File does not exist: /hsphere/local/home/christianstore/christianstore.biz/catalog/admins/includes/languages/english/images/buttons/button_populate.gif, referer: http://christianstore.biz/catalog/admins/excel.php?action=start_populate&filename=products_20150417102541.xls
[Fri Apr 17 11:33:11 2015] [error] [client 108.36.237.49] File does not exist: /hsphere/local/home/christianstore/christianstore.biz/catalog/admins/includes/languages/english/images/buttons/button_populate.gif, referer: http://christianstore.biz/catalog/admins/excel.php?action=start_populate&filename=products_20150417102541.xls

17 Apr 2015, 4:14 PM
#64
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: EXCEL Populate [Support]

fjbern1943:

Iam having the same problem with the blank screen. HERE ISW THE ERROR LOG INFO:
[Fri Apr 17 11:25:33 2015] [error] [client 108.36.237.49] File does not exist: /hsphere/local/home/christianstore/christianstore.biz/catalog/admins/includes/languages/english/images/buttons/button_generate.gif, referer: http://christianstore.biz/catalog/admins/excel.php?action=start_cr_file
[Fri Apr 17 11:32:26 2015] [error] [client 108.36.237.49] File does not exist: /hsphere/local/home/christianstore/christianstore.biz/catalog/admins/includes/languages/english/images/buttons/button_populate.gif, referer: http://christianstore.biz/catalog/admins/excel.php?action=start_populate&filename=products_20150417102541.xls
[Fri Apr 17 11:33:11 2015] [error] [client 108.36.237.49] File does not exist: /hsphere/local/home/christianstore/christianstore.biz/catalog/admins/includes/languages/english/images/buttons/button_populate.gif, referer: http://christianstore.biz/catalog/admins/excel.php?action=start_populate&filename=products_20150417102541.xls

Can't help you with your problem. but if "admins" is your admin folder name you need to chenge it right away, because the whole world knows it now

17 Apr 2015, 5:33 PM
#65
fjbern1943 avatar

fjbern1943

Zen Follower

Join Date:
Apr 2015
Location:
United States
Posts:
144
Plugin Contributions:
0

Re: EXCEL Populate [Support]

Thanks for the tip. Will change it.

25 Sep 2015, 6:21 PM
#66
donrichardsonnh avatar

donrichardsonnh

New Zenner

Join Date:
Oct 2006
Posts:
25
Plugin Contributions:
0

Re: EXCEL Populate [Support]

funna_21:

hi guys got an issue with EXCEL POPULATE . when i upload the spreadsheet with all the data completed upload is fine. but when i go to click populate a blank white screen appears.. can someone help me ?

I am having the same White Screen problem when trying to populate from the file that I have successfully uploaded. I DO have the PHP "E_ALL" errors turned on in the excel.php file but still nothing gets output to the browser.

Has anyone found a solution to this?

25 Sep 2015, 7:07 PM
#67
donrichardsonnh avatar

donrichardsonnh

New Zenner

Join Date:
Oct 2006
Posts:
25
Plugin Contributions:
0

Re: EXCEL Populate [Support]

DonRichardsonNH:

I am having the same White Screen problem when trying to populate from the file that I have successfully uploaded. I DO have the PHP "E_ALL" errors turned on in the excel.php file but still nothing gets output to the browser.

Has anyone found a solution to this?

More debug data here.
I instrumented the excel.php file in certain areas and below is a trace of execution to a point where nothing else gets printed:

Import Starting Line#44
Setting up arrays Line#61
Entering Switch Case Line#106
Entering case: populate Line#321
Completed require_once Line#323
Created new spreadsheet Line#326
Reading tmp/filename Line#331
Filename = tmp/ExcelPopulate_TestProduct.xls Line#332

The offending line is here:

***$data->read('temp/'.urldecode($_GET['filename']));


Nothing seems to execute after this line.

Any ideas would be great, as I need to import my new products.

Thanks in advance!!!

Don

24 Feb 2016, 8:53 PM
#68
hp09 avatar

hp09

New Zenner

Join Date:
Feb 2016
Location:
Colorado
Posts:
34
Plugin Contributions:
0

Re: EXCEL Populate [Support]

I just installed Zencart 1.54 (fresh install using the test db) and wanted to try this plugin: Excel Populate. Does it work with 1.54? It installs ok and exports an Excel fiel, but if I try to "populate from file", I get a 500 server error. My server is unsing PHP 5.6.
Any ideas?
Thanks.

24 Feb 2016, 9:19 PM
#69
hp09 avatar

hp09

New Zenner

Join Date:
Feb 2016
Location:
Colorado
Posts:
34
Plugin Contributions:
0

Re: EXCEL Populate [Support]

Changed permissions on the Excel file to 777, but that didn't help.

1 Dec 2016, 12:09 PM
#70
salvo72 avatar

salvo72

New Zenner

Join Date:
Feb 2013
Posts:
45
Plugin Contributions:
0

Re: EXCEL Populate [Support]

hi you are solved?

i have a similar problem and blank screen!!

thanks for your contributions

12 Dec 2016, 5:33 PM
#71
meccano avatar

meccano

New Zenner

Join Date:
Nov 2016
Location:
palermo
Posts:
1
Plugin Contributions:
0

Re: EXCEL Populate [Support]

hi

i upload a plugin on my website

but i do not create exactly an excel file
(i have blank page)

my tmp folder is at 777

i want a master excel file for upload my product.... a empty file for my editing

how find this file, or link?

you can help me?