Shawn, I'm not sure how you went about trying to figure out the
problem, but chances are there isn't going to be anything in the
code that says "Here's a blank screen"...you need to start at
index.php, and keep a piece of paper handy. Write down each
variable as you get to it and it's value, updating your list as
necessary, following each line of code. The only tricky part is one
file might call a function from another file that is included in the
original file. But you can easily find out where that function is by
doing a grep in UNIX, or a global search in Windows, and there's
probably an equivalent for Mac too. As you get more familiar with
FreeTrade and it's structure you'll have a better idea where to start
looking. A big clue is the SCREEN variable that gets passed in
the URL: it cooresponds to a file in the screen directory.
On 24 Oct 2000, at 18:15, Shawn Honeychurch wrote:
d the source shows nothing about the missing and/or blank screen. I have spent a
number of hours looking for the answer to this problem with no luck.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]