「ページバージョン の承認が申請されました。」のダイアログが消えない

2018年7月24日 at 16:52

あるページを読み込むと「ページバージョン 12 の承認が申請されました。」というダイアログ(ページ右上に表示される青背景の通知)が毎回出てくるようになってしまいました。
このダイアログを消すにはどうしたらいいでしょうか?
そのページのバージョン12は削除してしまいました。

この通知が出る前に、ページ編集したあとか「変更を公開」をクリックしたあとに真っ白な画面になってしまい、仕方なくブラウザリロードしたような覚えがあります。
通知が出るだけで編集や公開は問題なくできています。

承認のワークフローなどは特に設定しておらず、ユーザーはadminのみです。

よろしくお願いいたします。

# concrete5 Version
Core Version - 8.4.0
Version Installed - 8.4.0

タグ:

Re: 「ページバージョン の承認が申請されました。」のダイアログが消えない

2018年7月24日 at 17:40
レポート>ログにて以下のエラーがありました。
GatheringDataSources、GatheringItemsは現在は作成済みです。

Exception Occurred: /home/1406257619/xxxxxxxxx/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53 An exception occurred while executing 'select gaiID from GatheringItems where gasID = ? and gaiKey = ?' with params ["1", "247"]:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxxxx.GatheringItems' doesn't exist (0)


Exception Occurred: /home/1406257619/xxxxxxxxx/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53 An exception occurred while executing 'select gasID, gasHandle, pkgID, gasName from GatheringDataSources where gasHandle = ?' with params ["page"]:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxxxx.GatheringDataSources' doesn't exist (0)