One thing to note is that the 4.13 version visited by the Admin panel Marketplace does not work.
1. Upload
2. Refreshed modification
3. Add right to group administrator
Menu item have been appeared, but front doesn't work:
Notice: Undefined offset: 1 in ****/storage/modification/catalog/controller/common/footer.php on line 244Notice: Undefined offset: 2 in ****/domains/storage/modification/catalog/controller/common/footer.php on line 244
Fatal error: Uncaught Exception: Error: Could not load template ****/domains/garry-miller.ru/catalog/view/theme/default/template/extension/module/callback.twig! in ****/domains/storage/modification/system/library/template/twig.php:21 Stack trace: #0 ****/domains/garry-miller.ru/system/library/template.php(51): Template\Twig->render('default/templat...', '') #1 ****/domains/storage/modification/system/engine/loader.php(125): Template->render('default/templat...', '') #2 ****/domains/garry-miller.ru/catalog/controller/extension/module/callback.php(81): Loader->view('extension/modul...', Array) #3****/domains/storage/modification/system/engine/action.php(79): ControllerExtensionModuleCallback->index(Array) #4 /****/domains/storage/modification/system/engine/loader.php(48): Action->execute(Object(Registry), Array) #5 ****/domains/storage/modification/catalog/controller/common/ in ****/domains/storage/modification/system/library/template/twig.php on line 21
PHP 7.4
Version of import/export: opencart-3-x-export-import-multilingual-4-13-cloud.ocmod
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I've refreshed and set access and modification permissions.
I've deleted, re-downloaded, and re-installed with the same results.
I tried exporting products (about 150) also tried exporting categories (only 5) so its not that there are too many items to export.
Running version 3.0.3.8. PHP version 8.1
Would appreciate any help. Thanks!
What does your server error logs say?mazman wrote: ↑Mon May 22, 2023 5:26 amI've installed the MOD per the instructions. I can access it via the Maintenance Menu. When I click the Export button it brings me to the error page: "This page isn't working...unable to handle this request. HTTP error 500"
I've refreshed and set access and modification permissions.
I've deleted, re-downloaded, and re-installed with the same results.
I tried exporting products (about 150) also tried exporting categories (only 5) so its not that there are too many items to export.
Running version 3.0.3.8. PHP version 8.1
Would appreciate any help. Thanks!
Mike
cue4cheap not cheap quality
The error logs for today (and yesterday) from my site do not contain any entries. They are blank .
Error logs from MYSQL database are not available to me.
From the hosting company: "Unfortunately, logs are not available on Shared MySQL servers. This means that even technical support would be unable to retrieve them for you."
In the meantime, try this in your .htaccess
Code: Select all
php_flag display_errors On
php_value error_reporting E_ALL
Code: Select all
display_errors = On
error_reporting = E_ALL
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I altered the .htaccess file as you suggested and it did not generate any errors in the error log. (there were 2 .htaccess files, one in the main directory and another in the system folder...I tried them both individually)JNeuhoff wrote: ↑Mon May 22, 2023 9:37 pmThis is a lame webhost, find another one!
In the meantime, try this in your .htaccess
Or this in your .user.ini :Code: Select all
php_flag display_errors On php_value error_reporting E_ALL
Only keep it there for a short moment while you are trying the Export again.Code: Select all
display_errors = On error_reporting = E_ALL
I can't seem to find a 'user.ini' file
Then it is time to contact your webhost again, and if they still refuse to help here, ditch them, and find another webhost!
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
OC 4.0.2.1
clean install
export_import.ocmod.zip 4.0.0.0, 4.0.1.0, 4.0.1.1, 4.0.2.0, 4.0.2.1
When downloading products I receive a 500 error.
2023-06-27 07:54:02 - Twig\Error\LoaderError: There are no registered paths for namespace "fg".
File: /home/u28621p37274/ocartdata/storage/vendor/twig/twig/src/Loader/FilesystemLoader.php
Line: 204
2023-06-27 08:05:09 - PHP Warning: require(/home/u28621p37274/domains/domain/public_html/shop/extension/export_import/system/library/export_import/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php): Failed to open stream: No such file or directory in /home/u28621p37274/domains/domain/public_html/shop/extension/export_import/system/library/export_import/vendor/composer/autoload_real.php on line 55
2023-06-27 08:05:09 - Error: Failed opening required '/home/u28621p37274/domains/domain/public_html/shop/extension/export_import/system/library/export_import/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php' (include_path='.:/opt/alt/php80/usr/share/pear:/opt/alt/php80/usr/share/php:/usr/share/pear:/usr/share/php')
File: /home/u28621p37274/domains/domain/public_html/shop/extension/export_import/system/library/export_import/vendor/composer/autoload_real.php
Line: 55
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
PHP v8.2.4.
Code: Select all
2023-07-05 12:24:21 - PHP Unknown: Using ${var} in strings is deprecated, use {$var} instead in /Applications/XAMPP/xamppfiles/htdocs/oc4/extension/export_import/system/library/export_import/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php on line 408
2023-07-05 12:24:21 - Export/Import: Invalid header in the Categories worksheet
I have now upgraded the phpoffice/phpspreadsheet package via composer to its latest version 1.29, that should solve your PHP Unknown error.ASG wrote: ↑Wed Jul 05, 2023 2:57 pmGetting the following errors while importing on a new OC4.0.2.1 install.
PHP v8.2.4.
Code: Select all
2023-07-05 12:24:21 - PHP Unknown: Using ${var} in strings is deprecated, use {$var} instead in /Applications/XAMPP/xamppfiles/htdocs/oc4/extension/export_import/system/library/export_import/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php on line 408 2023-07-05 12:24:21 - Export/Import: Invalid header in the Categories worksheet
Use the latest Version 4.15 of the Export/Import tool which uses this upgraded library. You can also get it from our website at https://www.mhccorp.com/opencart/free-i ... t-import-4
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I'm new in opencart and have installed this great extension.
I have only 1 problem.
Version of Export/Import Tool 4.16
Version of OpenCart 4.0.2.2
Version of PHP 8.2.3
When importing a file i received next error:
Export/Import: Keyword 'Htc-touch-hd' used more than once for store_id '0' in worksheet 'ProductSEOKeywords'!
Our opencart is installed in multi-language (EN, DE, ...)
The error only appear when using the same keyword by each language.
keyword(de-de) = Htc-touch-hd and keyword(en-gb) = Htc-touch-hd
When using different keywords the problem is solved.
keyword(de-de) = Htc-touch-hd-de and keyword(en-gb) = Htc-touch-hd
For some of our products the keyword must be the same.
How can this been resolved?
Many thanks
Thank you for pointing this out. OpenCart 4, unlike OpenCart 3, does indeed allow for the same keyword for each language. I have now fixed it in the Export/Import tool, use the new V4.17 of our tool.Frekey wrote: ↑Sat Aug 05, 2023 3:13 amHi,
I'm new in opencart and have installed this great extension.
I have only 1 problem.
Version of Export/Import Tool 4.16
Version of OpenCart 4.0.2.2
Version of PHP 8.2.3
When importing a file i received next error:
Export/Import: Keyword 'Htc-touch-hd' used more than once for store_id '0' in worksheet 'ProductSEOKeywords'!
Our opencart is installed in multi-language (EN, DE, ...)
The error only appear when using the same keyword by each language.
keyword(de-de) = Htc-touch-hd and keyword(en-gb) = Htc-touch-hd
When using different keywords the problem is solved.
keyword(de-de) = Htc-touch-hd-de and keyword(en-gb) = Htc-touch-hd
For some of our products the keyword must be the same.
How can this been resolved?
Many thanks
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Code: Select all
Error: Class "PhpOffice\PhpSpreadsheet\Spreadsheet" not found in /Applications/XAMPP/xamppfiles/htdocs/oc4/extension/export_import/admin/model/tool/export_import.php on line 5666
Code: Select all
/system/library/export_import
There is only a install.json file in the root of the export_import.ocmod .zip. XML seems to missing, not sure if that is how it is supposed to be on OC4.
Permissions on the directories are 777.
Installation for OpenCart 4.x
In the OpenCart admin backend, do the following steps:
- Install via Extensions > Installer > Upload
- Go to Extensions > Extensions > Other > Export/Import Tools to install and enable it
- You should now see it under System > Maintenance > Export/Import
About Export/Import Tool extension, i am using opencart 2.3.02JNeuhoff wrote: ↑Tue Oct 07, 2014 5:00 amThe Export/Import Tool (V2.x) is now available for OpenCart 2, with the same same features as the one for OpenCart 1.5.x.
After i installed this extension, every single product got error 500:
Undefined index: product_id in /home/xxx/library/cart/cart.php on line 556
my Error.log say:
[19-Sep-2023 11:54:43 Asia/Hong_Kong] PHP Parse error: syntax error, unexpected '??' (T_COALESCE), expecting end of file in /home/dbbeingc/public_html/dummy/system/storage/modification/catalog/view/theme/journal3/template/product/product.tpl on line 199
Domain:https://dummy.db-being.com/index.php?ro ... ct_id=2271
Even i disable/remove the extension. now, i can see the product page on my store.
Also, when i try to export product, the system want me to click the box: Use filter_id instead of filter name in worksheets 'ProductFilters' and 'CategoryFilters' for export file. however, after i clicked the box, it can not be unclick!
Please tell me how to fix this, my site can not work.
I know the missing folder is in export_import.ocmod.zip, it's just not getting copied to the Opencart directory while installing.JNeuhoff wrote: ↑Tue Sep 19, 2023 4:58 pm@ASG: Something clearly went wrong with your installation, because the export_import.ocmod.zip does contain this missing folder. Do a proper installation:
Installation for OpenCart 4.x
In the OpenCart admin backend, do the following steps:
- Install via Extensions > Installer > Upload
- Go to Extensions > Extensions > Other > Export/Import Tools to install and enable it
- You should now see it under System > Maintenance > Export/Import
I have followed the process mentioned by you multiple times now, every time the end-result is the same.
While Installing(Clicking on + icon), the icon revolves like it is processing, however, it returns back to the green "install" + icon.
Then if I refresh the page, only then it changes to the "uninstall" icon.
Clearly, the installation is failing somewhere. But how do I check where? There are no instalation logs. The error log only shows the error mentioned previously.
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 1 guest