I’ve just begun working on an existing ExpressionEngine project that is running version 2.4 (I don’t have authority to upgrade it to the latest version), and I’ve set up a local version using WAMP as well as created a local version of the database. As background, I’ve completed a lot of CodeIgniter projects, but this is my first ExpressionEngine project.
When I initially executed the application, I encountered a lot of errors, but after modifying the setting in config.php, I was able to get the application running normally under the control panel in terms of look and feel and functionality. Unfortunately, when I attempt to access the front end of the site, not only is it failing to display the header and footer from the default template, I’m also seeing some fatal errors when core classes from ExpressionEngine or CodeIgniter are called.
I would appreciate any insight than anyone can provide to help me resolve these problems as soon as possible. Thank you!
Brian