eticket Archive
eticketのバグ修正
eticketのバグで基本設定のメール送信方法でSendmailとかSMTP ServerとPHP mail()があるのですが、PHP mail()を選択したりすると、バグで選択できなかったりします。
そこで下記のファイルの赤文字の部分をsmtpからmailへ修正します。
inc/admin_pref.html.php
の124行目付近
修正済み
<select name=”mail_method”>
<option value=”local”<?php echo htmlspecialchars($db_settings['mail_method']) == ‘local’ ? ‘ selected’ : ”; ?>>Sendmail</option>
<option value=”smtp” <?php echo htmlspecialchars($db_settings['mail_method']) == ’smtp’ ? ‘ selected’ : ”; ?>>SMTP Server</option>
<option value=”mail” <?php echo htmlspecialchars($db_settings['mail_method']) == ‘mail‘ ? ‘ selected’ : ”; ?>>PHP mail()</option>
</select>
これで、普通に使えます!
- Comments: 0
- Trackbacks: 0
- The Associates
- Search
- Feeds
- Meta
- 一番大好きなドラマー後藤マスヒロ氏のホムペ
