Feeder by Waindigo [Deleted]

Jon W

Well-known member
Waindigo submitted a new resource:

Feeder by Waindigo - Extends the Registered Feeds functionality, with automated replying to threads and resource creation

This add-on adds additional functionality to the Registered Feeds core feature of XenForo.

With this add-on, you can have your feeds reply to existing threads instead of creating new threads.

Additionally, if you have Resource Manager installed, you can create new resources instead of creating threads.

View attachment 78849...

Read more about this resource...
 
Thanks for creating this.



I'm receiving this error when I go to registered feeds page in admin panel. installed it by uploading the files manually and don't have resource manager

PHP:
Server Error

Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '), 1, 0) AS active, node.title AS node_title, node.node_name, thread.t' at line 3

Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
XenForo_Model->fetchAllKeyed() in Waindigo/Feeder/Extend/XenForo/Model/Feed.php at line 80
Waindigo_Feeder_Extend_XenForo_Model_Feed->getFeeds() in XenForo/Model/Feed.php at line 94
XenForo_Model_Feed->getAllFeeds() in XenForo/ControllerAdmin/Feed.php at line 13
XenForo_ControllerAdmin_Feed->actionIndex() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/xxx/public_html/admin.php at line 13
 
Last edited:
thanks for fixing that one. now I have an error when trying to import a feed in an existing thread

PHP:
Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(feed.content_type = 'thread' AND thread.thread_id)), 1, 0) AS active, no' at line 3

Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 753
Zend_Db_Adapter_Abstract->fetchRow() in Waindigo/Feeder/Extend/XenForo/Model/Feed.php at line 37
Waindigo_Feeder_Extend_XenForo_Model_Feed->getFeedById() in XenForo/ControllerAdmin/Feed.php at line 195
XenForo_ControllerAdmin_Feed->_getFeedOrError() in XenForo/ControllerAdmin/Feed.php at line 163
XenForo_ControllerAdmin_Feed->actionImport() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/xxx/public_html/admin.php at line 13
 
  • Like
Reactions: Xon
One more thing:
instead of "Destination thread ID" I have "waindigo_destination_thread_id_feeder"

LE
and another error when running the cron:
Code:
Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')) AND ((feed.last_fetch + feed.frequency < 1406656311)) ORDER BY feed.title' at line 17

Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
XenForo_Model->fetchAllKeyed() in Waindigo/Feeder/Extend/XenForo/Model/Feed.php at line 80
Waindigo_Feeder_Extend_XenForo_Model_Feed->getFeeds() in XenForo/Model/Feed.php at line 134
XenForo_Model_Feed->_getDueFeeds() in XenForo/Model/Feed.php at line 586
XenForo_Model_Feed->scheduledImportTimeLimited() in XenForo/CronEntry/Feeder.php at line 15
XenForo_CronEntry_Feeder::importFeeds()
call_user_func() in XenForo/Model/Cron.php at line 356
XenForo_Model_Cron->runEntry() in XenForo/ControllerAdmin/Cron.php at line 213
XenForo_ControllerAdmin_Cron->actionRun() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/xxx/public_html/xenforo/admin.php at line 13
 
One more thing:
instead of "Destination thread ID" I have "waindigo_destination_thread_id_feeder"

LE
and another error when running the cron:
Code:
Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')) AND ((feed.last_fetch + feed.frequency < 1406656311)) ORDER BY feed.title' at line 17

Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
XenForo_Model->fetchAllKeyed() in Waindigo/Feeder/Extend/XenForo/Model/Feed.php at line 80
Waindigo_Feeder_Extend_XenForo_Model_Feed->getFeeds() in XenForo/Model/Feed.php at line 134
XenForo_Model_Feed->_getDueFeeds() in XenForo/Model/Feed.php at line 586
XenForo_Model_Feed->scheduledImportTimeLimited() in XenForo/CronEntry/Feeder.php at line 15
XenForo_CronEntry_Feeder::importFeeds()
call_user_func() in XenForo/Model/Cron.php at line 356
XenForo_Model_Cron->runEntry() in XenForo/ControllerAdmin/Cron.php at line 213
XenForo_ControllerAdmin_Cron->actionRun() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/xxx/public_html/xenforo/admin.php at line 13


have this error also
 
Post Thread:
http://www.blueshare.co.uk/community/index.php?threads/drax-group-plc-share-chat-drx-l.2789/

RSS Feed location:
http://www.blueshare.co.uk/community/index.php?shorttracker/-/index.rss&symbol=DRX

Problem:

We have been experiencing some problems with some feeds which we would like your opinion on. We have several feeds that now publish into threads. The feed has been setup as normal and previews fine. When the feed is 'imported' using 'Import Now' for the first time it works and content added to the relevant thread. The second time around when we know the feed has been updated the feed is not being published, even though the preview is working and shows new data.

The above feed was setup on Monday, yet Tuesday it did not appear. The RSS shows updated date time information:

<pubDate>Tue, 20 Oct 2015 15:00:49 +0000</pubDate>
< lastBuildDate>Tue, 20 Oct 2015 15:00:49 +0000</lastBuildDate>

@Jon W please could you help?
 
Top Bottom