Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
After you downloaded the extension, you need to install it on your OpenCart server via the admin backend ataloo wrote:Hi developer i m new to opencart please can u tell how it works i downloaded the extension but how it works.thx
Extensions > Extension Installer > Upload
Then do a
Extensions > Modifications > Refresh
You will then see the tool under
System > Tools > Export/Import
This is not an issue with the Export/Import Tool, but with your server configuration which doesn't seem to allow the 'application/zip' mime type for the upload. Ask your webhost to fix it, to allow '.ocmod.zip' files to be uploaded.Hi, getting this when trying to install install.xml. Version 3.2. Cart version 2.2. All the files uploaded. What am I doing wrong?
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
No matter what numbers I enter. Any thoughts?
Thank you!
I am unable to reproduce your error. Most likely you are not using V3.2, or haven't installed to the correct place.hitman72 wrote:I installed your Export/Import Tool (V3.2) but every time I try to use the "data range you want to export:" option I always get the error of----- Start id must be greater than 0
No matter what numbers I enter. Any thoughts?
Thank you!
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Sorry, I am simply unable to reproduce your error. Are you using a 3rd party web theme? Some of them also modify the admin backend which may cause some issues.hitman72 wrote:I have installed the the latest version. Still no luck with exporting by ID
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I am using OC 2.1.0.2 - when trying to Export something the exported file is broken, cant be opened with Excel. If I open it with a Notepad++ it gives me this message:
<br />
<b>Fatal error</b>: 'break' not in the 'loop' or 'switch' context in <b>system/PHPExcel/Classes/PHPExcel/Calculation/Functions.php</b> on line <b>581</b><br />
The file Functions.php have the following in line 581:
Code: Select all
public static function TYPE($value = NULL) {
$value = self::flattenArrayIndexed($value);
if (is_array($value) && (count($value) > 1)) {
$a = array_keys($value);
$a = array_pop($a);
// Range of cells is an error
if (self::isCellValue($a)) {
return 16;
// Test for Matrix
} elseif (self::isMatrixValue($a)) {
return 64;
}
} elseif(empty($value)) {
// Empty Cell
return 1;
}
$value = self::flattenSingleValue($value);
if (($value === NULL) || (is_float($value)) || (is_int($value))) {
return 1;
} elseif(is_bool($value)) {
return 4;
} elseif(is_array($value)) {
return 64;
break;
------------------------------
Still a Noobie...
My page: http://designninja.net Graphic designer services made easy!
Code: Select all
// break;
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Yes - my new hosting is on PHP 7 and is not negotiable - they wont switch it overJNeuhoff wrote:Try to comment out this line, maybe you have recently upgraded to PHP 7, and it doesn't like unreachable code sections anymore?
Code: Select all
// break;

------------------------------
Still a Noobie...
My page: http://designninja.net Graphic designer services made easy!

------------------------------
Still a Noobie...
My page: http://designninja.net Graphic designer services made easy!
Your admin backend language needs to be one of the supported frontend languages, too, and your product and category descriptions, names, etc must be specified for all languages.hardgamer wrote:So - it worked now, but after I import - the new Products and Categories dont show on the Backend of the Store - they show only on the Front end. Also SEO url are not imported in the products but still working. I use a second language and a SEO module, so dont know what to do now
As regards SEO: The Export/Import Tool was only designed for a supported standard OpenCart version. I can add support for additional DB fields for a small charge, send me a PM with details of your new DB fields.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Im getting an error when trying to install this extension. (opencart-2-x-export-import-multilingual-3-3.ocmod.zip)
The error occurs right after I go: Extension -> Extension installer -> Upload -> Select file -> Ok.
OpenCart error log:SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
OK
<b>Warning</b>: mkdir(): No such file or directory in <b>/home/r200750/domains/mydomain.com/public_html/store/admin/controller/extension/installer.php</b> on line <b>82</b><b>Warning</b>: move_uploaded_file(/home/r200750/domains/mydomain.com/public_html/store/system/upload/temp-3WJozpl38OfrRQxPOEXGYlGFQcJSEVl5/upload.zip): failed to open stream: No such file or directory in <b>/home/r200750/domains/mydomain.com/public_html/store/admin/controller/extension/installer.php</b> on line <b>117</b><b>Warning</b>: move_uploaded_file(): Unable to move '/tmp/phpFtSfh7' to '/home/r200750/domains/mydomain.com/public_html/store/system/upload/temp-3WJozpl38OfrRQxPOEXGYlGFQcJSEVl5/upload.zip' in <b>/home/r200750/domains/mydomain.com/public_html/store/admin/controller/extension/installer.php</b> on line <b>117</b>{"step":[],"overwrite":[],"error":"File could not be found!"}
Hope someone can help me with this.2016-06-02 9:46:07 - PHP Warning: mkdir(): No such file or directory in /home/r200750/domains/mydomain.com/public_html/store/admin/controller/extension/installer.php on line 82
2016-06-02 9:46:07 - PHP Warning: move_uploaded_file(/home/r200750/domains/mydomain.com/public_html/store/system/upload/temp-3WJozpl38OfrRQxPOEXGYlGFQcJSEVl5/upload.zip): failed to open stream: No such file or directory in /home/r200750/domains/mydomain.com/public_html/store/admin/controller/extension/installer.php on line 117
2016-06-02 9:46:07 - PHP Warning: move_uploaded_file(): Unable to move '/tmp/phpFtSfh7' to '/home/r200750/domains/mydomain.com/public_html/store/system/upload/temp-3WJozpl38OfrRQxPOEXGYlGFQcJSEVl5/upload.zip' in /home/r200750/domains/mydomain.com/public_html/store/admin/controller/extension/installer.php on line 117
Users browsing this forum: No registered users and 5 guests