CodeIgniter Forums
can not to create new record in scaffolding - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: can not to create new record in scaffolding (/showthread.php?tid=24237)



can not to create new record in scaffolding - El Forum - 11-03-2009

[eluser]saleos[/eluser]
Hi,my name is jimmie i'm a newbie of CI

Why i can not to create new record in scaffolding? I'm use CI version 1.7.2

I'm use this in my routes.php
$route['default_controller'] = "blog";
$route['scaffolding_trigger'] = "scaffolding";

I'm call http://localhost/index.php/blog/scaffolding

But when i click Create New Record it not found the page

please help me!


can not to create new record in scaffolding - El Forum - 11-03-2009

[eluser]DogWin[/eluser]
try http://localhost/blog/scaffolding


can not to create new record in scaffolding - El Forum - 11-03-2009

[eluser]saleos[/eluser]
When i'm call this
http://localhost/codeigniter/index.php/blog/scaffolding
i'm can open the page. but when am click Create New Record it not found the page.

My folder is www/codigniter


can not to create new record in scaffolding - El Forum - 11-03-2009

[eluser]DogWin[/eluser]
application/config/config.php
$config['base_url'] = "http://localhost/";


can not to create new record in scaffolding - El Forum - 11-04-2009

[eluser]saleos[/eluser]
Thank a lot, Now i can open it !

i'm config in config.php to 'http://localhost/codeigniter'