日々の雑感

Xserverに phplist 3.6 インストール覚書

投稿日:

phplist-3.6.0.zipをダウンロード

(https://sourceforge.net/projects/phplist/files/phplist/からの最新バージョン)

config.phpを編集。

(ここから)

// 日本語に設定

$default_system_language = ‘ja’;

// データベースで作成するテーブル名のプレフィックス

$usertable_prefix = ‘phplist_’;

// phplistのルートディレクトリ

$pageroot = ‘/phplist/lists’;

// phpListの管理ルートディレクトリを設定

$adminpages = ‘/phplist/lists/admin’;

// what is your Mysql database server hostname

$database_host = ‘mysqlxxxxx.xserver.jp’;

// what is the name of the database we are using

$database_name = ‘phplistdb’;

// what user has access to this database

$database_user = ‘harvestmoon_wp7’;

// and what is the password to login to control the database

$database_password = ‘xxxxxxxx’;

// if you have an SMTP server, set it here. Otherwise it will use the normal php mail() function

//# if your SMTP server is called “smtp.mydomain.com” you enter this below like this:

//#

//#     define(“PHPMAILERHOST”,’smtp.mydomain.com’);

define(‘PHPMAILERHOST’, ‘svxxxxx.xserver.jp’);

// if TEST is set to 1 (not 0) it will not actually send ANY messages, but display what it would have sent

// this is here, to make sure you edited the config file and mails are not sent “accidentally”

// on unmanaged systems

define(‘TEST’, 0);

(ここまで)

Xserverのコンパネから、MySQL設定-MySQL追加で、harvestmoon_phplist という名のDBを追加。

同 コンパネ で、ユーザ追加で、harvestmoon_plst という名のユーザーを追加。

同 コンパネ で、 アクセス権未所有ユーザにharvestmoon_plstが現れたら、アクセス権所有ユーザに追加ボタンで追

Continueボタンを押し、画面を進めていけば、ダッシュボードに行く。

テスト送信で、はまる。

メッセージ送信画面で、必要な項目を埋めて、SendTestボタンをクリックしたら、failedというエラーが出る。

わからなくて、だいぶん時間を取られたが、

define(‘PHPMAILERHOST’, ”sv***.xserver.jp);

のようにしてたら、エラー(failed)がでて、難解やっても送信できなかったが、以下のようにブランクにしたら、すんなり送れた。

define(‘PHPMAILERHOST’, ”);

やれやれ・・・っと。

-日々の雑感

執筆者:

関連記事

no image

大崎丸善さん

ゴチになってます。

no image

ピーマン

庭に植えたピーマン。 苗で買ってきた直後から、ナメクジ被害にあってきた。 彼らはピーマンの葉をかじって、穴だらけにしてしまうのだ。 昨年は6月ごろまでに枯れてしまったので、今年は何とか実をつけさせよう …

no image

2012年9月4日、祖母が104歳で亡くなりまして。

明治40年生まれ。 3年前に日露戦争があった時代です。 明治、大正、昭和、平成、いろんな時代を生きた人でした。 縄文時代以前から続く血族のなかで、おそらく最長不倒距離でしょう。 私たちが追い越すには、 …

no image

冬のグリーティング切手

郵便物を出しにいったら、こんな可愛いものがあったので、思わず購入。 http://www.post.japanpost.jp/kitte_hagaki/stamp/tokusyu/2005/h1710 …

no image

ゆーとりあ越中

元旦の夕方、親戚一同でゆーとりあ越中に一泊。 http://www.yu-toriaettyu.co.jp/ 清潔な館内、美味しい料理、いいお湯の風呂、部屋の窓から雪景色・・・贅沢な時間を過ごす。 ち …