• FYI – I had to disable the curl section in wp-wikibox/includes/functions.php because curl would not return anything if the summary was too large…

    function wikibox_get_data( $url, $post = false, $post_content='' ) {
            global $wikibox_options;
    
            try {
                // jsmoriss - disabled because it seems to choke on too much content
                if( function_exists( 'DISABLED_curl_init' ) ) {
                    $curl = curl_init(); // init the curl

    http://wordpress.org/extend/plugins/wp-wikibox/

  • The topic ‘[Plugin: WP-WikiBox] curl chokes on too much summary’ is closed to new replies.