Home > Archive > PHP PEAR Questions and Answers > February 2008 > Re: [PEAR-QA] PEAR_Info (pear website) end-user link broken AGAIN
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PEAR-QA] PEAR_Info (pear website) end-user link broken AGAIN
|
|
| Brett Bieber 2008-02-05, 7:07 pm |
| Hey Laurent
On Feb 4, 2008 3:01 AM, Laurent Laville <pear@laurent-laville.org> wrote:
> Hi,
>
> Two w s ago, I've give attention on a strange behaviour about
> PEAR_Info end-user doc link, and Helgi gave me an answer. [1]
>
> Sadly, this event come again. Perharps it's time to see what was wrong
> in cron job !
I've examined the cron job script, and ran it locally on my machine.
The only call regarding PEAR_Info is
UPDATE packages SET doc_link = /manual/en/package.pear.pear-info.php
WHERE name = PEAR_Info . . .
And there are no statements which set the doc_link to /manual/en/package.php
So, unless the cron script is executing on a different peardoc
checkout than cvs (not likely) I think that the cron script at
http://cvs.php.net/viewvc.cgi/pearw...1.9&view=markup
is not the culprit.
--
-Brett Bieber
http://saltybeagle.com/
| |
| Laurent Laville 2008-02-05, 7:07 pm |
| Hi Brett,
Thanks for taking time to do the test.
But if cron job is not culprit, and as I've no more updated the page
project since Helgi did the link update himself, so the error is elsewhere.
Probably as you suggest, with a wrong (too much old) copy of peardoc.
> Hey Laurent
>
> On Feb 4, 2008 3:01 AM, Laurent Laville <pear@laurent-laville.org> wrote:
>
> I've examined the cron job script, and ran it locally on my machine.
>
> The only call regarding PEAR_Info is
> UPDATE packages SET doc_link = /manual/en/package.pear.pear-info.php
> WHERE name = PEAR_Info . . .
>
> And there are no statements which set the doc_link to /manual/en/package.php
>
> So, unless the cron script is executing on a different peardoc
> checkout than cvs (not likely) I think that the cron script at
> http://cvs.php.net/viewvc.cgi/pearw...1.9&view=markup
>
> is not the culprit.
>
>
|
|
|
|
|