Welcome Guest, Not a member yet? Register   Sign In
All controllers but default return Untitled Document
#18

[eluser]jakemac53[/eluser]
The game controller is called game.php, below is the routes file, I have no other plugins or anything...I just started this a bit ago and ran into this error immediately....

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
| -------------------------------------------------------------------------
| URI ROUTING
| -------------------------------------------------------------------------
| This file lets you re-map URI requests to specific controller functions.
|
| Typically there is a one-to-one relationship between a URL string
| and its corresponding controller class/method. The segments in a
| URL normally follow this pattern:
|
| example.com/class/method/id/
|
| In some instances, however, you may want to remap this relationship
| so that a different class/function is called than the one
| corresponding to the URL.
|
| Please see the user guide for complete details:
|
| http://ellislab.com/codeigniter/user-gui...uting.html
|
| -------------------------------------------------------------------------
| RESERVED ROUTES
| -------------------------------------------------------------------------
|
| There are two reserved routes:
|
| $route['default_controller'] = 'welcome';
|
| This route indicates which controller class should be loaded if the
| URI contains no data. In the above example, the "welcome" class
| would be loaded.
|
| $route['scaffolding_trigger'] = 'scaffolding';
|
| This route lets you set a "secret" word that will trigger the
| scaffolding feature for added security. Note: Scaffolding must be
| enabled in the controller in which you intend to use it. The reserved
| routes must come before any wildcard or regular expression routes.
|
*/

$route['default_controller'] = "game";
$route['scaffolding_trigger'] = "";

/* End of file routes.php */
/* Location: ./system/application/config/routes.php */


Messages In This Thread
All controllers but default return Untitled Document - by El Forum - 10-16-2010, 11:33 PM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 06:26 AM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 07:44 AM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 05:14 PM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 08:10 PM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 09:13 PM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 11:48 PM
All controllers but default return Untitled Document - by El Forum - 10-17-2010, 11:58 PM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:10 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:14 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:16 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:19 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:27 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:28 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:34 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:37 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:44 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:46 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:54 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 12:54 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 01:05 AM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 11:21 PM
All controllers but default return Untitled Document - by El Forum - 10-18-2010, 11:22 PM
All controllers but default return Untitled Document - by El Forum - 10-21-2010, 11:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB