Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Message: Undefined variable: infos why cant I connect the abouts table?
#15

[eluser]ytsejam[/eluser]
I found something.
This is my routes.php
Code:
$route['default_controller'] = 'home/view';
$route['(:any)'] = 'home/view/$1';
$route['404_override'] = '';
I think it blocks other controllers connecting to database? How can I edit the routes for home and about page or index page?

EDIT :
I solved it by changing :

Code:
$route['default_controller'] = 'home/view';
$route['(:any)'] = 'home/view/$1';
$route['about'] = 'about/view';
$route['404_override'] = '';


Messages In This Thread
Codeigniter Message: Undefined variable: infos why cant I connect the abouts table? - by El Forum - 08-05-2012, 02:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB