Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: [webmaster33] Nph-Build.cgi builds only half of my Pages

Quote Reply
Re: [webmaster33] Nph-Build.cgi builds only half of my Pages In reply to
Additional info:
I found out, that your v1.x Links SQL did not have GT library, yet.
So at that time, Alex used the standard CGI.pm module in nph-build.cgi.

Also the param method was used, so I did a test on my system, if this gives the same result as before:
Code:
perl -wle "use CGI; use Data::Dumper; my $q= new CGI();
my $in= $q->param('aaa'); print Dumper $in;" aaa=bbb
Got result: $VAR1 = 'bbb';
Expected exactly this.


EDIT:
I also tested to proposal above on your unix system:
Code:
perl -wle 'use CGI; use Data::Dumper; my $q= new CGI();
my $in= $q->param("aaa"); print Dumper $in;' aaa=bbb
Got result: $VAR1 = 'bbb';
Expected exactly this.

This means, the original suggested solution should work.

But since nph-build_english.cgi or nph-build_spanish.cgi has the problem fixed and should work, so I don't investigate the command line argument based problem further.


Waiting your comments, if nph-build_english.cgi or nph-build_spanish.cgi are working now correctly.

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...

Last edited by:

webmaster33: Mar 25, 2005, 3:56 AM
Subject Author Views Date
Thread Nph-Build.cgi builds only half of my Pages rockiniowa 29861 Mar 20, 2005, 1:00 AM
Post Re: [rockiniowa] Nph-Build.cgi builds only half of my Pages
rockiniowa 29477 Mar 20, 2005, 1:39 AM
Thread Re: [rockiniowa] Nph-Build.cgi builds only half of my Pages
webmaster33 29517 Mar 20, 2005, 11:36 PM
Thread Re: [webmaster33] Nph-Build.cgi builds only half of my Pages
rockiniowa 29522 Mar 21, 2005, 3:39 AM
Thread Re: [rockiniowa] Nph-Build.cgi builds only half of my Pages
webmaster33 29490 Mar 21, 2005, 4:41 AM
Thread Re: [webmaster33] Nph-Build.cgi builds only half of my Pages
rockiniowa 29465 Mar 22, 2005, 2:09 AM
Post Re: [rockiniowa] Nph-Build.cgi builds only half of my Pages
webmaster33 29464 Mar 22, 2005, 2:42 AM
Thread Re: [rockiniowa] Nph-Build.cgi builds only half of my Pages
webmaster33 29464 Mar 22, 2005, 3:25 AM
Thread Re: [webmaster33] Nph-Build.cgi builds only half of my Pages
webmaster33 29486 Mar 22, 2005, 4:08 AM
Thread Re: [webmaster33] Nph-Build.cgi builds only half of my Pages
rockiniowa 29446 Mar 23, 2005, 7:15 PM
Thread Re: [rockiniowa] Nph-Build.cgi builds only half of my Pages
webmaster33 29448 Mar 24, 2005, 5:56 AM
Thread Re: [webmaster33] Nph-Build.cgi builds only half of my Pages
webmaster33 29435 Mar 25, 2005, 3:45 AM
Thread Re: [webmaster33] Nph-Build.cgi builds only half of my Pages
rockiniowa 29404 Mar 25, 2005, 4:21 AM
Post Re: [rockiniowa] Nph-Build.cgi builds only half of my Pages
webmaster33 29445 Mar 25, 2005, 4:58 AM
Thread Re: [rockiniowa] Nph-Build.cgi builds only half of my Pages
webmaster33 29422 Mar 25, 2005, 5:28 AM
Thread Re: [webmaster33] Nph-Build.cgi builds only half of my Pages
rockiniowa 29493 Mar 25, 2005, 2:14 PM
Thread Re: [rockiniowa] Nph-Build.cgi builds only half of my Pages
webmaster33 29440 Mar 25, 2005, 2:37 PM
Thread All Good Now
rockiniowa 29427 Mar 26, 2005, 1:14 AM
Thread Re: [rockiniowa] All Good Now
webmaster33 29402 Mar 26, 2005, 1:45 AM
Thread Re: [webmaster33] All Good Now
rockiniowa 29399 Mar 26, 2005, 1:49 AM
Thread Re: [rockiniowa] 2 problems
webmaster33 29406 Mar 26, 2005, 2:41 AM
Post Re: [webmaster33] 2 problems
rockiniowa 29360 Mar 26, 2005, 11:13 PM
Post Re: [webmaster33] All Good Now
rockiniowa 29388 Mar 26, 2005, 2:00 AM
Post Re: [rockiniowa] Nph-Build.cgi builds only half of my Pages
webmaster33 29418 Mar 25, 2005, 3:34 AM
Post Re: [rockiniowa] Nph-Build.cgi builds only half of my Pages
webmaster33 29478 Mar 22, 2005, 3:29 AM