cancel
Showing results for 
Search instead for 
Did you mean: 

Fatal Error after instalation

SOLVED

Fatal Error after instalation

After installing Backorder I get an error when I go to System -> Configuration

Fatal error: Class 'HusseyCoding_Backorder_Helper_Data' not found in /.../magento/app/Mage.php on line 547

Anybody have a solution?

I'm on CE 1.9.3.4

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Fatal Error after instalation

Follow the link and enable the form key for checkout. That change was introduced in the last patch/version.

View solution in original post

4 REPLIES 4

Re: Fatal Error after instalation

Hi @powerdrive,

 

It seems you've missed a file. I think the missed file is:

 

https://github.com/husseycoding/backorder/blob/master/app/code/community/HusseyCoding/Backorder/Help...

 

Take a look into your code to see if that file is present (if not, you can download it from GitHub)

Re: Fatal Error after instalation

Hi Damian, the file is there and I checked that the code matches.

Re: Fatal Error after instalation

I can clear the error by disabling the compiler, but it does introduce a security warning.

Important: Formkey validation on checkout disabled. This may expose security risks. We strongly recommend to Enable Form Key Validation On Checkout in Admin / Security Section, for protect your own checkout process.

 

Re: Fatal Error after instalation

Follow the link and enable the form key for checkout. That change was introduced in the last patch/version.