KENT-WEB サポートコーナー 過去ログ [ 0449 ]


記事No: 10985
投稿日: 2012/09/24(Mon) 13:38:10
タイトルCosmo Navigatorの新規登録でエラー
ID情報: sfc4649
投稿者: MZ
URLhttp://navi.world-secret.net/space/navi.cgi

Cosmo Navigatorの新規登録で、送信ボタンを押すと、下記のエラーが出ます。

Software error:

syntax error at regist.cgi line 437, near ")
$in"
Execution of regist.cgi aborted due to compilation errors.

For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.

ここまでです。

regist.cgiの437行目は、
$in{sub} = Jcode->new($in{sub})->sjis;
です。

よろしくお願いします。


記事No: 10989
投稿日: 2012/09/26(Wed) 01:11:14
タイトルRe: Cosmo Navigatorの新規登録でエラー
ID情報: chat
投稿者: ひらり

こんにちは。
regist.cgiを見てみたところ、437行目付近で

# コード変換
if ($cf{chg_code} == 1)

# コード変換
if ($cf{chg_code} == 1) {

のように、「{」を追加すればいいと思いますよ。


> Cosmo Navigatorの新規登録で、送信ボタンを押すと、下記のエラーが出ます。
>
> Software error:
>
> syntax error at regist.cgi line 437, near ")
> $in"
> Execution of regist.cgi aborted due to compilation errors.
>
> For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.
>
> ここまでです。
>
> regist.cgiの437行目は、
> $in{sub} = Jcode->new($in{sub})->sjis;
> です。
>
> よろしくお願いします。
>


記事No: 10996
投稿日: 2012/09/26(Wed) 21:23:54
タイトルRe^2: Cosmo Navigatorの新規登録でエラー
ID情報: sfc4649
投稿者: MZ

無事、登録できました。ありがとうございます!

regist.cgiは、いじっていなくて、更新日時も以前のままでしたので、
元のソースがおかしかったようです。

自分は、perlは分かるのですが、
1行前の波括弧を見落とすとは、情けなかったです。
もっと広い視野で、思い込みを無くしていきたいと思います。

それでは、ありがとうございました。
助かりました。


記事No: 11002
投稿日: 2012/09/29(Sat) 18:07:52
タイトルRe^2: Cosmo Navigatorの新規登録でエラー
ID情報: kent
投稿者: KENT

> こんにちは。
> regist.cgiを見てみたところ、437行目付近で
>
> # コード変換
> if ($cf{chg_code} == 1)
> ↓
> # コード変換
> if ($cf{chg_code} == 1) {
>
> のように、「{」を追加すればいいと思いますよ。
>

大変失礼しました。
ただ今修正アップしておきました。


[検索ページ] [掲示板]