Problem getting CodeIgniter working with WAMP
Posted
by musoNic80
on Stack Overflow
See other posts from Stack Overflow
or by musoNic80
Published on 2010-05-02T21:00:44Z
Indexed on
2010/05/02
21:08 UTC
Read the original article
Hit count: 257
I've been developing a project based on CodeIgniter on my MacBook Pro. For reasons I don't need to go into I've now had to move my work onto a PC running Windows XP. I've installed WAMP and brought my existing project into the www folder. Unfortunately, when I try and access the project via localhost it throws up include errors. It seems that for some reason the constants APPPATH and BASEPATH seem to be incorrect. I've checked the index.php file and it all seems ok. I've also downloaded a fresh version of CodeIgniter and placed that in my www folder. I can access the welcome message without any problems. Any ideas?
© Stack Overflow or respective owner