CGI プログラム6
戻る
[Wed Oct 31 16:09:10 2007] "my" variable %t masks earlier declaration in same statement at ./pro/msc023.pl line 10.\r, referer: http://19x.16x.11x.1xx/cgi-bin/msc_start.cgi
[Wed Oct 31 16:09:10 2007] Unquoted string "excel" may clash with future reserved word at ./pro/msc023.pl line 14.\r, referer: http://19x.16x.11x.1xx/cgi-bin/msc_start.cgi
[Wed Oct 31 16:09:56 2007] "my" variable %t masks earlier declaration in same statement at ./pro/msc023.pl line 10.\r, referer: http://19x.16x.11x.1xx/cgi-bin/msc_start.cgi
[Wed Oct 31 16:09:56 2007] Unquoted string "excel" may clash with future reserved word at ./pro/msc023.pl line 14.\r, referer: http://19x.16x.11x.1xx/cgi-bin/msc_start.cgi
[Wed Oct 31 16:09:56 2007] Useless use of a constant in void context at ./pro/mscshowall2.pl line 66.\r, referer: http://19x.16x.11x.1xx/cgi-bin/msc_start.cgi
[Wed Oct 31 16:09:56 2007] Useless use of hash element in void context at ./pro/mscshowall2.pl line 66.\r, referer: http://19x.16x.11x.1xx/cgi-bin/msc_start.cgi
[Wed Oct 31 16:09:56 2007] Useless use of hash element in void context at ./pro/mscshowall2.pl line 66.\r, referer: http://19x.16x.11x.1xx/cgi-bin/msc_start.cgi
[Wed Oct 31 16:09:56 2007] , referer: http://192.168x.116x.1x/cgi-bin/msc_start.cgi
[Wed Oct 31 16:21:46 2007] "my" variable %t masks earlier declaration in same statement at ./pro/msc023.pl line 10.\r, referer: http://19x.16x.11x.1xx/cgi-bin/msc_start.cgi
[Wed Oct 31 16:21:46 2007] Unquoted string "excel" may clash with future reserved word at ./pro/msc023.pl line 14.\r, referer: http://19x.16x.11x.1xx/cgi-bin/msc_start.cgi
====>解決
my (%t,%t); ==> my (%t);
$t{excel} = $t{q}->param(excel); ==> $t{excel} = $t{q}->param("excel");
-------------------------------------------------------------------------------
[Sat Nov 03 17:10:14 2007] [error] [client 127.0.0.1] DBD::mysql::db do failed: Incorrect integer value: 'UL' for column 'engine' at row 1 at ./pro/mscinsert.pl line 40, line 11., referer:
$insert = $self->dbh->do("$sql"); ==>タイプ合わないとだめ。engineのタイプはINT
-------------------------------------------------------------------------------
[Sat Nov 03 22:40:26 2007] [error] [client 1xx.1xx.1xx.2] DBD::mysql::db do failed:
You have an error in your SQL syntax; check the manual that corresponds to your
MySQL server version for the right syntax to use near 'L SHIP MANAGEMENT & BROKER CO.,LTD.',
address='#3409,GONG SHANG LIAN BUILDING. No' at line 1 at ./pro/mscupdate.pl line 36,
line 12., referer: http://1xx.1xx.1xx.1xx/cgi-bin/msc_start.cgi
-------------------------------------------------------------------------------
[Sat Nov 03 22:57:20 2007] [error] [client 1xx.1xx.1xx.2] DBD::mysql::db selectrow_array failed: Unknown column 'owner_no' in 'field list' at ./pro/msc011.pl line 25, line 12., referer: http://1xx.1xx.1xx.100/cgi-bin/msc_start.cgi
[Sat Nov 03 22:57:20 2007] [error] [client 1xx.1xx.1xx.2] Use of uninitialized value in concatenation (.) or string at ./pro/msc011.pl line 38, line 12., referer: http://1xx.1xx.1xx.100/cgi-bin/msc_start.cgi
[Sat Nov 03 22:57:20 2007] [error] [client 1xx.1xx.1xx.2] Use of uninitialized value in concatenation (.) or string at ./pro/msc011.pl line 38, line 12., referer: http://1xx.1xx.1xx.100/cgi-bin/msc_start.cgi
[Sat Nov 03 22:57:20 2007] [error] [client 1xx.1xx.1xx.2] Use of uninitialized value in concatenation (.) or string at ./pro/msc011.pl line 38, line 12., referer: http://1xx.1xx.1xx.100/cgi-bin/msc_start.cgi
戻る