-
Notifications
You must be signed in to change notification settings - Fork 147
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
Comments
Is the testing code still enabled. If it is it will cause the object to be empty every page load. |
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. |
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. |
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 ;( |
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 ;) |
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?
The text was updated successfully, but these errors were encountered: