[eluser]Unknown[/eluser]
Ok, there are probably several questions here. First, I have just inherited ownership of a php site that was build with codeigniter. I have never used this framework before. The original developer is gone and let no instructions for anything. Normal. My first activity was to try and create a localhost version of the web site so my company has a place to develop and test. What I did was copy the files from the production site to a local system (running windows, Apahe 2.2 and PHP5). Now, as you probably guessed, the site does not come up. I get an error in the CodeIgniter.php file where it tried to create a class that using the statement ' $CI = new $class() '. I have not changed any of the code other than add a few echo statements to trap where the error is occuring;
So, my questions are:
1- I just copied files over. I did not actually install codeigniter. Do I have to or should it work as long as I have all the files?
2- What else is required to run the framework?
3- What other information do you need to help me get this running?
I am under some serious time pressure here and need to get this running quickly!!
Thanks,
...Bob