Hi,

I am having issues with 2.62 code and Geotrust Certs.


To Start with,   with just Stock code,  I got the following errors,


perl -d reg_cert.cgi 

Loading DB routines from perl5db.pl version 1.0402
Emacs support available.

Enter h or `h h' for help.

syntax error at reg_cert.cgi line 480, near "$type qw(organization admin
billing tech)"
Global symbol "$type" requires explicit package name at reg_cert.cgi
line 481, <DATA> chunk 241.
Execution of reg_cert.cgi aborted due to compilation errors.
Debugged program terminated.  Use q to quit or R to restart,
  use O inhibit_exit to avoid stopping after program termination,
  h q, h R or h O to get additional info.  
  DB<1> vi^H^Hq
Unrecognized character \010 at (eval 9) line 2, <IN> chunk 1.
        eval '($@, $!, $,, $/, $\\, $^W) = @saved;package main; $^D =
$^D | $DB::db_stop;
q;

;' called at /usr/lib/perl5/5.00503/perl5db.pl line 1239
        DB::eval called at /usr/lib/perl5/5.00503/perl5db.pl line 1133
        DB::DB called at /usr/lib/perl5/5.00503/perl5db.pl line 2178
        DB::fake::at_exit() called at /usr/lib/perl5/5.00503/perl5db.pl
line 2172
        DB::END() called at /usr/lib/perl5/5.00503/perl5db.pl line 1960
        eval {...} called at /usr/lib/perl5/5.00503/perl5db.pl line 1960

  DB<2> q

perl -d reg_cert.cgi 

Loading DB routines from perl5db.pl version 1.0402
Emacs support available.

Enter h or `h h' for help.

syntax error at reg_cert.cgi line 558, near "$type qw(organization admin
billing tech)"
Global symbol "@contacts" requires explicit package name at reg_cert.cgi
line 593, <DATA> chunk 241.
Global symbol "%contact_set" requires explicit package name at
reg_cert.cgi line 600, <DATA> chunk 241.
Global symbol "%HTML" requires explicit package name at reg_cert.cgi
line 644, <DATA> chunk 241.
syntax error at reg_cert.cgi line 650, near "}"
Execution of reg_cert.cgi aborted due to compilation errors.
Debugged program terminated.  Use q to quit or R to restart,
  use O inhibit_exit to avoid stopping after program termination,
  h q, h R or h O to get additional info.  
  DB<1> q


To get around them, changed the following,

From

    foreach my $type qw(organization admin billing tech) {

To

    foreach my $type (qw(organization admin billing tech)) {

This seems to fix them both, and the Cert page came up as usual,

Then once all the way thru, CSR inserted, details filled in etc,  I hit
buy .. And


Error
The error which occurred was: 
Failed to create order: Order item command error: Invalid order item
contact link. 
Error details: Invalid order item contact link. 


I get that.


Anyone got any ideas..  I have tried a new code set, and still same
errors,   tho I cant believe it's a general problem, as I havent seen
any other reports like this.

Thanks

=========================================================
i-Dot Networks
6&7 Harbour Exchange Square London E14 9GE
T: +44 (0)20 7517 0606 E: [EMAIL PROTECTED]
http://www.i-dot.net
http://www.streetmap.co.uk/streetmap.dll?P2M?P=e149ge&Z=1
========================================================= 


Reply via email to