• Resolved chuckra

    (@chuckra)


    Hi there,

    Great plugin. I’m just having a problem with one thing. Hopefully you can help…

    When I update a post with no attachments from the frontend using wpuf it updates with no problems. If the post contains attachments it takes a loooong time for the page to refresh and do the update.

    I think it must be doing an infinite loop somewhere causing the post to be published over and over again. As a result, I get literally thousands of entries in the wp_postmeta table for the metakey ‘_encloseme’.

    This does not happen when updating the same posts using WP backend.

    Any ideas what could cause this?

    http://ww.wp.xz.cn/plugins/wp-user-frontend/

Viewing 1 replies (of 1 total)
  • Thread Starter chuckra

    (@chuckra)

    I found a sort of fix…

    It was a conflict with the Relevanssi plugin

    In my functions.php file i added

    remove_action('delete_attachment', 'relevanssi_delete');
    remove_action('add_attachment', 'relevanssi_publish');
    remove_action('edit_attachment', 'relevanssi_edit');

    I don’t index attachments so I think this fix should be fine.

Viewing 1 replies (of 1 total)

The topic ‘Updating with attachments’ is closed to new replies.