ContentLEAD / ContentLead-WP-Plugin

Wordpress 2.9+ plugin to import brafton news and video articles from our custom xml feed.
brafton.com/support/wordpress/
2 stars 1 forks source link

"Content Importer is NOT scheduled" #1

Open bmoredrew opened 11 years ago

bmoredrew commented 11 years ago

Hey there,

I keep getting "Content Importer is NOT scheduled" when in production, but it seems to work on my test server. The only difference between the two are server config.. perhaps a cron issue? Permissions are the same and the WP install is an exact replica.

Not sure where to start because I'm getting this from debug:

"Notice: Undefined variable: _SESSION in snip/wp-content/plugins/ContentLead-WP-Plugin/BraftonWordpressPlugin.php on line 261"

dashkto commented 11 years ago

Hey, Thanks for bringing this to our attention! It seems that this tends to happen when there is another plugin which utilizes the cron scheduler too. If you could please disable any other plugin which might use the WP cron scheduler and give it another try that'd be great. I'd like to know if this method worked or didn't for you so we can not only reasearch it more but also update our error message. To answer your other comments: The debug functionality was actually more of a development tool and we found using the session data interfere with some clients so we disabled it. We're thinking about having some type of log.txt for instances like this.

-Steve

bmoredrew commented 11 years ago

I'll give it a try and update you. I forked the repo to make any changes.

bmoredrew commented 11 years ago

You're on the right track. I deactivated backupbuddy and the plugin scheduled properly.

bmoredrew commented 11 years ago

Any updates to this? Still having issues.

dashkto commented 11 years ago

So I've just spent some time this morning to get our plugin working with BackupBuddy and the lastest version should be kosher. Might I add that BackupBuddy is the one causing these problems. If you're referring to something else or this doesn't solve the problem please be more specific about what you're encountering.