FLUID-3306: manage relative include paths for php files

Metadata

Source
FLUID-3306
Type
Bug
Priority
Major
Status
Closed
Resolution
Cannot Reproduce
Assignee
Laurel Williams
Reporter
Laurel Williams
Created
2009-10-19T15:31:00.000-0400
Updated
2009-12-02T13:37:57.000-0500
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infusion Builder

Description

Originally wrote the php code to have a single path to the "secure" php files - named this DISTANT_PATH (builder.php)
Assumed the includes for all other files would all be the DISTANT_PATH directory.
This seemed to work on my server installation, but then stopped working with a clean install, and instead all of the include paths in the "DISTANT_PATH" directory were calculated in reference to the original calling code in builder.php.

Comments

  • Laurel Williams commented 2009-10-23T16:59:04.000-0400

    Both Jacob and I tested scripts to illustrate this problem and could not reproduce. I followed up by revising the install procedure for the builder and tested the pathing issue there. Also could not reproduce the problem.