> 1. I don't know why I'm getting doubleslashes "//" in the paths. (this I
> might know but I would like a 2nd opinion)
This is a bug in the code that makes APPLICATION_ROOT, but it shouldn't be
causing any errors. Unfortunately, there isn't an acceptable fix right now.
APPLICATION_ROOT is getting set with something like
"/home/httpd/html/freetrade/". And the include statements look like
include(APPLICATION_ROOT . "/modules/include/box");
The best thing, performance-wise, is to fix all the include statements. But
that makes everyone have to fix all their files. I've already fixed it
FreeTrade 2 by doing this. You can avoid the problem if you hardcode the
path. Alternatively, you can put the path in a temp variable and cut the
trailing slash off.
> 2. I don't know why there is a problem in the english file.
> 3. I don't know why I'm getting the Browser_TextOnly error at all.
Because you have error reporting on max. You must have uncommented
the line in global_settings. Comment it again. There's a big paragraph
in the comments that explains its use.
>
> 4. I don't know why I'm getting the "Warning: Cannot add more header
> information" error.
Because you have error messages that appear before cookies are sent.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]