• Resolved lior1970

    (@lior1970)


    Recently the update button at the Re-Order section is not updating the order.
    I manage to drag and drop the post, I click the update button, I get the message “Items order updated” but when I refresh the page the order is not changed.
    When I go back to the admin panel, the post I dragged is at the same position as it was prior to the dragging.
    The plugin’s version I’m using is the latest one (1.6.5).
    Please advise.

    http://wordpress.org/plugins/post-types-order/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author nsp-code

    (@nsp-code)

    There must be an issue on your side, most probably a plugin which throw errors. You should check on the ajax call response, which should reveal more details.

    Thread Starter lior1970

    (@lior1970)

    You wrote: “You should check on the ajax call response” – where should I exactly check?

    Plugin Author nsp-code

    (@nsp-code)

    Try Firefox and FireBug add-on.

    Thread Starter lior1970

    (@lior1970)

    Thanks. I tried firebug and clicking the update button is giving me 200 OK status but the order of the posts are not changed.
    As I wrote above, when I refresh the Re-Order page at the admin panel, the posts are ordered at the same order previously.

    Plugin Author nsp-code

    (@nsp-code)

    Possible there is another plugin or even your theme which overwrite the order, can you try to de-activate one by one to find which is the cause?

    Thread Starter lior1970

    (@lior1970)

    I did as suggested and there is no change. The posts order stays the same.
    Is there any limitation in terms of number of posts? I have around 3500 posts in my blog.

    Plugin Author nsp-code

    (@nsp-code)

    Well that’s the problem, giving the large amount of posts on certain servers this will never complete due to php imposed limitations, either code execution or even the parse_str which may be limited to 1000.
    You may want to increase the parse_str php variable value and the maximum allowed time execution. There are chances so you can’t do such updates, so a server migration may be required.
    Or you can simply consider to update to Advanced Post Types Order which contain a different approach to avoid such limitations.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Update button is not updating anything’ is closed to new replies.