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

Unmatched right bracket error

Quote Reply
Unmatched right bracket error
Hello. I was installing a few mods, and one of them seems to have caused an error in the nph-build.cgi file. In the error logs, I noticed:

Unmatched right bracket at nph-build.cgi line 725, at end of line
syntax error at nph-build.cgi line 725, near "}"
Execution of nph-build.cgi aborted due to compilation errors.

The line is:
print "\tLinks: " . (($#{$links{$cat}}+1) / ($#db_cols+1)) . "\n";

Before that line is:
print "\tSubcategories: " . ($#{$subcategories{$cat}} + 1) . "\n";

Subject Author Views Date
Thread Unmatched right bracket error joelmon 4597 Dec 30, 2002, 4:44 AM
Post Re: [joelmon] Unmatched right bracket error
Andy 4532 Dec 30, 2002, 2:12 PM
Thread Re: [joelmon] Unmatched right bracket error
Paul 4521 Dec 30, 2002, 3:36 PM
Thread Re: [Paul] Unmatched right bracket error
PerlFlunkie 4530 Dec 30, 2002, 3:59 PM
Thread Re: [PerlFlunkie] Unmatched right bracket error
Andy 4536 Jan 1, 2003, 7:12 AM
Post Re: [Andy] Unmatched right bracket error
Paul 4504 Jan 1, 2003, 8:04 AM