Versions Compared

Key

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

...

Expand
titleFatal error: Class 'Nostress_Nscexport_Helper_Data' not found in XXX on line 516

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.

Expand
titleFatal error: Call to a member function getAttributesSetup() on a non-object in XXX

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.

...