cancel
Showing results for 
Search instead for 
Did you mean: 

Fatal Error in /IndexController.php on line 23

Fatal Error in /IndexController.php on line 23

Hello,

 

I have a catalogue request page which is returning the following error when accessed: The page loads a blank page.

 

PHP Fatal error: require_once(): Failed opening required 'Mage/Core/Controller/Front/Action.php' (include_path='/var/www/includes/src:.:/usr/share/pear:/usr/share/php') in /var/www/app/code/community/Sqli/PaperCatalogRequest/controllers/IndexController.php on line 23

 

Line 23: inside IndexController.php is:

require_once('Mage/Core/Controller/Front/Action.php');

 

The file does exist on the server?

/var/www/app/code/core/Mage/Core/Controller/Front/Action.php

 

This seems to have happened ever since the PATCH_SUPEE-5994_CE_1.5.0.1_v1-2015-05-15-04-34-32.sh was applied.

 

Running Magento version: Magento ver. 1.5.1.0

 

If anyone could advise of a solution, that would be a great help.