Media Update – Not working
-
Hi,
Media update is not working anymore.
When I try to save media data example: http://i.imgur.com/mUy312T.png
It doesn’t work, with Foogallery plugin enabled.Tested on versions:
- 1.2.12 – NOT
- 1.2.11 – NOT
- 1.2.10 – NOT
- 1.2.9 – WORKING
There is some problem with ‘post_save’ hook:
/wp-includes.posts.php: line 3414
function wp_update_post( $postarr = array(), $wp_error = false ) { if ( is_object($postarr) ) { // Non-escaped post was passed. $postarr = get_object_vars($postarr); $postarr = wp_slash($postarr); } ... .. .$postarr is NULL
Unfortunately I didn’t find what is the problem with the Foogallery plugin.
Or is the problem with other plugin. But when I disable Foogallery, I can edit media without a problem.
If you have some suggestion what to check, I’d gladly do it.
Best regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Media Update – Not working’ is closed to new replies.