• 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)
  • Plugin Author bradvin

    (@bradvin)

    Hi

    Looking at your screenshot – you seem to have another plugin that is adding a “replace media” field the the attachment fields. Please can you disable that plugin and try to save media with FooGallery again. It might be a conflict with that plugin

    Thread Starter cure85

    (@cure85)

    Hi,

    We have disabled all plugins except Foogallery 1.2.13.

    Also, to be 100% sure, we have switched to default WP theme “Twenty Fiftheen”

    We are still not able to update Media.

    PHP version is 5.6.16

    One interesting this is:
    Update works if Media is in Gallery view and then edit (some ajax handler): like here

    But doesn’t work if you are on list view and edit like here

    We have tested also this with all plugins dissabled except FooGallery

    Is there anything else which we can do to debug?

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Media Update – Not working’ is closed to new replies.