Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand the titles below to see the common causes for issues:

Expand
titleAfter module installation I got 404 error

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!

Expand
titleProfile is not possible to run due to missing attribute

Attribute is not present in flat product catalogue. You need to do following:

  1. navigate to Catalog →Attributes and in attribute detail setup the option Use in product listing = true
  2. navigate to System → Index Management and reindex Product Flat Data; in some cases you need to make the reindex twice
  3. refresh cache, logout and login again

Futher information you may find in Attributes Mapping.

...

Expand
titleUnexpected T_CATCH error

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.
Expand
titleUnable to generate an export. Following attributes missing in product flat catalog: image

This is not bug. You need to setup attributes for export correctly. See Attributes Mapping.

Expand
titleBlank screen in category detail

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.

Expand
titleUnable to generate an export. Following attributes missing in product flat catalog: image

This is not bug. You need to setup attributes for export correctly. See Attributes Mapping.

Expand
titleInvalid XML file

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/.

...

Expand
titleFrontend error - Class 'Zend_Log' not found
*Fatal error*: Class 'Zend_Log' not found in * magento root dir/includes/src/Nostress_Nscexport_Block_Ga.php*on line *1
  • This is know error in module version 6.0.0.0 and was fixed in version 6.1.0.0.
Expand
titleAfter module installation I got 404 error

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!
Expand
titleTaxonomy "Google" locale: "nl_NL" hasn't been updated Error:PHP Extension "mbstring" must be loaded.

You need to install PHP extension called mbstring. Ask your server administrator.

...