Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/dispatcher.php on line 157 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/dispatcher.php on line 221 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/libs/controller/controller.php on line 308 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/libs/controller/controller.php on line 346 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/libs/controller/controller.php on line 534 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/libs/controller/controller.php on line 791 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/libs/controller/component.php on line 125 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/libs/view/view.php on line 679 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/libs/class_registry.php on line 55 Notice: Undefined index: controller in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/dispatcher.php on line 152 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/libs/error.php on line 60 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/libs/error.php on line 69 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/dragwars.ca/subdomains/app/httpdocs/cake/libs/error.php on line 78 DragWars - Missing Controller

Missing controller

You are seeing this error because controller Controller could not be found.

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

Fatal: Create the class below in file : app/controllers/controller.php

<?php
class Controller extends AppController {
   var $name = '';
}
?>