- Posts: 223
- Thank you received: 1
unable to export products
- plumbingdeals
-
Topic Author
- Offline
Less
More
14 years 6 months ago #44568
by plumbingdeals
unable to export products was created by plumbingdeals
after updating to latest version of essential, i am unable to export products...
the export works, but the file is 0 bytes, and on viewing is empty
products are their, and i have checked the database, and they are also there
the export works, but the file is 0 bytes, and on viewing is empty
products are their, and i have checked the database, and they are also there
Please Log in or Create an account to join the conversation.
14 years 6 months ago #44742
by nicolas
Replied by nicolas on topic Re: unable to export products
I've never heard of such error, but I would say that it might be because you have too much data for the resources restrictions in place on your hosting.
Try to select some products and click on export instead of exporting all the products. That should use a lot less resources and give you the CSV file for these products without errors. In that case, you should ask your hosting company to increase the max_execution_timeout AND/OR the memory_limit options of your php (sometimes you can do that yourself by setting up your own php.ini but that depends on your hosting).
Try to select some products and click on export instead of exporting all the products. That should use a lot less resources and give you the CSV file for these products without errors. In that case, you should ask your hosting company to increase the max_execution_timeout AND/OR the memory_limit options of your php (sometimes you can do that yourself by setting up your own php.ini but that depends on your hosting).
Please Log in or Create an account to join the conversation.
- plumbingdeals
-
Topic Author
- Offline
Less
More
- Posts: 223
- Thank you received: 1
14 years 5 months ago #45626
by plumbingdeals
Replied by plumbingdeals on topic Re: unable to export products
nicolas,
wasn't real keen on dealing with php.ini, so i took an akeeba backup with hika 1.5.6 and restored that, export works fine.
note as i said, problem started after i upgraded hika to 1.5.7
now i'm not sure how to proceed...
should i try to reinstall version 1.5.7? my joomla version is 1.7.2
any ideas?
thanks
wasn't real keen on dealing with php.ini, so i took an akeeba backup with hika 1.5.6 and restored that, export works fine.
note as i said, problem started after i upgraded hika to 1.5.7
now i'm not sure how to proceed...
should i try to reinstall version 1.5.7? my joomla version is 1.7.2
any ideas?
thanks
Please Log in or Create an account to join the conversation.
14 years 5 months ago #45628
by nicolas
Replied by nicolas on topic Re: unable to export products
You can always keep the current version you have. As long as there is no security issue in HikaShop, you should be fine.
Otherwise, you can try to install it again after doing a backup and try to do a partial export as I explained in my previous message. That will tell you if it comes from a server limitation, in which case you can contact your hosting compnay in order to increase your limitations.
Otherwise, you could do the update and then, when you do an export, you can do a backup of your website and restore it on your computer in order to do the export there, that should avoid that problem.
Otherwise, you can try to install it again after doing a backup and try to do a partial export as I explained in my previous message. That will tell you if it comes from a server limitation, in which case you can contact your hosting compnay in order to increase your limitations.
Otherwise, you could do the update and then, when you do an export, you can do a backup of your website and restore it on your computer in order to do the export there, that should avoid that problem.
Please Log in or Create an account to join the conversation.
- plumbingdeals
-
Topic Author
- Offline
Less
More
- Posts: 223
- Thank you received: 1
14 years 5 months ago #45848
by plumbingdeals
Replied by plumbingdeals on topic Re: unable to export products
reinstalled 1.5.7 and problem reoccurred
with 1.5.7 i am able to do a partial export as you suggested
my question is this, if the only thing that has changed is my version of hikashop, why would server limitations now be an issue?
as i said, export works fine with hikashop 1.5.6, so i don't understand how all of a sudden there could be a problem with the server...
with 1.5.7 i am able to do a partial export as you suggested
my question is this, if the only thing that has changed is my version of hikashop, why would server limitations now be an issue?
as i said, export works fine with hikashop 1.5.6, so i don't understand how all of a sudden there could be a problem with the server...
Please Log in or Create an account to join the conversation.
14 years 5 months ago #45855
by nicolas
Replied by nicolas on topic Re: unable to export products
The only thing we changed between 1.5.6 and 1.5.7 on the export of products is this:
The query to load the images of the products now load them in the same order as displayed in the product edition screen.
The export now loads the translations of the products (in a future version, the translations will also be in the exported CSV).
So if you don't use content translations, I don't see why it would eat more resources as the rest of the export is the exact same code.
The query to load the images of the products now load them in the same order as displayed in the product edition screen.
The export now loads the translations of the products (in a future version, the translations will also be in the exported CSV).
So if you don't use content translations, I don't see why it would eat more resources as the rest of the export is the exact same code.
Please Log in or Create an account to join the conversation.
- plumbingdeals
-
Topic Author
- Offline
Less
More
- Posts: 223
- Thank you received: 1
14 years 5 months ago #45856
by plumbingdeals
Replied by plumbingdeals on topic Re: unable to export products
well, could size of images make a difference
Please Log in or Create an account to join the conversation.
14 years 5 months ago #45858
by nicolas
Replied by nicolas on topic Re: unable to export products
Only the information of the image is load the image itself is not loaded. So the size is irrelevant.
Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds