I running into the same problem. And since its a background process, I don't know how to debug it. I dont even know what's causing it coz I dont know where to look for such errors. @Tim can you help?
and got this. don't know if it is the way I ran it or an actual problem.
Fatal Error in Gdn_PluginManager.GetPluginInstance();
<
div id="Content">
Tried to load plugin 'MinionPlugin' from access name 'MinionPlugin:classname', but it doesn't exist.
<h3>The error occurred on or near: <strong>/var/www/vanilla/library/core/class.pluginmanager.php</strong></h3>
<div class="PreContainer"><pre>498: break;</pre>
499: }
500:
501: if (!class_exists($ClassName))
502: throw new Exception("Tried to load plugin '{$ClassName}' from access name '{$AccessName}:{$AccessType}', but it doesn't exist.");
503:
504: if (!array_key_exists($ClassName, $this->Instances)) {
505: $this->Instances[$ClassName] = (is_null($Sender)) ? new $ClassName() : new $ClassName($Sender);
Ok, if I go to the url /plugin/feeddiscussions/checkfeeds directly, it worked.
I do see the jquery loaded into the dicsussions page but its not being triggered when the document is loaded. Probably conflicting with something else, or a version problem.
Comments
I running into the same problem. And since its a background process, I don't know how to debug it. I dont even know what's causing it coz I dont know where to look for such errors.
@Tim can you help?
I have a slow connection - so it can't even add the feed properly.
the $FeedRSS variable contains this.
Operation timed out after 2000 milliseconds with 13160 bytes received
could you also be having some timing issues.
Well, in my case it adds the urls, but the feeds are never updated.
I dont know if the CheckFeeds method is even triggered at all. Kinda sucks. It seems lots of people are having problems with this plugin.
I tried running this from console.
jQuery(document).ready(function() { $.get(gdn.url('/plugin/feeddiscussions/checkfeeds')); });and got this. don't know if it is the way I ran it or an actual problem.
Fatal Error in Gdn_PluginManager.GetPluginInstance();
<
div id="Content">
Tried to load plugin 'MinionPlugin' from access name 'MinionPlugin:classname', but it doesn't exist.
<h3>The error occurred on or near: <strong>/var/www/vanilla/library/core/class.pluginmanager.php</strong></h3> <div class="PreContainer"><pre>498: break;</pre>502: throw new Exception("Tried to load plugin '{$ClassName}' from access name '{$AccessName}:{$AccessType}', but it doesn't exist.");504: if (!array_key_exists($ClassName, $this->Instances)) {Backtrace:
Ok, if I go to the url /plugin/feeddiscussions/checkfeeds directly, it worked.
I do see the jquery loaded into the dicsussions page but its not being triggered when the document is loaded. Probably conflicting with something else, or a version problem.
jQuery(document).ready(function() {
$.get(gdn.url('/plugin/magpiefeeds/checkfeeds'));
});
until somebody says this works - I'm giving up on it.
It used to be working for me until a couple of days after a lot of trial. I am guessing some other plugin I enabled conflicted with this.
But it looks like @mark and @tim and the guys rarely care about the community anymore ;(