記事No | : 12876 |
投稿日 | : 2014/04/23(Wed) 09:28:40 |
タイトル | : postmailのエラー |
ID情報 | : tacopi |
投稿者 | : たこぴ |
URL | : http://hal-hale.net/contact.html |
はじめまして。postmailを利用させていただいています。
ロリポップのレンタルサーバーをお借りして、はじめて初めてhtmlでコンタクトフォームを作っています。ダウンロードしたファイルのmailtoなど、最低限修正してアップしたところ、送信ボタンを押した後以下のようなメッセージが出てしまいました。
Software error:
Unrecognized character \xE2 at ./init.cgi line 82, <DATA> line 855.
For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.
Software error:
[Wed Apr 23 09:26:46 2014] postmail.cgi: Unrecognized character \xE2 at ./init.cgi line 82, <DATA> line 855.
Compilation failed in require at postmail.cgi line 17.
For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.
line ○○というのはそこの行にエラーがありますよということなのでしょうか。
パーミッションはサーバー推奨のものを入力しているのでこちらで紹介されいる数値とは異なっています。
FTPソフトはfilezilla、パソコンはmacを使用しています。
まったくの初心者でお手上げ状態です。よろしくおねがいします。
記事No | : 12886 |
投稿日 | : 2014/04/25(Fri) 06:02:18 |
タイトル | : Re: postmailのエラー |
ID情報 | : kent |
投稿者 | : KENT |
> はじめまして。postmailを利用させていただいています。
> ロリポップのレンタルサーバーをお借りして、はじめて初めてhtmlでコンタクトフォームを作っています。ダウンロードしたファイルのmailtoなど、最低限修正してアップしたところ、送信ボタンを押した後以下のようなメッセージが出てしまいました。
>
> Software error:
>
> Unrecognized character \xE2 at ./init.cgi line 82, <DATA> line 855.
> For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.
>
> Software error:
>
> [Wed Apr 23 09:26:46 2014] postmail.cgi: Unrecognized character \xE2 at ./init.cgi line 82, <DATA> line 855.
> Compilation failed in require at postmail.cgi line 17.
> For help, please send mail to the webmaster (admin@paperboy.co.jp), giving this error message and the time and date of the error.
>
> line ○○というのはそこの行にエラーがありますよということなのでしょうか。
> パーミッションはサーバー推奨のものを入力しているのでこちらで紹介されいる数値とは異なっています。
> FTPソフトはfilezilla、パソコンはmacを使用しています。
> まったくの初心者でお手上げ状態です。よろしくおねがいします。
init.cgi の82行目で文法エラーが発生しているようです。
852行目はメールアドレスを記入するところですが、多分全角文字などを誤って編集変更していませんか?
記事No | : 12887 |
投稿日 | : 2014/04/25(Fri) 09:27:18 |
タイトル | : Re^2: postmailのエラー |
ID情報 | : tacopi |
投稿者 | : たこぴ |
URL | : http://hal-hale.net/contact.html |
> init.cgi の82行目で文法エラーが発生しているようです。
> 852行目はメールアドレスを記入するところですが、多分全角文字などを誤って編集変更していませんか?
ありがとうございます。無事動作確認できました。
よくよく見直してみたら、メール項目の'が’になっていました。
テキストエディターで編集していたのですが、何故か修正した文章の前後のみ勝手に’なってしまうようです。
丁寧に教えていただいてありがとうございました。