CodeIgniter Forums
Error File Not Found Help - 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: Error File Not Found Help (/showthread.php?tid=59353)



Error File Not Found Help - El Forum - 09-24-2013

[eluser]razerone[/eluser]
Hi I am new to codeIgniter.

I am trying to find what files I need to change I have moved all the files that were in the applications / config folder and created a new folder called. engine and the engine folder is in system folder.

when I up load the files it comes up with this

Code:
Warning: require(application/config/constants.php) [function.require]: failed to open stream: No such file or directory in /home/cws01/public_html/sample/system/core/CodeIgniter.php on line 64

Fatal error: require() [function.require]: Failed opening required 'application/config/constants.php' (include_path='.:/usr/local/php52/pear') in /home/cws01/public_html/sample/system/core/CodeIgniter.php on line 64

even though the file is now in my system > engine folder.

I do not know what file and lines to change so can pick the new location up.


Error File Not Found Help - El Forum - 09-24-2013

[eluser]CroNiX[/eluser]
did you set the appropriate application and system paths in index.php?


Error File Not Found Help - El Forum - 09-24-2013

[eluser]razerone[/eluser]
Didn't know I had to I am new to this. Trying to understand it more.