Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Build Pages and Verify links errors

Quote Reply
Build Pages and Verify links errors
I've been able to fix most of my installation problems by searching these forums for answers and clues. Thanks to all of you that have contributed here.

But I've reached a dead end in trying to fix these two remaining problems.

I get an internal error when I try to Build pages using build all, staggerd or staggerd (auto) The categories and the pages are being built however. I just get the error message.

I also get the internal error when I try to verify links with either quick check or detailed.

I've checked and doubled checked my permissions, and paths and I think I' have them correct.

Can somebody give me a clue to where I should look for my problem?

TIA

Bob
Quote Reply
Re: [akbob] Build Pages and Verify links errors In reply to
Sounds like the $nph bug. You basically need to comment out;

Code:
$nph++;

in nph-build.cgi and nph-verify.cgi.

You need to change it to;

Code:
#$nph++;

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Build Pages and Verify links errors In reply to
Thank you very much. That seems to have done the trick.

Bob

Well I guess I spoke to soon. It solved the build problem, but I'm still getting the error on the Verify. I'm wiped out tonight though... I'll give it another shot tomorrow if anyone has any other ideas.

Thanks again Andy, you eliminated half of my problems and I appreciate that.

Last edited by:

akbob: May 13, 2004, 1:36 AM
Quote Reply
Re: [akbob] Build Pages and Verify links errors In reply to
Bob,

Did you ever fix the nph-verify.cgi? I have the same problem as you did? All is working for me too except for the nph-verify.cgi. If you have corrected yours, can you please post what you did to fix it?