Proactive investorsLogo Proactive Investors UK Website

Search field
  • Diamond Producer and developer in Lesotho, South Africa Kopane Diamond Developments
  • Platinum and Nickel extraction specialists Braemore Resources
  • Oil & Gas Exploration & Production in Ukraine, Romania & Egypt REGAL PETROLEUM
  • Nickel Laterite Producer in the Philippines Rusina Mining

Missing Method in ArchivesController

You are seeing this error because the action news is not defined in controller ArchivesController

If you want to customize this error message, create app/views/errors/missing_action.ctp.

Fatal : Confirm you have created the ArchivesController::news in file : app/controllers/archives_controller.php.

<?php
class ArchivesController extends AppController {
   function news() {
   }

}
?>