Reckons Team Videos From Feed [Deleted]

TickTackk

Well-known member
i have uploadet the files 2 0r 3 .. always the same problem under file health check al files have chmod 777

and how can i find the rss feed in youtube ?
 

Attachments

  • Bildschirmfoto 2015-08-25 um 14.29.07.webp
    Bildschirmfoto 2015-08-25 um 14.29.07.webp
    22 KB · Views: 6
I've updated the resource on my forum with new file health check, the issue was my add-on packer. Thanks
 
Not sure if DaveM mentioned it to you, yet, but the category list you're using is incorrect - it's just listing the categories in category_id order (I think).

Use the getCategoryStructure() method in the Category model to get a proper nested, grouped by parent category list.
 
For me, the videos are eingunden repeatedly . I have 15 videos online on Youtube . Now I have videos in my Gallery 1000th But again and again only the 15th
 
For some reason I am once again getting this error coming up.

Code:
Error Info
XenForo_Exception: Please select valid forum or media category. - library/XenForo/DataWriter.php:1345
Generated By: Unknown Account, 32 minutes ago
Stack Trace

#0 /home4/davem/public_html/library/XenForo/DataWriter.php(1387): XenForo_DataWriter->_haveErrorsPreventSave()
#1 /home4/davem/public_html/library/XenForo/Model/Feed.php(547): XenForo_DataWriter->save()
#2 /home4/davem/public_html/library/XenMods/SameThreadFeed/Model/Feed.php(48): XenForo_Model_Feed->_insertFeedData(Array, Array)
#3 /home4/davem/public_html/library/XenForo/Model/Feed.php(567): XenMods_SameThreadFeed_Model_Feed->_insertFeedData(Array, Array)
#4 /home4/davem/public_html/library/XenForo/Model/Feed.php(592): XenForo_Model_Feed->importFeedData(Array)
#5 /home4/davem/public_html/library/XenForo/CronEntry/Feeder.php(15): XenForo_Model_Feed->scheduledImportTimeLimited(15)
#6 [internal function]: XenForo_CronEntry_Feeder::importFeeds(Array)
#7 /home4/davem/public_html/library/XenForo/Model/Cron.php(357): call_user_func(Array, Array)
#8 /home4/davem/public_html/library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)
#9 /home4/davem/public_html/library/XenForo/Model/Deferred.php(295): XenForo_Deferred_Cron->execute(Array, Array, 7.99999785423, '')
#10 /home4/davem/public_html/library/XenForo/Model/Deferred.php(429): XenForo_Model_Deferred->runDeferred(Array, 7.99999785423, '', false)
#11 /home4/davem/public_html/library/XenForo/Model/Deferred.php(374): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#12 /home4/davem/public_html/deferred.php(23): XenForo_Model_Deferred->run(false)
#13 {main}

Request State

array(3) {
  ["url"] => string(35) "http://mychatgroup.com/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["_xfRequestUri"] => string(60) "/media/please-subscribe-to-this-amazing-channel.1098/preview"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Maybe because of another add-on
Code:
/home4/davem/public_html/library/XenMods/SameThreadFeed/Model/Feed.php(48): XenForo_Model_Feed->_insertFeedData(Array, Array)
 
Unfortunately I lost the backup of few add-ons (including this one) so I marked the resource as "Unmaintained" for now.
 
Top Bottom