Troubleshooting
- Former user (Deleted)
- Jiri Zahradka
- Jaromir Jaromir (Unlicensed)
Table of Contents |
---|
Connector Installation Servise
Detailed articles
Quick solutions
This is NOT module bug and this may happen after installation of any Magento module.
Refresh your cache under System → Cache management. Then, log-out from your backend and then log-in again. That should help!
Attribute is not present in flat product catalogue. You need to do following:
- navigate to Catalog →Attributes and in attribute detail setup the option Use in product listing = true
- navigate to System → Index Management and reindex Product Flat Data; in some cases you need to make the reindex twice
- refresh cache, logout and login again
Futher information you may find in Attributes Mapping.
Unable to generate an export. Warning: include(XsltProcessor.php): failed to open stream: No such file or directory in XXX/lib/Varien/Autoload.php on line 93
Please ask your hosting provider or server administrator to allow or install XSLT PHP library. Export module can't work without this extension. You can try to run Compatibility test before connector installation.
In some rare cases this error you can get this error even if you have installed the XSLT library. It happens usually in connector versions 6.0.0.0 and 6.1.0.0 due to wrong encoding of some special non-ASCII characters. If this is your case, please upgrade to connector version 6.2.0.0 of higher.
In some cases we have registred problems when client tries Update feed list or Update feed taxonomies, although the License key is valid. If this is also your case, you can try following:
- Go to app/code/community/Nostress/Nscexport/etc/config.xml and find element server_url. Then change value of this element from https://www.nostresscommerce.cz/xmlFeedServer.php to http://www.nostresscommerce.cz/xmlFeedServer.php. Refresh cache, logout and login again and and try to get feeds and taxonomies.
Attributes nsc_taxonomy_* are not present in flat category catalogue. You need to do following:
- navigate to System → Index Management and reindex Category Flat Data; in some cases you need to make the reindex twice
- refresh cache, logout and login again
Futher information you may find in Taxonomies Setup.
PHP Parse error: syntax error, unexpected T_CATCH in /app/code/community/Nostress/Nscexport/controllers/Adminhtml/ScheduleController.php on line 1
- This is know error that was fixed in release 6.1.0.0. Please update to this module version or newer.
This is not bug. You need to setup attributes for export correctly. See Attributes Mapping.
Blank screen may occur in Category detail or after clicking on Reload taxonomy button. Solution for this problem is to increase Memory Limit in your php.ini or .htaccess (256M should be enough). This issue will be solved in upcoming module version.
If the generated XML file is invalid, please double check your browser cache (try press F5 or Crtl+R several times). This problem usually occurs after Export profile modification and subsequent new generation of XML file. You can also check the file validity directly in file system in folder /media/xmlFeedExport/.
Feeds specification load failed: Invalid or empty server response.Curl error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
- This is know error in module version 6.0.0.0 and was fixed in version 6.1.0.0.
Probably you didnt turn off the compilation feature in Magento. You need to run the compilation process again - navigate to System → Tools → Compilation.
If you are unable to navigate to this section, uninstall the module first and refresh the cache. Then turn off compilation and install the module again.
Fatal error: Call to a member function getAttributesSetup() on a non-object in XXX/app/code/community/Nostress/Nscexport/Model/Profile.php on line 1.
Probably you use Suhosin PHP extension. Following variables must have these values:
suhosin.post.max_vars 400
suhosin.request.max_vars 400
You can set up these variables in your .htaccess file in your Magento installation dir. If you wish to do so, ask your hosting administrator to set up suhosin.perdir = 'pr' in server configuration.
See the solution for previous error. This error is also connected with Suhosin.
See the solution for previous error. This error is also connected with Suhosin.
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'cpf2.score_value' in 'field list'
- This is know multi-select attributes error in module version 6.0.0.0 and was fixed in version 6.1.0.0.
- This is know error in module version 6.0.0.0 and was fixed in version 6.1.0.0.
You need to install PHP extension called mbstring. Ask your server administrator.
Koongo Connector requires product data stored as "flat catalog" in database. You need to do following:
- navigate to System → Index Management
- reindex Product Flat Data and Category Flat Data; in some cases you need to make the reindex twice
The same problem may occur in Koongo Connector → Cronjob → Schedule and Koongo Connector → Cronjob → History.
This problem is caused by disabled Koongo Connector output Magneto configuration usually happens after connector installation.
Do the following:
- Navigate to System → Configuration → Section Advanced → Advanced → Disable Modules Output
- Set field Nostress_Nscexport to Enable
Please check server setup for 'curl_exec' and 'curl_multi_exec' executing through PHP. It is possible that the executing is disabled.
This problem you may experience when upgrading the connector from version 5.x to 6.x and is related to the organization of files within connector package. In version 5.x and older, the files were store in local code pool. In newer, the files were moved to community code pool. Check /app/code/ folder. In some rare cases this problem can be related to Aitoc Cache module.
For solution please follow page Invalid product and or category data.
For solution please follow page New products are not added to the feed.