Post by JNeuhoff » Tue May 03, 2011 6:03 am

Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'n Prop CF061')' at line 1
Error No: 1064
INSERT INTO `product_image` (`product_image_id`, product_id, `image`) VALUES (493,492,'Pop'n Prop CF061');
In method storeProductsIntoDatabase of the file admin/model/tool/export.php, change the line

$imageName = $product[7];

to using

$imageName = $database->escape($product[7]);

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 ercanermis » Tue May 03, 2011 6:32 pm

Hello JNeuhoff, i changed line but error is still there.

Newbie

Posts

Joined
Mon Mar 07, 2011 11:47 pm

Post by BloodyVlad » Mon May 16, 2011 5:05 pm

I'm trying to use your tool with 1.4.9.4 opencart. Downloaded latest version from MHC download section. It works, but I get only numbers in exported XLS. No text, like it drops strings. Even Columns titles are blank, I have only numbers. I have cyrillic text, using UTF-8 encoding.

Newbie

Posts

Joined
Mon May 16, 2011 4:50 pm

Post by sokpet » Wed May 25, 2011 11:38 pm

Hello

I successfully installed your new updated module for 1.4.9.5. It export and imports without errors. But it only show up products and categories in front end. And all categories and products are empty in back end. What is wrong????

Newbie

Posts

Joined
Sat Mar 12, 2011 7:59 pm

Post by sokpet » Thu May 26, 2011 12:10 am

Sorry. It had to do with language settings. I had different language set up for admin.

Module works perfect (at least on local machine, for the moment). Thanks.

Newbie

Posts

Joined
Sat Mar 12, 2011 7:59 pm

Post by yiyinlah » Wed Jun 01, 2011 1:28 pm

Hi!

I'm experiencing this error, how could I solve it?

Code: Select all

Fatal Error: Class 'ZipArchive' not found in /home/blahblah/public_html/system/PHPExcel/Classes/PHPExcel/Shared/File.php on line 53

I'm using Opencart 1.5.4.1 & vQmod 2.3.2.


User avatar
Active Member

Posts

Joined
Thu Sep 23, 2010 1:19 pm
Location - Singapore

Post by JNeuhoff » Thu Jun 02, 2011 1:25 am

yiyinlah wrote:Hi!

I'm experiencing this error, how could I solve it?

Code: Select all

Fatal Error: Class 'ZipArchive' not found in /home/blahblah/public_html/system/PHPExcel/Classes/PHPExcel/Shared/File.php on line 53
I am unable to reproduce your error.

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 yiyinlah » Thu Jun 02, 2011 2:54 am

JNeuhoff wrote:
yiyinlah wrote:Hi!

I'm experiencing this error, how could I solve it?

Code: Select all

Fatal Error: Class 'ZipArchive' not found in /home/blahblah/public_html/system/PHPExcel/Classes/PHPExcel/Shared/File.php on line 53
I am unable to reproduce your error.
Perhaps I'll share with you what I was doing.

I used to use Excel 2003, thus format is 97-2003, xls format.
But as I need to use more than 7 levels of nested formulas, I downloaded Excel 2010.

But in 2010, compatibility mode was used for my file, so in order to remove this mode, I changed the file format to 2010 format. & when I tried to upload a pure 2010 excel workbook, this error happens.

Initially I use Excel 2003 to import, so even when I try to export from admin now, before downloading/save as/open, the window also read it as a 2003 file format.

I could only import 2003 versions of excel files now and so, even after downloading excel 2010, I have to keep using compatibility mode.

Do you know what's happening? :(

I'm using Opencart 1.5.4.1 & vQmod 2.3.2.


User avatar
Active Member

Posts

Joined
Thu Sep 23, 2010 1:19 pm
Location - Singapore

Post by JNeuhoff » Thu Jun 02, 2011 5:14 am

I don't use any Microsoft software so I am unable to reproduce it.

According to wikipedia:
Microsoft Excel up until 2007 version used a proprietary binary file format called Binary Interchange File Format (BIFF) as its primary format.[49] Excel 2007 uses Office Open XML as its primary file format, an XML-based format that followed after a previous XML-based format called "XML Spreadsheet" ("XMLSS"), first introduced in Excel 2002.[50]
It appears to me you are not using the BIFF format. If Excel 2010 isn't backward compatiblewith the BIFF you could always use OpenOffice.

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 yiyinlah » Thu Jun 02, 2011 2:14 pm

JNeuhoff wrote:I don't use any Microsoft software so I am unable to reproduce it.

According to wikipedia:
Microsoft Excel up until 2007 version used a proprietary binary file format called Binary Interchange File Format (BIFF) as its primary format.[49] Excel 2007 uses Office Open XML as its primary file format, an XML-based format that followed after a previous XML-based format called "XML Spreadsheet" ("XMLSS"), first introduced in Excel 2002.[50]
It appears to me you are not using the BIFF format. If Excel 2010 isn't backward compatiblewith the BIFF you could always use OpenOffice.
What is OpenOffice?

I'm using Opencart 1.5.4.1 & vQmod 2.3.2.


User avatar
Active Member

Posts

Joined
Thu Sep 23, 2010 1:19 pm
Location - Singapore

User avatar
Guru Member
Online

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by yiyinlah » Thu Jun 02, 2011 5:37 pm

JNeuhoff wrote:It would take you only one or two seconds to Google it:

http://www.openoffice.org/
Sorry!

But could it take in Excel formulas?

I'm using Opencart 1.5.4.1 & vQmod 2.3.2.


User avatar
Active Member

Posts

Joined
Thu Sep 23, 2010 1:19 pm
Location - Singapore

Post by JNeuhoff » Thu Jun 02, 2011 9:26 pm

But could it take in Excel formulas?
Yes. But this is not relevant here, because the Export/Import tool won't support any formulas!

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 yiyinlah » Thu Jun 02, 2011 11:59 pm

JNeuhoff wrote:
But could it take in Excel formulas?
Yes. But this is not relevant here, because the Export/Import tool won't support any formulas!
Oops! I didn't know.
But it's just to calculate numbers, could it not accept too? ;/

I'm using Opencart 1.5.4.1 & vQmod 2.3.2.


User avatar
Active Member

Posts

Joined
Thu Sep 23, 2010 1:19 pm
Location - Singapore

Post by AspectWD » Fri Jun 03, 2011 5:52 pm

Hi All,

First post here as a newbie to OpenCart.

Does anyone have this extension running in 1.5 yet?

The instructions don't seem to apply/work to the latest version.

Any/All help appreciated.

Thanks ;D

Newbie

Posts

Joined
Fri Jun 03, 2011 5:49 pm

Post by JNeuhoff » Fri Jun 03, 2011 11:26 pm

Still working on a 1.5.0 version, hope to have it released soon.

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 thegeekz » Mon Jun 13, 2011 8:22 pm

raoulpop wrote:I'd really appreciate some usage instructions for this plugin. I've installed it according to your instructions (vQMod is pre-installed), and I see no Import or Export option anywhere in the Admin pages. (Yes, I've enabled it on the user group page.) I don't know where else to look. Please help.
I have the same issue.

I was using Apsona before this, but suddenly, the function went missing.. without me doing anything..

Then I tried to install this tool from MHC, but...... sad news is it does not appear as well after installing and getting the Admin rights checked... in System -- User Group...

:(

Think this has happened to me twice... to both Apsona and MHC's export & import tool... :(

No more using Apsona, as they are not updated.

  • Every upgrade -- rem. 2 reinstall vqmod & mindful of modules w/ VQmod -- E.g Import / Export Tool by MHC


Active Member

Posts

Joined
Tue Nov 02, 2010 10:24 am

Post by grgolf » Fri Jun 17, 2011 11:56 pm

Has any one imported products and options from 1.4.9.4 to 1.5.0 with this tool?

New member

Posts

Joined
Tue Feb 02, 2010 3:31 am

Post by extigo » Sat Jun 18, 2011 9:16 pm

grgolf wrote:Has any one imported products and options from 1.4.9.4 to 1.5.0 with this tool?
Not yet, but I checked the two XLS files to determine what the differences are. I've seen quite some differences so I think I need to copy/paste per column.

Op al uw computervragen een antwoord -- Extigo Computers
http://www.extigo.nl

Using OC 1.4.9.4


Active Member

Posts

Joined
Thu Dec 09, 2010 5:04 pm

Post by grgolf » Sat Jun 18, 2011 11:12 pm

I was able to import the products and options from 1.4.9.4 to 1.5. I just need to modify the spreadsheet a little. I was able to get the customers imported too, but now I'm having problems getting orders imported in. Any help would be appreciated.

New member

Posts

Joined
Tue Feb 02, 2010 3:31 am
Who is online

Users browsing this forum: No registered users and 2 guests