Обсуждение: Techdocs site down (db error)

Поиск
Список
Период
Сортировка

Techdocs site down (db error)

От
Justin Clift
Дата:
Hi all,

Just went to the techdocs site, and it's got error messages all over it:

***********

Warning: main(/share/cookiestart.html): failed to open stream: No such
file or directory in
/usr/local/www/techdocs.postgresql.org/techdocs/global.inc on line 16

Warning: main(): Failed opening '/share/cookiestart.html' for inclusion
(include_path='.:') in
/usr/local/www/techdocs.postgresql.org/techdocs/global.inc on line 16

(and more)

***********

No idea how long it's been that way.  Perhaps since the PHP upgrade?

Regards and best wishes,

Justin Clift

Re: Techdocs site down (db error)

От
"Marc G. Fournier"
Дата:
On Sun, 29 Aug 2004, Justin Clift wrote:

> Hi all,
>
> Just went to the techdocs site, and it's got error messages all over it:
>
> ***********
>
> Warning: main(/share/cookiestart.html): failed to open stream: No such file
> or directory in /usr/local/www/techdocs.postgresql.org/techdocs/global.inc on
> line 16
>
> Warning: main(): Failed opening '/share/cookiestart.html' for inclusion
> (include_path='.:') in
> /usr/local/www/techdocs.postgresql.org/techdocs/global.inc on line 16
>
> (and more)
>
> ***********
>
> No idea how long it's been that way.  Perhaps since the PHP upgrade?

Yup ... newer PHP's disable register_globals by default ... I just added a
.htaccess file to the site so that its enabled, so that future upgrades
don't affect ...

Test now, but looks okay from here no ...

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664

Re: Techdocs site down (db error)

От
Justin Clift
Дата:
Marc G. Fournier wrote:
<snip>
> Yup ... newer PHP's disable register_globals by default ... I just added
> a .htaccess file to the site so that its enabled, so that future
> upgrades don't affect ...
>
> Test now, but looks okay from here no ...

Cool.  Took a quick look, and it seems all ok now.

Thanks Marc.

Regards and best wishes,

Justin Clift


> ----
> Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
> Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664