• I installed this plugin on a WP site with a handful of pages and it worked fine.

    Then I installed it on another site with around 100 pages, many of them two levels deep (children of child pages). When I clicked on Pages in the admin panel, I got a “Working” message. Okay, I understand it might take some time to analyze the page structure. 45 minutes later, it’s still “working”. Meanwhile, using another browser window I can navigate the site just fine, and the admin panel works fine, except that when I try to look at the list of pages I still just get “working”.

    How long should this take?

    I finally gave up and deactivated the plugin. I would like to use it, as it looks like it would be a big help in managing my pages.

    http://wordpress.org/extend/plugins/advanced-page-manager/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi, 45 minutes is definitely not a normal duration. We have projects with thousands of pages and they load in less than few seconds. Something must prevent Ajax requests to execute correctly. (Having the Ajax spinner freezing is the symptom of that.)

    To help you, we need more info. To get that info, here what you can do :

    1. Open the browser console (eg. Ctrl+Shift+i in Chrome)
    2. Open the Network Tab
    3. Open the WordPress which doesn’t work
    4. Search for [your site]?apm_sb_ajax_page=ajax-processor call
    5. Open Response tab
    6. Post here the Response tab content

    Please note that if the [your site]?apm_sb_ajax_page=ajax-processor never ends, then you have the max excecution time problem.

    Let us know !

    Thread Starter David R. Woolley

    (@drwool)

    After more experimentation, I’ve found that the problem occurs because we use an SSL certificate on this site and have this setting in wp-config:

    define(‘FORCE_SSL_ADMIN’, true);

    It’s an e-commerce site, so security is important.

    When I activate the plugin on our development site which is exactly identical except that FORCE_SSL_ADMIN is turned off, it works fine.

    So my question is, if I turn off FORCE_SSL_ADMIN just long enough to let the plugin do its initial thing, will it then keep working with FORCE_SSL_ADMIN turned on? Or is this a show stopper?

    Thread Starter David R. Woolley

    (@drwool)

    Hello? tap tap tap Is this thing on?

    The question is, is Advanced Page Manager compatible with FORCE_SSL_ADMIN or not? And if not, can you make it compatible?

    Hi there, yes we’re still alive. Just a lot of stuff to do to bring food on the table.

    Well, we’ve looked at your problem and found a solution :

    • It comes from using get_bloginfo('url') instead of get_bloginfo('wpurl') in plugins/advanced-page-manager/advanced_page_manager.php
    • That’s clearly a bug
    • We’ve checked the whole source code and it happens only one time
    • We’ll fix that bug in the next version (no release date yet but probably during summer 13)
    • To fix your problem on the current version, you may edit the plugins/advanced-page-manager/advanced_page_manager.php. Go to line 280. Replace 'site_url' => get_bloginfo('url'), by 'site_url' => get_bloginfo('wpurl'),
    • Following our tests, it solves the issue – let us know
    Thread Starter David R. Woolley

    (@drwool)

    Success! Thanks for the fix.

    Glad to hear – have fun !

    I’m having the same problem, but the bug explained above does not fix my problem.
    I have a couple plugins (Easy Downloads, BuddyPress, SEO , Shareaholic and Wbtouch)
    I have deactivated them all and actived APM alone and the problem continues. It never loads the page?

    I am running on the latest version of WP, with all plugins updated. Any help? I would really love to use your plugin!

    Uncategorized Creations

    (@uncategorized-creations)

    Hi there,

    Could you please open a new thread for your problem ?

    http://wordpress.org/support/plugin/advanced-page-manager#postform

    Thx

    Uncategorized Creations

    (@uncategorized-creations)

    Hi, 1.1 is out and fix the SSL problem properly.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Neverending "working" when I go to Pages’ is closed to new replies.