Saturday, 3 December 2016

TYPO3 t3extblog extension gives set email error

Question;


I want to install the TYPO3 blog extension t3extblog. I followed the quick install menu by making the three pages. Meaning the blog with the blog plugin, the subscription manager with the subscription manager plugin and the data folder.
At top level I added the following constant.

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 = info@email.nl
If I now go the the blog page I'm getting the following error.
No subscription manager admin email receiver address detected. Make sure plugin.tx_t3extblog.settings.subscriptionManager.comment.admin.mailTo.email is set.



1st Answer




You have wrong value set for mailTo, Please check set like below:
 plugin.tx_t3extblog.persistence.storagePid = 56
 plugin.tx_t3extblog.settings.blogsystem.pid = 55
 plugin.tx_t3extblog.settings.subscriptionManager.pid = 57
 plugin.tx_t3extblog.settings.emailTo = info@email.nl
It will works for me.
Tried that before and just again, but still receive the same error message
,

Please try this instead of above line: plugin.tx_t3extblog.settings.emailTo = info@email.nl

That solves the problem! Thanks




1 comment:

  1. I really appreciate information shared above. It’s of great help. If someone want to learn Online (Virtual) instructor lead live training in Typo3, kindly contact us http://www.maxmunus.com/contact
    MaxMunus Offer World Class Virtual Instructor led training on Typo3. We have industry expert trainer. We provide Training Material and Software Support. MaxMunus has successfully conducted 100000+ trainings in India, USA, UK, Australlia, Switzerland, Qatar, Saudi Arabia, Bangladesh, Bahrain and UAE etc.
    For Demo Contact us:
    Name : Arunkumar U
    Email : arun@maxmunus.com
    Skype id: training_maxmunus
    Contact No.-+91-9738507310
    Company Website –http://www.maxmunus.com


    ReplyDelete