It doesn't support CSV files, only XLS is allowed.paulbarton wrote:I've got an error - it comes up twice - any ideas
Fatal error: Call to undefined method PHPExcel_Reader_CSV::setReadDataOnly() in /home/southw28/public_html/admin/model/catalog/productimportexport.php on line 1204
Fatal Error: Call to undefined method PHPExcel_Reader_CSV::setReadDataOnly() in /home/southw28/public_html/admin/model/catalog/productimportexport.php on line 1204
It won't let me add the csv to this reply file for some reason
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Notice: Error: MySQL server has gone away
Error No: 2006
SELECT language_id FROM `oc_language` WHERE code = 'en' in /home/xxx/public_html/system/database/mysql.php on line 49
Please help as we have been unable to work for so many days.
Fatal error: Out of memory (allocated 340262912) (tried to allocate 72 bytes) in /home/pclapto1/public_html/system/PHPExcel/Classes/PHPExcel/Cell.php on line 495
When I click import after choosing the file from browse it just refreshes the page. No error message. All logs are clean. Yet if I use a smaller file it works. Please can anyone help shed any light on this.
All the PHP.ini and HTACCESS limits are 999meg and it is on a local server so no issues with the PHP
<?php phpinfo(); ?>
and run it from your web browser, it will show your PHP configuration. Look up the usual suspects, e.g.
memory_limit
post_max_size
upload_max_filesize
to see whether they actually contain expected increased values.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /public/sites/www.z-pack.nl/system/PHPExcel/Classes/PHPExcel/Cell.php on line 494
Could you please help me out? I have already change the memory limit in php.ini into:
memory_limit = 512M;
I am using opencart 1.5.1.3.
Arjan
Premium Templates for Opencart
http://www.opencarttemplates.com
Can someone please help me. I have installed the correct Export import version and vqmod for my OC. However when I open the exported Xls file there are all kinds of characters...
PLEASE HELP!!!
Regards
W
Attachments
Here is the file I get.
To start with: What OpenCart version are you using?
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Werner
Documentation: OpenCart User Guide
Mods: Total Import PRO | CSV Import PRO | Ecom Tracking | Any Feed | Autosuggest | OpenCart CDN
PHP Notice: Trying to get property of non-object in /home/mkruk/public_html/system/PHPExcel/Classes/PHPExcel/Reader/Excel2007.php on line 177
For example, lets say that I have 10.000 products.
Can I import 5.000 of these at first, then make a new spreadsheet and import the next 5.000 products?
Without the first 5.000 products beeing removed?
I tried to import all of my products (13.000), but that failed due to memory_limit wasn't high enough.
Can I get around this by importing 5.000 at a time?
Because uploading this amount of products didn't cause any issues.
JNeuhoff wrote:Edit the admin/model/tool/export.php file to add support for additional field columns. In particular, look at the following functions:Dufus wrote:Hi there J.Neuhoff!
Thankyou very much for your work on this mod, it has saved me a ridiculous amount of time getting everything imported. If you would be so kind I was just wondering if it is possible to store extra data in the import xls?
I have three price tiers and I need two prices to calculate the correct amount for each group. It would be really handy if I could paste this second price into the xls spreadsheet somewhere (at the end of the products in the 'AN' column for example). I have tried adding an additional column/sheet but it errors out whenever I attempt import. Is there anything I can do/set to tell it to ignore a certain bit of data?
Thanks very much in advance!
-Dan
storeProductsIntoDatabase
uploadProducts
validateProducts
populateProductsWorksheet
Hi, This sounds like what i what. Im selling T-Shirts, and need options etc set up (Colours/Size). andI have brought Openstock ext which creates an additional tab and enables me to do this.
Can i modify the Export/Import to enable me to include the OpenStock features into the Import/Export Process, as if i use the Eport/Import it currently wipes the OpenStock data. Im not massively experienced at php editing, but can follow basic instructions

Thanks
Dave
OC_rookie wrote:JNeuhoff wrote:Edit the admin/model/tool/export.php file to add support for additional field columns. In particular, look at the following functions:Dufus wrote:Hi there J.Neuhoff!
Thankyou very much for your work on this mod, it has saved me a ridiculous amount of time getting everything imported. If you would be so kind I was just wondering if it is possible to store extra data in the import xls?
I have three price tiers and I need two prices to calculate the correct amount for each group. It would be really handy if I could paste this second price into the xls spreadsheet somewhere (at the end of the products in the 'AN' column for example). I have tried adding an additional column/sheet but it errors out whenever I attempt import. Is there anything I can do/set to tell it to ignore a certain bit of data?
Thanks very much in advance!
-Dan
storeProductsIntoDatabase
uploadProducts
validateProducts
populateProductsWorksheet
Hi, This sounds like what i what. Im selling T-Shirts, and need options etc set up (Colours/Size). andI have brought Openstock ext which creates an additional tab and enables me to do this.
Can i modify the Export/Import to enable me to include the OpenStock features into the Import/Export Process, as if i use the Eport/Import it currently wipes the OpenStock data. Im not massively experienced at php editing, but can follow basic instructions![]()
Thanks
Dave
This is kinda what im looking for also, if its possible?
Having the exact same problem as you using my own local server with a 999MB limit. It was working fine about 20 minutes ago, now the import button does nothing... I've tried using older spreadsheets thinking it was a problem with my modified one, but still nothing.subtilty wrote:Hi Thanks,JNeuhoff wrote:The file size is only limited by the amount of memory available on your server, see the readme.txt file for typical PHP settings on this.subtilty wrote:Hiya,
Is there a maximum file size for the xls. Mine have been working fine until the latest file which is 8.46meg and now the import button just refreshes the page and nothing else happens. But when I test a smaller file it works fine.
Any help would be great, thanks.
James
The memory is set to 999mb and I am uploading on my own local server so it cant be that. The import button literally does nothing so it doesn't have time to even detect a size. Do you know of an error where it does this? Import button refreshes the page.
Thanks
Checked my logs but I can't seem to spot any issues.
If your memory_limit is large enough, then It must be one of the other PHP settings which may cause your problem, such as the post_max_size or upload_max_filesize settings. I think I'll add some better runtime checks in future releases of the Export/Import tool for this, along with some other improved error handling.jakehobbs wrote: Having the exact same problem as you using my own local server with a 999MB limit. It was working fine about 20 minutes ago, now the import button does nothing... I've tried using older spreadsheets thinking it was a problem with my modified one, but still nothing.
Checked my logs but I can't seem to spot any issues.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Users browsing this forum: No registered users and 61 guests