1
我想安裝TYPO3博客擴展t3extblog。我通過製作這三個頁面來跟隨快速安裝菜單。意思是帶有博客插件的博客,帶有訂閱管理器插件的訂閱管理器和數據文件夾。TYPO3 t3extblog擴展給出設置電子郵件錯誤
在頂層我添加了以下常量。
plugin.tx_t3extblog.persistence.storagePid = 56
plugin.tx_t3extblog.settings.blogsystem.pid = 55
plugin.tx_t3extblog.settings.subscriptionManager.pid = 57
plugin.tx_t3extblog.settings.subscriptionManager.comment.admin.mailTo.email = [email protected]
如果我現在進入博客頁面,我收到以下錯誤消息。
未檢測到訂閱管理器管理員電子郵件接收方地址。確保設置了plugin.tx_t3extblog.settings.subscriptionManager.comment.admin.mailTo.email。
之前和之後嘗試過,但仍收到相同的錯誤消息。 – Tom
請嘗試此操作而不是上述行: plugin.tx_t3extblog.settings.emailTo = [email protected] –
解決了問題!謝謝 – Tom