Joined: 02 Jan 2008 |
Posts: 28 |
Location: Palmyra, NJ |
|
|
Posted: Tue Jan 01, 2008 10:10 pm |
|
|
|
|
|
Hello, I just recently purchased and began using PhpEd Professional, and I must say its a pretty incredible tool. Having come from Dreamweaver MX 2004 with very little PHP support to this is a big jump. Thank you!
My question has to do with a project that is one of the many that I am transferring from my old development platform to this one. I have included files that are a few levels down in the project root folder. For instance, the project root is /agencybuilder_new/ and the included file is in /agencybuilder_new/shared/controller/SessionHelper.php. This application ran fine on my old setup (Apache 2.2.x and PHP 5.2.1), but now I am getting an error that the files I am trying to include cannot be found! I also looked at the project's properties and none of the file paths are being resolved. I attempted to replace the require_once statements with the include statements created by the drag-and-drop feature, but those are the same, and will also not resolve.
Any ideas what may be causing this? I am using the embedded SRV server, so I'm not sure if it's an issue with that or PhpEd itself.
Thank you,
-Eric
|
|