• wordpress 4.4.2 and wp rest Version 1.2.5 on my website,
    when I sent request to fetch all posts on my website, it doesn’t get any response, not showing all post and i will get screen is blank

    is there something of installation or setting I have missed?
    or
    should i installed latest Version 2.0-beta12 on my website.

    Thanks in advance.

    https://wordpress.org/plugins/rest-api/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    when I sent request to fetch all posts on my website, it doesn’t get any response, not showing all post and i will get screen is blank

    It sounds like a fatal may be occurring. Have you written custom code for the REST API which could have an issue with it?

    should i installed latest Version 2.0-beta12 on my website.

    Version 2.0 Beta 12 is what we’re actively working on, and supporting going forward. While we can’t recommend it for production use yet, because its still a beta, it’s certainly what you should be working with locally.

    Thread Starter rahuls2704

    (@rahuls2704)

    same problem with me
    when I sent request to fetch all posts on my website, it doesn’t get any response, not showing all post and i will get screen is blank.

    Thanks in advance.

    Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    when I sent request to fetch all posts on my website, it doesn’t get any response, not showing all post and i will get screen is blank.

    Can you add define( 'WP_DEBUG', true ); to your wp-config.php file, repeat the request, and share the error you see?

    Thread Starter rahuls2704

    (@rahuls2704)

    Thanks for your response.
    I will get back to you.

    Thread Starter rahuls2704

    (@rahuls2704)

    Hello sir,
    when i add define( ‘WP_DEBUG’, true ); in wp-config.php file, showing following results

    **************************************************************************

    Strict Standards: Non-static method mijnpress_plugin_framework::is_admin() should not be called statically in /home3/justboll/public_html/wp-content/plugins/antispam-for-all-fields/antispam-for-all-fields.php on line 147

    Notice: WP_User->id was called with an argument that is deprecated since version 2.1! Use WP_User->ID instead. in /home3/justboll/public_html/wp-includes/functions.php on line 3737

    Strict Standards: Declaration of antispam_for_all_fields::addPluginSubMenu() should be compatible with mijnpress_plugin_framework::addPluginSubMenu($title, $function, $file, $capability = 10, $where = ‘plugins.ph…’) in /home3/justboll/public_html/wp-content/plugins/antispam-for-all-fields/antispam-for-all-fields.php on line 165

    Strict Standards: Declaration of antispam_for_all_fields::addPluginContent() should be compatible with mijnpress_plugin_framework::addPluginContent($filename, $links, $file, $config_url = NULL) in /home3/justboll/public_html/wp-content/plugins/antispam-for-all-fields/antispam-for-all-fields.php on line 165

    Warning: Cannot modify header information – headers already sent by (output started at /home3/justboll/public_html/wp-content/plugins/antispam-for-all-fields/antispam-for-all-fields.php:147) in /home3/justboll/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 60

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in /home3/justboll/public_html/wp-includes/functions.php on line 3624

    Warning: Cannot modify header information – headers already sent by (output started at /home3/justboll/public_html/wp-content/plugins/antispam-for-all-fields/antispam-for-all-fields.php:147) in /home3/justboll/public_html/wp-content/plugins/json-rest-api/lib/class-wp-json-server.php on line 587

    Warning: Cannot modify header information – headers already sent by (output started at /home3/justboll/public_html/wp-content/plugins/antispam-for-all-fields/antispam-for-all-fields.php:147) in /home3/justboll/public_html/wp-content/plugins/json-rest-api/lib/class-wp-json-server.php on line 587

    Please Help…..

    Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Version 1.2.5 not work on my website, is there something i have missed’ is closed to new replies.