ERROR: Resource key "null" not found in default bundle
Posted: Fri Apr 05, 2013 8:07 am
I am having problem when using Openemm 2011.
I am using CM templates for the mailing with some agnDYN added into that CM template. Below the HTML for CM template.
I can see the content when clicked 'Content' tab for that mailing but it is blank page when I click 'Preview' button. I got an error 'ERROR: Resource key "null" not found in default bundle' when I tried to send out an testing email. Sometimes it will show me 'No plain-text version available.' but the text content is there. Below the text content:
What can I do if I don't have any access to server?
I am using CM templates for the mailing with some agnDYN added into that CM template. Below the HTML for CM template.
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Newsletter</title>
<style>
<!--
table {
border-collapse:collapse;
}
-->
</style>
</head>
<body style="padding:0;margin:0 auto">
<table style="border-collapse:collapse;margin:0 auto;background-color:#fffef2" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td>
[agnDYN name="Main Header"/]
</td>
</tr>
<tr>
<td height="22" bgcolor="#fffef2"><img src="/cms_image?fid=1" border="0" style="display:block"/></td>
</tr>
<!-- Main Content -->
<tr>
<td bgcolor="#fffef2">
[agnDYN name="Header Content"/]
</td>
</tr>
<!-- end Main Content -->
<tr>
<td bgcolor="#dcd9d0" height="1"><img src="/cms_image?fid=1" border="0" style="display:block"/></td>
</tr>
<tr>
<td height="10"><img src="/cms_image?fid=1" border="0" style="display:block"/></td>
</tr>
<!-- Content 1-->
<tr>
<td bgcolor="#fffef2">
[agnDYN name="News Content Right 1"/]
</td>
</tr>
<!-- end Content 1-->
<!-- Content 2-->
<tr>
<td bgcolor="#fffef2">
[agnDYN name="News Content Left 1"/]
</td>
</tr>
<!-- end Content 2-->
<!-- Content 3-->
<tr>
<td bgcolor="#fffef2">
[agnDYN name="News Content Right 2"/]
</td>
</tr>
<!-- end Content 3-->
<tr>
<td height="5"><img src="/cms_image?fid=1" border="0" style="display:block"/></td>
</tr>
<tr>
<td align="center">
[agnDYN name="Footer Content"/]
</td>
</tr>
<tr>
<td height="10"><img src="/cms_image?fid=1" border="0" style="display:block"/></td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="border:1px solid #87847d">
<tr>
<td height="40" bgcolor="#6d6e72" align="center" style="color:#ffffff;font-family:Trebuchet Ms, Arial, Helvetica, Verdana, Sans-serif;font-size:12px;">
<b>For further details and/or reservations, please call (0361) 3017777</b>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Code: Select all
Dear Reader,
this e-mail was created in HTML format only. Almost every e-mail client supports HTML mails, but it could be that your client is not permitted to display HTML mails.
However, you can view this e-mail in HTML format in your browser:
http://localhost:8080/form.do?agnCI=1&agnFN=fullview&agnUID=##AGNUID##
To unsubscribe from the list of this mailing please click this link:
http://localhost:8080/form.do?agnCI=1&agnFN=unsubscribe&agnUID=##AGNUID##