From: | "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org> |
---|---|
To: | Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> |
Cc: | "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-www(at)postgresql(dot)org, Magnus Hagander <mha(at)sollentuna(dot)net>, josh(at)agliodbs(dot)com |
Subject: | Re: Timeline on new techdocs? |
Date: | 2006-04-17 18:52:05 |
Message-ID: | 20060417155041.R1096@ganymede.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
fixed ... changed the code so that if HTTP_REFERER isn't set (ie. you come
in directly and not through techdocs itself), it does the same as apache
logs woudl do it, and sets it to "-" ... the second error was:
$UserID = pg_result($dbresult, 0, userid);
Instead of:
$UserID = pg_result($dbresult, 0, "userid");
the first is read as a constant value, the second a field place within the
result set ...
Let me know if you see other stuff ...
On Sun, 16 Apr 2006, Robert Treat wrote:
> On Saturday 15 April 2006 22:59, Marc G. Fournier wrote:
>> On Sat, 15 Apr 2006, Robert Treat wrote:
>>> On Saturday 15 April 2006 16:14, Marc G. Fournier wrote:
>>>> At the *very* least, those links that ppl are reporting as broken should
>>>> be added to the apache config file and redirected to the new site ... it
>>>> really doesn't look good as it is :(
>>>
>>> I think your misreading the emails. There not broken links, but warnings
>>> that php is emitting out to the page. I suspect there has been a php.ini
>>> change that is causing this, but havent really looked (spending time on
>>> other things, including migrating content). I do intend to start
>>> redirecting back to the main site, but there are some unresolved bugs
>>> I've hit so I have been overly agressive about it.
>>
>> Ah, you are right, I did mis-read ... can you post me one of those URLs,
>> and I can see if I can correct the PHP?
>>
> http://techdocs.postgresql.org/redir.php?link=http://dancameron.org/pages/how-to-install-and-setup-postgresql-for-fedoralinux/
>
> i'd start with looking up display_errors in the php.ini
>
> --
> Robert Treat
> Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
>
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664
From | Date | Subject | |
---|---|---|---|
Next Message | Guido Barosio | 2006-04-17 19:05:54 | Re: Fwd: Delivery Status Notification (Failure) |
Previous Message | Dave Page | 2006-04-17 18:43:40 | Meeting at the conference |