CodeIgniter Forums
followed tutorial - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: followed tutorial (/showthread.php?tid=54107)



followed tutorial - El Forum - 08-22-2012

[eluser]dmcglone[/eluser]
Hi everyone,

I'm new to code ignitor and I followed the tutorial exactly, even copy and pasted the code to make sure there were no typos, but all I am getting is a blank page.

As a precaution since it's my first time, I have not chagnged any file or directory names and I've only put the correct URL in the config file.

$config['base_url'] = 'http://buddy/codeIgniter_2.1.2/';

What could be causing this?

Regards,
David M.


followed tutorial - El Forum - 08-22-2012

[eluser]Unknown[/eluser]
Don't you have to use something like http://localhost/ or http://127.0.0.1/ ?

regards,
Manni


followed tutorial - El Forum - 08-23-2012

[eluser]dmcglone[/eluser]
I wish it was that easy.

I can use localhost, 127.0.0.1 or buddy.

Regards,
David M.


followed tutorial - El Forum - 08-23-2012

[eluser]dmcglone[/eluser]
I figured out what I did wrong. I was missing a closing brace in my php code.