Re: Timeline on new techdocs?
От
Marc G. Fournier
Тема
Re: Timeline on new techdocs?
Дата
Msg-id
20060417155041.R1096@ganymede.hub.org
Ответ на
Re: Timeline on new techdocs? (Robert Treat)
Список
Дерево обсуждения
Re: Timeline on new techdocs? "Magnus Hagander" <mha@sollentuna.net>
Re: Timeline on new techdocs? "Marc G. Fournier" <scrappy@postgresql.org>
Re: Timeline on new techdocs? Robert Treat <xzilla@users.sourceforge.net>
Re: Timeline on new techdocs? "Marc G. Fournier" <scrappy@postgresql.org>
Re: Timeline on new techdocs? Robert Treat <xzilla@users.sourceforge.net>
Re: Timeline on new techdocs? "Marc G. Fournier" <scrappy@postgresql.org>
Re: Timeline on new techdocs? "Jim C. Nasby" <jnasby@pervasive.com>
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@hub.org Yahoo!: yscrappy ICQ: 7615664
В списке pgsql-www по дате отправления