Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • I have the same problem, with a custom post type listing, and even with updating to 2.3.4, still get the “endless spin” and values don’t get saved

    Uncaught TypeError: Cannot read property 'new_pos' of null
        at Object.update_simple_ordering_callback [as success] (simple-page-ordering.min.js?ver=2.1:1)
        at i (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,jquery-ui-core,utils&ver=5.4.1:2)
        at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,jquery-ui-core,utils&ver=5.4.1:2)
        at x (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,jquery-ui-core,utils&ver=5.4.1:4)
        at XMLHttpRequest.c (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,jquery-ui-core,utils&ver=5.4.1:4)

    updated to 2.3.4, still having the “endless spinning” problem. javascript console shows:

    Uncaught TypeError: Cannot read property 'new_pos' of null
        at Object.update_simple_ordering_callback [as success] (simple-page-ordering.min.js?ver=2.1:1)
        at i (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,jquery-ui-core,utils&ver=5.4.1:2)
        at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,jquery-ui-core,utils&ver=5.4.1:2)
        at x (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,jquery-ui-core,utils&ver=5.4.1:4)
        at XMLHttpRequest.c (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,jquery-ui-core,utils&ver=5.4.1:4)

    same problem here. Every reference I’ve found to that error talks about exceeding disk quota – but I know that’s not a problem for me. Reallllly wish this worked. It’s a simple solution to such a repetitive task…

    Been trying to figure out this jetpack conflict for some time – having the same problem. Basically when you click the icon to insert a new contact form, a thickbox appears, but it is totally blank. Console shows this 403 error:

    GET https://mysite.com/wp-admin/admin-ajax.php?post_id=4&action=grunion_form_builder& 403 (Forbidden) load-scripts.php:2
    (anonymous function) load-scripts.php:2
    v.fn.extend.domManip load-scripts.php:2
    v.fn.extend.append load-scripts.php:2
    tb_show load-scripts.php:265
    tb_click load-scripts.php:95
    v.event.dispatch load-scripts.php:2
    o.handle.u load-scripts.php:2
    Thread Starter Israel Curtis

    (@somatic)

    wait — Caspar?? oh wow small world…

    I guess I could split the job up, though this is one of the smallest sites I manage, and if this is too many files, i’m going to be up a creek with the rest.

    So I understand the ZipArchive explanation – but why did BackWPup work so well and so quickly zipping up these same files before version 3? Can I go back to the old zip implementation somehow?

    I’m looking for the exact same functionality. I found this support discussion
    https://www.gravityhelp.com/forums/topic/upload-update

    but this is from before the 1.6 update, and mentions it *may* be considered for the 1.7 update.

    I’ve heard there are some file-handling hooks available in gravity forms?

    just checked – using 2.0.3

    only thing somewhat out of date is my APC is less than 3.1.1

    Hmmm…. maybe my apc is too old? (though he says it would work..)

    Jaquith sez:

    Yes! APC 3.1.1+ supports incrementers and handles its own cleanup of expired objects, so it works just fine for Batcache. Lower versions of APC will work, but the hits trigger will be disabled.

    Tried completely vanilla fresh 3.3.2 install, only plugins are the apc object-cache and batcache’s advanced-cache. Theme is twentyeleven. Patched batcache as indicated by styledev.

    Running PHP 5.2.12, with APC 3.0.19.

    Still no debug batcache output in source…

    I’ve found TTFB almost always goes up when using APC at all. I understand why APC is supposed to speed things up, and it probably does help following operations, but each page load is easily 1-2 seconds longer simply from TTFB (server taking that long just to start a response. After that, everything comes thru very quick…

    I still get no debug output, even with the mentioned fix and $debug = true…

    on WP 3.3.2, I have APC active, the apc object-cache.php and advanced-cache.php installed correctly, the batcache manager plugin, and WP_CACHE set true in wp-config…

    How can I tell if batcache is working without that debug output?

    And is it normal to see my TTFB increase with this setup?

    I’m experiencing the same. Flash embed is working, but no fallback to HTML5 (just a black box) when on iPad or iPhone. I’m not playing video, only mp3 audio.

    if I touch the black box, I see a jwplayer logo appear, and occasionally I see a bit of an error message: “network failed or because the format is not supported”.

    Site where problem is happening:

    https://www.thebirthyear.com/tracks/

    Thread Starter Israel Curtis

    (@somatic)

    but if I skip it, can I still use p2p_connect() to establish the relationship?

    Somehow I thought I had to declare the relationship between types first with p2p_register_connection_type() and then p2p_connect() to create each individual connection…

    Thread Starter Israel Curtis

    (@somatic)

    I have a custom post type that I’m registering with p2p, but I don’t actually want to display the connection box on the edit page for that type – I only want to create p2p connections programmatically (not allow user to do so manually).

    I took a wild guess and put

    p2p_register_connection_type( array(
    	'from' => 'foo',
    	'to' => 'bar',
    	'context' => 'none'
    ) );

    in my p2p_register_connection_type.

    It seems to work – the metabox isn’t showing, but am I breaking something by doing this?

    Thread Starter Israel Curtis

    (@somatic)

    Thanks – the 0.8a fixed it.

    Context worked too, but wondering how I can change the order of metaboxes displaying – I know “normal” comes before “advanced”, but I’d prefer the connection box display in a specific order, among the other metaboxes I’m creating for my custom post type. That’s why I wondered if I could programmatically spawn it myself. Even better would be for me to be able to display the connection box UI components within another custom metabox I’ve created to display additional information about the connected posts.

    Many versions ago, I was actually able to do this by calling a p2p class directly:

    $args = array(
    	'from' => 'stills',
    	'to' => 'releases',
    	'box' => 'P2P_Box_2',
    	'title' => 'Foobar',
    	'reciprocal' => false,
    );
    $foo = new P2P_Box_Multiple($args, false, 0);

    This doesn’t work anymore – is there a new way I can “inject” the connection box UI elsewhere?

    Thread Starter Israel Curtis

    (@somatic)

    p2p_register_connection_type( array(
    	'from' => array('stills','videos'),
    	'to' => 'releases',
    ) );
Viewing 15 replies - 1 through 15 (of 23 total)