pawmarks
Junior Member   Posts: 10 Registered: 11/10/2002 Status: Offline
|
posted on 11/23/2002 at 03:03 AM |
Successfully installed PW on 2 different sites.
Recently moved to Foxserv 3.0 using Apache 2.0 and php 4.2.2 which broke
all sites until i downgraded Apache to 1.3.
Afterwards, both sites PW mods working fine for a couple weeks.
Now, one site works, the other yields a blank page, no errors, nothing. I
cleaned out and reinstalled PW - no go. Then cleaned and upgraded to 2.01.
no go.
Running Win NT4, Apache 1.3, php 4.2.2, pn .714 Any ideas?
working site: http://southhigh.net - Guestbook
non-working: http://ardvark.com - Guestbook, Mail, Xdrive |
| |
| |
shawn
Administrator   Posts: 4575 Registered: 10/7/2002 Status: Offline
|
posted on 11/23/2002 at 09:56 PM |
Very odd. Is a PN or server issue. When I view the ardvark link I get
nothing, no PN, no nothing. The source only shows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
And that's it! Much more to come before postwrap. Just a shot in the
dark, but could it be a register_globals issue? I use the newest foxserve
on my home test box and everything is fine. In php.ini, register_globals
should = on for PN.
-Shawn |
| |
pawmarks
Junior Member   Posts: 10 Registered: 11/10/2002 Status: Offline
|
posted on 11/23/2002 at 10:19 PM |
quote: And that's it! Much more
to come before postwrap. Just a shot in the dark, but could it be a
register_globals issue? I use the newest foxserve on my home test box and
everything is fine. In php.ini, register_globals should = on for PN.
-Shawn
hmm, I have it set to off, but on http://southhigh.net (same box, same ver of pn = .714)
it works fine. this setting is due to be deprecated in next ver of php - i
believe it MUST be off for Gallery to work. |
| |
pawmarks
Junior Member   Posts: 10 Registered: 11/10/2002 Status: Offline
|
posted on 11/23/2002 at 10:29 PM |
Oddly, I copied the postwrap files over from the working site to
ardvark.com, and get:
for KIS Guestbook
Sorry, you are not allowed to do that.
And for XDrive
Sorry, this host is not authorized to display pages here |
| |
pawmarks
Junior Member   Posts: 10 Registered: 11/10/2002 Status: Offline
|
posted on 11/23/2002 at 10:47 PM |
quote: but could it be a
register_globals issue? I use the newest foxserve on my home test box and
everything is fine. In php.ini, register_globals should = on for PN.
-Shawn
for grins, i turned register_globals on
no effect. |
| |