PDA

View Full Version : [an error occurred while processing this directive]


Pepcfreak
02-09-2014, 06:32 PM
I am trying to import a new product/delete another and i get [an error occurred while processing this directive]

I have edited the config.php to include

define('DISABLE_HOOKS', true);

I have also done this under options.

Still i am unable to get around the error.

ozzy47
02-09-2014, 06:34 PM
The error is generated by the Apache server. The SSI module in the Apache is activated and you have into your page something that resemble to a directive for the SSI. In this situation the Apache will try to interpret that part of your page but fails with the reported error message.

Pepcfreak
02-09-2014, 06:37 PM
What do i do to fix?

ozzy47
02-09-2014, 06:40 PM
Contact your host, they may know what the issue is, or be able to find the process that is causing it.