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?
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •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.
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •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.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I tried running this from console.
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.
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:
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •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')); });- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •until somebody says this works - I'm giving up on it.
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •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 ;(
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •