[logo]seymourpowell
327 Lillie Road
London SW6 7NR
United Kingdom
T +44(0)20 7381 6433
F +44(0)20 7381 9081
E info@seymourpowell.com
www.seymourpowell.com
Oops, there seems to have been an error.

There may be a problem, you can try clicking on one of the links to the left, which will take you to our main website (Adobe Flash is required).

Missing Method in NewsController

You are seeing this error because the action company is not defined in controller NewsController

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

Fatal: Confirm you have created the NewsController::company() in file : app/controllers/news_controller.php

<?php
class NewsController extends AppController {
   function company() {
   }

}
?>