Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multisite $checked_data->checked[$pluginname] empty #28

Open
Stefan39 opened this issue Sep 4, 2013 · 5 comments
Open

Multisite $checked_data->checked[$pluginname] empty #28

Stefan39 opened this issue Sep 4, 2013 · 5 comments

Comments

@Stefan39
Copy link

Stefan39 commented Sep 4, 2013

I don't know why, but on a multisite installation a plugin (activate not networkwide, only on a blog into the multisite) the update-check-object $checked_data is everytime empty.

if i make:
var_dump($checked_data)

the result is:
object(stdClass)#4568 (1) {
["last_checked"]=> int(1378304830)
}

What's going wrong here?

@jeremyclark13
Copy link
Owner

Is the testing code still enabled. If it is it will cause the object to be empty every page load.

@Stefan39
Copy link
Author

Stefan39 commented Sep 6, 2013

Ok, but if i test it before on a single wordpress install (without multisite) it will show me my plugin to update it. On multisite comes nothing. I don't know whats going wrong here.

@jeremyclark13
Copy link
Owner

I can't remember but I think unless the plugin is network activated the update code isn't ran. I'll have to double check this.

@Stefan39
Copy link
Author

I have activate the Plugin into a Multisite on one blog only (not networkwide and not into the other blogs) and i have tested again now.. nothing message comes for the plugin ;(

@Stefan39
Copy link
Author

Ok, i can confirm now, that's the Script will work too into multiblog, but sometimes there need more than one day as normal blog-install (on 2nd day the update-notice comes). So i think, this issue can closed ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants