I have Netbeans, Codeigniter and xampp setup on a Windows 7 machine, and I'm just trying to call a simple object to display hello world.
I keep getting an Object not found error after exhausting many lessons. When I run my script, it uses the following URL
http:
So xampp is working fine when I call localhost / xampp from my browser, although I'm not sure what else needs to be configured.
I have tried many different base URLs, although mine currently config.phphas the following settings:$config['base_url'] = '';
I'm a newbie just trying to tweak the setup, so I can start working on projects, but can't go past this for a few days.
source
share