ignace Posted July 18, 2009 Share Posted July 18, 2009 Hi, I am using Zend framework and I have created a script which figures out which files I use inside my application (get_included_files()) and stores them in a separate directory. I then move that directory to my project library directory. And when I then try to run my project it starts throwing exceptions or atleast telling me that it can't find the exception classes? And when I change the include_path to include the full framework (with exception classes) it all works fine? Are exception classes not inside the get_included_files()? Edit: And when I change my paths application/settings.ini to ./application/settings.ini It no longer throws that specific exception? I did use chdir() in my script, can that have anything to do with this? Anyway, here is the code: http://pastebin.com/f379f3c05 Link to comment https://forums.phpfreaks.com/topic/166411-exceptions-and-get_included_files/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.