Welcome Guest, Not a member yet? Register   Sign In
URL error
#1

[eluser]RaiNnTeaRs[/eluser]
Hi..I'm a newbie.
I want to ask.. I'm watching the tutorial code abou creating a blog.But there was severals error.I am using codeigniter 1.54 and has already downloaded the 1.61
1. scaffolding matters :
I can't create a new records using the URL
2. when I'm trying to call a view file.The URL stacks
for example :
when it supposed to be http://localhost/ci/index.php/blog/insert_comments/
they appears to be : http://localhost/ci/index.php/blog/comme...ent_insert

I wonder what is the error and how should i solved them..
Sorry for my bad english , and thanks a lot Big Grin
#2

[eluser]Michael Wales[/eluser]
You need to review config.php and make the appropriate changes as identified within the comments.
#3

[eluser]RaiNnTeaRs[/eluser]
What should i do with the config.php files?

What commands should I change ??
Thx.
#4

[eluser]RaiNnTeaRs[/eluser]
No further reply ?? Can someone help ?
#5

[eluser]RaiNnTeaRs[/eluser]
yup thx for the help, after searching the config.php files
and changed the $config['base_url']=""; into
$config['base_url'] = "http://localhost/ci";
the problem is solved.THx a lot guys




Theme © iAndrew 2016 - Forum software by © MyBB