When I attempt to go to any URL, it simply shows a
blank white page. The source of this output is an
opening and closing pair of html then body tags,
nothing else.
This also happens when I click the google links at the
bottom, which should rule out any user-errors I may be
injecting on that end.
Im using apache 1.3.14 and php 4.0.4pl1 compiled as a
module.
I am running the scripts under an SSL environment and
with an .htaccess password control in place.
The only edits I have made within the package are to
the lib.settings.php script to make the URL paths
correct for my setup, and i endabled logging, which
implys everything is working fine.
From the internal log (With my IP changed) it reads:
x.x.x.x v0.6 arbitroweb [13/Feb/2003:12:28:08 18000]
"http://www.google.com/" 200 -
Any ideas?
Logged In: YES
user_id=86219
I am faced with much the same problem. I have installed
this system in 2 different environments and am unable to
make it work in the slightest. It is a great pity because
this software would be massively useful when faced with
restrictive corporate proxies, as well as whilst travelling
in China. If someone could get back to me it would be most
appreciated.
Regards,
Kent.
Logged In: YES
user_id=86219
OK - finally got this puppy working....
register_globals needs to be on.
Is this thing still under active development - it is a great
idea but could still use some polish. Are there any
competing projects?
Regards,
Kent.
Logged In: YES
user_id=102115
I am not the developer of this app, but I have been using it for a while.
Try commenting out the "error_reporting(32)" line in lib.settings.php.
This suppresses all error messages and commenting it out will then
display the details of whatever error may be occurring.