direct_mail 使用错误的 templavoila 模板
无论我做什么,都不会使用work.com的templavoila模板。 我希望 donstwork.com 使用自己的 templavoila 模板,但不知道如何使用。
我在一个typo3 树中使用具有多个域的直邮。例如,域:works.com 和 isntwork.com。 Directmail 适用于第一个域 (works.com),但不适用于第二个域 (doesntwork.com)。
- Works.com 有自己的直邮系统文件夹(名为 WorkNewsletters)
- doestwork.com 有自己的直邮系统文件夹(名为 doesntWorkNewsletters)
- Works.com 有自己的 templavoila 系统文件夹(名为 WorkStorage)
- doestwork.com 有自己的 templavoila 系统文件夹(名为 WorkStorage) doesntWorkStorage)
- WorkNewsletters 文件夹对其所有子页面使用绿色 templavoila 模板。该模板位于 WorkStorage 文件夹中。
- DoesntWorkNewsletters 文件夹的所有子页面均使用红色 templavoila 模板。该模板位于DoesntWorkStorage 文件夹中。
我使用向导创建了一个新的直邮,方法是
- 选择 donstwork.com 的直邮系统文件夹,
- 选择内部页面
- ,选择单击此处创建一个新页面,您稍后可以将其作为直邮发送。
- 输入一些虚拟文本并
- 仍然通过向导创建页面,选择在上一步中创建的页面
- 我将其作为测试电子邮件发送到我自己的邮件地址
有关安装的详细信息:
- typo3 版本 4.4.6
- direct_mail 版本 2.6.9
- Realurl没有被使用。
- Cronjob 每 2 分钟运行一次。
在DoesntWork的根模板中,我已将其添加到设置
config.baseURL = http://doesntwork.com/
中 在Work的根模板中,我已将其添加到设置中
config.baseURL = http://work.com/
在WorkNewsletter文件夹中,我添加了一个模板,这是设置字段
plugin.tx_directmail_pi1.siteUrl = http://work.com/
在DoesntWorkNewsletter文件夹中,我添加了一个模板这是设置字段,
plugin.tx_directmail_pi1.siteUrl = http://doesntwork.com/
我尝试在登录 http://doesntwork.com/typo3/
时使用后端发送邮件,但没有任何区别。
我明显做错了什么吗?我可以做什么来调试它?
No matter what I do doesntwork.com uses the templavoila template of work.com.
I want doesntwork.com to use its own templavoila template, but dunno how.
I use directmail with multiple domains in one typo3 tree. E.g. the domains: works.com and doesntwork.com. Directmail works with the first domain (works.com), but not with the second domain (doesntwork.com).
- works.com has its own sysfolder for directmail (named WorkNewsletters)
- doesntwork.com has its own sysfolder for directmail (named DoesntWorkNewsletters)
- works.com has its own sysfolder for templavoila (named WorkStorage)
- doesntwork.com has its own sysfolder for templavoila (named DoesntWorkStorage)
- The WorkNewsletters folder uses a green templavoila template for all it's subpages. This template is located in the WorkStorage folder.
- The DoesntWorkNewsletters folder uses a red templavoila template for all it's subpages. This template is located in the DoesntWorkStorage folder.
I create a new directmail with the wizard, by
- choosing the directmail sysfolder for doesntwork.com
- selecting Internal Pages
- selecting Click here to create a new page that you can later send as a direct mail.
- typing in some dummy text and create the page
- still via the wizard, select the page created in the previous step
- I send it as a test email to to my own mailadress
Details about the installation:
- typo3 version 4.4.6
- direct_mail version 2.6.9
- Realurl is not used.
- Cronjob runs every 2 minute.
In the root template of DoesntWork I have added this to the setup
config.baseURL = http://doesntwork.com/
In the root template of Work I have added this to the setup
config.baseURL = http://work.com/
On the WorkNewsletter folder I have added a template with this is the setup field
plugin.tx_directmail_pi1.siteUrl = http://work.com/
On the DoesntWorkNewsletter folder I have added a template with this is the setup field
plugin.tx_directmail_pi1.siteUrl = http://doesntwork.com/
I have tried to send mails by using the backend when logged in at http://doesntwork.com/typo3/
but it didn't make any difference.
Anything obvious I have done wrong? What can I do to debug it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我为两个域配置 realurl 后,我开始收到此错误消息
以前看不到任何错误信息。
它帮助我意识到我必须在这里指定一个域,
现在时事通讯适用于具有正确 templavoila 模板的两个域。
After i configured realurl for both domains, I started getting this error message
Previously could not see any error message.
It helped me realize that I had to specify a domain here
Now newsletters works for both domains with the right templavoila template.