Post by groovygiraffe » Tue Jul 16, 2013 1:47 am

Hi JNeuhoff,

I got an error while trying to export out my product:
Unable to access External Workbook

What can I do?

Opencart version 1.5.5.1

Thanks!

Newbie

Posts

Joined
Mon Jul 08, 2013 3:40 pm

Post by JNeuhoff » Tue Jul 16, 2013 2:44 am

groovygiraffe wrote: What can I do?
Provide some more details, such as:
- other extensions installed
- log entries from server's error_log
- log entries from OpenCart's system/logs/error.txt
- exact copy of the error message you got

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member
Online

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by groovygiraffe » Tue Jul 16, 2013 12:35 pm

Hi,

Details as followed:
- Other extensions: advcustomerreport, omfmobile, pagecache, outofstock disable button, emailtemplate

-No log entries from server's error_log

-Log Entry from Opencart's system: 2013-07-16 4:06:29 - PHP PHPExcel_Exception: Attributes!E2439 -> Unable to access External Workbook in /home/thegroov/public_html/system/PHPExcel/Classes/PHPExcel/Cell.php on line 307

-Exact copy of error message from Opencart: Attributes!E2439 -> Unable to access External Workbook
See also 'System > Error Logs' for more details.

Actually I was able to export the file out about 6 hours before I got the error.

Appreciate your help!

Thank you so much!

Newbie

Posts

Joined
Mon Jul 08, 2013 3:40 pm

Post by JNeuhoff » Wed Jul 17, 2013 1:43 am

groovygiraffe wrote: -Exact copy of error message from Opencart: Attributes!E2439 -> Unable to access External Workbook
See also 'System > Error Logs' for more details.

Actually I was able to export the file out about 6 hours before I got the error.

Appreciate your help!

Thank you so much!
No idea, never seen this error before. Were you trying to do an Import to OpenCart from your spreadsheet, or an Export from Open~Cart to your spreadsheet?

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member
Online

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by groovygiraffe » Wed Jul 17, 2013 3:11 pm

Hi,

The error came when I was trying to export from Opencart. There is no error when I import to Opencart.

Will it be worth the while for you to take a look at my files?

Or, can you let me know how to uninstall this extension? (You think a fresh install will help?)

Please help.. I'm a layman and very stressed over it!

Thank you so much!

Newbie

Posts

Joined
Mon Jul 08, 2013 3:40 pm

Post by gemcart » Fri Jul 26, 2013 4:25 am

Hi,
Thank you for your extension. I find it very useful adding/updating my hundreds of products on my 1.5.5.1 opencart.
Some initial issues and error messages were there, but I solved them all. Now I use this extension exclusively for updating and backup (I used phpmyadmin previously for backup).
One thing I find lacking is the filters. They are not exported/imported. I have to do all the filters manually. Is there any way I can export/import filters too?
Thank you

Newbie

Posts

Joined
Sat Jun 15, 2013 2:26 am

Post by gemcart » Fri Jul 26, 2013 4:27 am

JNeuhoff wrote:
groovygiraffe wrote: -Exact copy of error message from Opencart: Attributes!E2439 -> Unable to access External Workbook
See also 'System > Error Logs' for more details.

Actually I was able to export the file out about 6 hours before I got the error.

Appreciate your help!

Thank you so much!
No idea, never seen this error before. Were you trying to do an Import to OpenCart from your spreadsheet, or an Export from Open~Cart to your spreadsheet?
This looks more like the spreadsheet software issue on the computer.

Newbie

Posts

Joined
Sat Jun 15, 2013 2:26 am

Post by pennywilerra » Fri Jul 26, 2013 8:49 pm

i have this problem

Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /home/lelo4me/public_html/system/PHPExcel/Classes/PHPExcel/Shared/OLERead.php on line 314

this is line 314

return ord($data[$pos]) | (ord($data[$pos + 1]) << 8) | (ord($data[$pos + 2]) << 16) | $_ord_24;

New member

Posts

Joined
Sun Dec 04, 2011 5:04 am


Post by JNeuhoff » Fri Jul 26, 2013 10:46 pm

pennywilerra wrote:i have this problem

Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /home/lelo4me/public_html/system/PHPExcel/Classes/PHPExcel/Shared/OLERead.php on line 314

this is line 314

return ord($data[$pos]) | (ord($data[$pos + 1]) << 8) | (ord($data[$pos + 2]) << 16) | $_ord_24;
Increase your PHP setting memoy_limit which at the moment is only 64M.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member
Online

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by pennywilerra » Fri Jul 26, 2013 11:43 pm

JNeuhoff wrote:
pennywilerra wrote:i have this problem

Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /home/lelo4me/public_html/system/PHPExcel/Classes/PHPExcel/Shared/OLERead.php on line 314

this is line 314

return ord($data[$pos]) | (ord($data[$pos + 1]) << 8) | (ord($data[$pos + 2]) << 16) | $_ord_24;
Increase your PHP setting memoy_limit which at the moment is only 64M.
waar kan ik dat veranderen?

New member

Posts

Joined
Sun Dec 04, 2011 5:04 am


Post by JNeuhoff » Sat Jul 27, 2013 12:25 am

pennywilerra wrote:
JNeuhoff wrote:
pennywilerra wrote:i have this problem

Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /home/lelo4me/public_html/system/PHPExcel/Classes/PHPExcel/Shared/OLERead.php on line 314

this is line 314

return ord($data[$pos]) | (ord($data[$pos + 1]) << 8) | (ord($data[$pos + 2]) << 16) | $_ord_24;
Increase your PHP setting memoy_limit which at the moment is only 64M.
waar kan ik dat veranderen?
In your admin/php.ini file, e.g.

Code: Select all

memory_limit = 128M;

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member
Online

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by gamzino » Fri Aug 09, 2013 5:49 pm

Hi,

thanks for a great mod!

Does this tool export/import product/category fields?

Thanks

Newbie

Posts

Joined
Fri Aug 09, 2013 5:40 pm

Post by burley » Wed Aug 14, 2013 4:33 am

I was wondering if you are able to create a multilanguage option for the import/export.
I can buy a new module, but it doesn;t work as perfectly as yours.

Rather pay you extra for some custom work then buy something i'm totally unfamiliar with.

User avatar
Active Member

Posts

Joined
Sun Oct 09, 2011 3:30 pm

Post by madmonkeyau » Tue Aug 20, 2013 6:02 pm

Hi,

using oc 1.5.5.1 getting import error (export working fine) checked the logs found this error below

Export/Import: Invalid header in the Categories worksheet

Have tried online tool to convert the xlxs file again still have the problem, how can this be fixed?

Thanks

madmonkeyau :D

Newbie

Posts

Joined
Tue Aug 20, 2013 5:58 pm

Post by JNeuhoff » Tue Aug 20, 2013 8:20 pm

madmonkeyau wrote:Hi,

using oc 1.5.5.1 getting import error (export working fine) checked the logs found this error below

Export/Import: Invalid header in the Categories worksheet

Have tried online tool to convert the xlxs file again still have the problem, how can this be fixed?

Thanks

madmonkeyau :D
Do an Export first, and then don't change the heading row in the 'Categories' worksheet.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member
Online

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by ArtbyArjan » Wed Aug 21, 2013 4:19 am

burley wrote:I was wondering if you are able to create a multilanguage option for the import/export.
I can buy a new module, but it doesn;t work as perfectly as yours.

Rather pay you extra for some custom work then buy something i'm totally unfamiliar with.
I will second that.
There has been an import/export multilanguage module based on your extension JNeuhoff, but it probably only supports 1.5.1.3 so I couldn't get it to work properly (I'm using 1.5.4

A multilanguage option would be great!

User avatar
Newbie

Posts

Joined
Sun Aug 11, 2013 12:07 am

Post by madmonkeyau » Thu Aug 22, 2013 3:31 am

JNeuhoff wrote:
madmonkeyau wrote:Hi,

using oc 1.5.5.1 getting import error (export working fine) checked the logs found this error below

Export/Import: Invalid header in the Categories worksheet

Have tried online tool to convert the xlxs file again still have the problem, how can this be fixed?

Thanks

madmonkeyau :D
Do an Export first, and then don't change the heading row in the 'Categories' worksheet.
Thanks for the reply, all that was being edited was the weights of product adding weight and if g or kg
also tried to remove some options for products that will not delete unless edit products manually there is about 20

No headings or anything changed

Newbie

Posts

Joined
Tue Aug 20, 2013 5:58 pm

Post by madmonkeyau » Fri Aug 23, 2013 5:43 pm

Have tried again using Open Office 4, and Excel still same problem.

I can export and import the downloaded file but as soon as edited it looks causes the problem what am I doing wrong when saving, only content is edited by added weight values no categories edited

Newbie

Posts

Joined
Tue Aug 20, 2013 5:58 pm

Post by burley » Wed Aug 28, 2013 11:25 pm

ArtbyArjan wrote:
burley wrote:I was wondering if you are able to create a multilanguage option for the import/export.
I can buy a new module, but it doesn;t work as perfectly as yours.

Rather pay you extra for some custom work then buy something i'm totally unfamiliar with.
I will second that.
There has been an import/export multilanguage module based on your extension JNeuhoff, but it probably only supports 1.5.1.3 so I couldn't get it to work properly (I'm using 1.5.4

A multilanguage option would be great!
Hi Juergen, no response from you jet on this. Please let me know what you're opinion is on this.
I do indeed have 1541 and the extension which is available for 1513 indeed does not work on this version.

User avatar
Active Member

Posts

Joined
Sun Oct 09, 2011 3:30 pm

Post by CyrusLLC » Sun Sep 08, 2013 2:11 pm

When I click System > Export/Import

I receive: Permission Denied. You do not have permission to access this page, please refer to your system administrator.

Whats the deal with this?

I am using OpenCart v.1.5.4

Newbie

Posts

Joined
Sat Aug 10, 2013 10:48 am
Who is online

Users browsing this forum: No registered users and 15 guests