0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

wordpress プラグイン MTS Simple Booking-Cの設置ができない

Posted at

環境はさくらレンタルサーバー
PHP 5.6

MTS Simple Booking-C
という予約システムをwordpressに導入しようとしています。

公式サイト:http://mtssb.mt-systems.jp/

手順に沿ってインストールを行いましたが

カレンダーを表示するためのショートコード
[monthly_calendar id=”●●”]
を入力し、表示しても

「予約品目が見つかりませんでした。」
と表示されます。

プラグイン内部のカレンダー表記のシステムを見てみると

	// 予約品目の取得
	$this->articles = MTSSB_Article::get_all_articles($params['id']);
	if (empty($this->articles)) {
		return __('Not found any articles of reservation.', $this->domain);
	}

ここでどうも弾かれているようです。

スケジュールの設定はちゃんとしているはずで、
報告されている競合するプラグインも導入はしていません。

見当がつかない状態でして、ぜひご助言頂けますと幸いです。

0
0
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?