RSS Email Issues

cma01

New Member
I'm trying to create an email campaign generated by an RSS feed and just having no luck at all. I went back to just a simple template with only the code given in this post, and Mailwizz does not pull the post information.

Is there a setting somewhere I'm missing?
 
@cma01 - Can you show your exact template and the embed feed in it?
I'd like to use same template on my dev to see if it pulls info for me.
 
I have a different template I wanted to use, but when the RSS feed wasn't populating I just copied the example template from the forum. I also tried feeds from different sites in case there was an issue with this particular feed and it still didn't work.

Would it be a server issue?

HTML:
<!DOCTYPE html>
<html>
<head><meta name="charset" content="utf-8">
    <title></title>
</head>
<body>[XML_FEED_BEGIN url='http://schoolcents.com/feed/' count='5']
<table>
    <tbody>
        <tr>
            <td><a href="[XML_FEED_ITEM_LINK]"><img alt="[XML_FEED_ITEM_IMAGE]" height="100" src="[XML_FEED_ITEM_IMAGE]" width="100" /></a></td>
            <td><strong>[XML_FEED_ITEM_TITLE]</strong>
            <p>[XML_FEED_ITEM_DESCRIPTION]</p>
            </td>
        </tr>
    </tbody>
</table>
[XML_FEED_END] </body>
</html>
 
Yes, it is, I just checked it again.

What else would be the issue? I have version 1.3.6.0 installed.

This is the server information:
 

Attachments

  • PHP Version 5.pdf
    710.4 KB · Views: 6
@cma01 - Not sure, maybe something blocking remote calls from your server? Like a firewall or the like?
I see you have suhosin enabled for php, does disabling it makes any diff ?
 
@cma01
Even on shared servers you can have your own php.ini in your directory and hence set a number of things the way you need them to be ;)
 
@frm.mwz Yes, I do have one. I do have a php.ini file on that account. I did disable suhosin and it still doesn't work.

I have another host I was going to move the account over to and try to test it there. I thought that might be faster than trying to figure out what specifically is the issue blocking it if it's a host issue. But every account cPanel back up has been corrupted. I've spent way more time on this than I thought I was going to have to.
 
I'm trying this again. I updated the script again, just in case something had been corrupted. This is the error log after testing the template.

2016/03/28 18:58:05 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "[xml_feed_item_image]".' in /home/xxx/public_html/apps/common/framework/web/CController.php:483
Stack trace:
#0 /home/xxx/public_html/apps/common/framework/web/CController.php(270): CController->missingAction('[xml_feed_item_...')
#1 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(282): CController->run('[xml_feed_item_...')
#2 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('campaigns/[XML_...')
#3 /home/xxx/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#4 /home/xxx/public_html/apps/init.php(219): CApplication->run()
#5 /home/xxx/public_html/index.php(18): require_once('/home/xxx/...')
#6 {main}
REQUEST_URI=/campaigns/[XML_FEED_ITEM_IMAGE]
HTTP_REFERER=http://xxx.com/campaigns/wq844k5rz4027
---
2016/03/28 18:58:32 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "lv762wsadb2f4".' in /home/xxx/public_html/apps/common/framework/web/CController.php:483
Stack trace:
#0 /home/xxx/public_html/apps/common/framework/web/CController.php(270): CController->missingAction('lv762wsadb2f4')
#1 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(282): CController->run('lv762wsadb2f4')
#2 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('templates/lv762...')
#3 /home/xxx/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#4 /home/xxx/public_html/apps/init.php(219): CApplication->run()
#5 /home/xxx/public_html/customer/index.php(18): require_once('/home/xxx/...')
#6 {main}
REQUEST_URI=/customer/templates/lv762wsadb2f4/[XML_FEED_ITEM_IMAGE]
HTTP_REFERER=http://xxx.com/customer/templates/lv762wsadb2f4/update
---
2016/03/28 18:58:40 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "lv762wsadb2f4".' in /home/xxx/public_html/apps/common/framework/web/CController.php:483
Stack trace:
#0 /home/xxx/public_html/apps/common/framework/web/CController.php(270): CController->missingAction('lv762wsadb2f4')
#1 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(282): CController->run('lv762wsadb2f4')
#2 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('templates/lv762...')
#3 /home/xxx/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#4 /home/xxx/public_html/apps/init.php(219): CApplication->run()
#5 /home/xxx/public_html/customer/index.php(18): require_once('/home/xxx/...')
#6 {main}
REQUEST_URI=/customer/templates/lv762wsadb2f4/[XML_FEED_ITEM_IMAGE]
HTTP_REFERER=http://xxx.com/customer/templates/lv762wsadb2f4/update
---
2016/03/28 18:58:46 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "lv762wsadb2f4".' in /home/xxx/public_html/apps/common/framework/web/CController.php:483
Stack trace:
#0 /home/xxx/public_html/apps/common/framework/web/CController.php(270): CController->missingAction('lv762wsadb2f4')
#1 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(282): CController->run('lv762wsadb2f4')
#2 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('templates/lv762...')
#3 /home/xxx/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#4 /home/xxx/public_html/apps/init.php(219): CApplication->run()
#5 /home/xxx/public_html/customer/index.php(18): require_once('/home/xxx/...')
#6 {main}
REQUEST_URI=/customer/templates/lv762wsadb2f4/[XML_FEED_ITEM_IMAGE]
HTTP_REFERER=http://xxx.com/customer/templates/lv762wsadb2f4/preview
---
2016/03/28 18:58:46 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "lv762wsadb2f4".' in /home/xxx/public_html/apps/common/framework/web/CController.php:483
Stack trace:
#0 /home/xxx/public_html/apps/common/framework/web/CController.php(270): CController->missingAction('lv762wsadb2f4')
#1 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(282): CController->run('lv762wsadb2f4')
#2 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('templates/lv762...')
#3 /home/xxx/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#4 /home/xxx/public_html/apps/init.php(219): CApplication->run()
#5 /home/xxx/public_html/customer/index.php(18): require_once('/home/xxx/...')
#6 {main}
REQUEST_URI=/customer/templates/lv762wsadb2f4/[XML_FEED_ITEM_IMAGE]
HTTP_REFERER=http://xxx.com/customer/templates/lv762wsadb2f4/preview
---
2016/03/28 18:59:11 [error] [exception.CHttpException.404] exception 'CHttpException' with message 'The system is unable to find the requested action "lv762wsadb2f4".' in /home/xxx/public_html/apps/common/framework/web/CController.php:483
Stack trace:
#0 /home/xxx/public_html/apps/common/framework/web/CController.php(270): CController->missingAction('lv762wsadb2f4')
#1 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(282): CController->run('lv762wsadb2f4')
#2 /home/xxx/public_html/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('templates/lv762...')
#3 /home/xxx/public_html/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#4 /home/xxx/public_html/apps/init.php(219): CApplication->run()
#5 /home/xxx/public_html/customer/index.php(18): require_once('/home/xxx/...')
#6 {main}
REQUEST_URI=/customer/templates/lv762wsadb2f4/[XML_FEED_ITEM_IMAGE]
HTTP_REFERER=http://xxx.com/customer/templates/lv762wsadb2f4/update
 
@cma01
If you cannot find the error in the server/account/app logs, then take a backup/dump of all the databases you want to keep from any of your cpanel acccounts, tar.gz the directories you want to keep, and move to a reliable host, so you know the errors do not come from the host side. Then you can build your thing in peace.
Alternatively, send me a PM with account details and I can try to trouble shoot.
 
I discovered the issue. I was updating a script on another site, which used to work perfectly but was now displaying an error. I had to enable allow_url_fopen in the php.ini for the account.

When I did the same for the account Mailwizz was on, the template now worked. I think I need to work out a couple of other things on the template, but the RSS issue is now fixed.
 
Back
Top