>>108 おいらもxreaですが、xフォルダは設置してないです。 ↓エラーメッセージだけを見ると、転送モードミスのような感じがしますが。 "the script was uploaded in binary mode instead of ascii mode." cgiのアップロードはasciiモードに設定されてますか?
Script Error The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run this script under CGIWrap debugging. Usually, either rename or link the script temporarily to a file which ends with .cgid extension, or add a AddHandler cgi-script-debug .cgi line to your .htaccess file.
Execution of (bbs/index.html) is not permitted for the following reason: Script is not executable. Issue 'chmod 755 filename' とエラーが出て、admin.cgiで板を作ることはできるのですが、その板にアクセスが出来ません。 パーミッションはディレクトリ755、ファイル644になっているんですが。。。 ローカルではアクセスできるので ls -l で詳細をみると drwxr-xr-x 6 hoge nobody 512 Dec 17 11:38 bbs drwxr-xr-x 4 hoge hoge 512 Dec 17 11:09 test でグループが″nobody″になってるんです。
1.各SETTING.TXTに「JUMP_PAGE=off」を追加、onで今までどおり「書き込みが終わりました」が表示されるようになります。 2.print.plのジャンプページ出力関数905行目〜の中身を sub PrintJumpPage { my $this = shift; my ($from,$mail,%SysInfo) = @_; my $cook1,$cook2,$index; if ($SETTING{'JUMP_PAGE'} eq 'on'){ if ($SysInfo{'AgentMode'}){ $index = "$SysInfo{'BBSRoot'}/$SysInfo{'BoardName'}/mindex.html";