Gossamer Forum
Home : Products : Gossamer Links : Discussions :

nph-import problem

Quote Reply
nph-import problem
My server does not currently support nph. Can anyone tell me how/where to change import to bypass this? I fixed the rest okay but have not had success with import. Thank You.

Quote Reply
Re: nph-import problem In reply to
The HTML headers actually printed are in admin/Links/Import/Interface/CGI.pm, NOT in the nph-import.cgi file itself. There are 3 places you'll need to change the header - just search for "200 OK" - it'll be there 3 times.

Jason Rhinelander
Gossamer Threads
Quote Reply
Re: nph-import problem In reply to
Jason,

may be this is the problem of my Error 500. What have I to change at this 3 places?

Regards

Ralf

Quote Reply
Re: nph-import problem In reply to
Just take out the
Code:
200 OK\n
part, that should give you a proper CGI header.

Alternatively, you could try running the import from telnet.

Code:
./nph-import.cgi --help
for details on running it.

Jason Rhinelander
Gossamer Threads