nazarmak
Forum Replies Created
-
Hi,
thanks for your quick response..
yes, I used the HTTP POST method in my code.and used query string as pass the parameter, which is wrong.
first time i used the wordpress with android app so i am little bit confused.so provide me the solution of these issue.1). can you provide me the full life cycle working of this plugin.
2). can you provide the example or working demo to integrate the android app using this plugin.
3). I checked your documentation of register api section. but not getting your point that how to used the token_id and os paramater. can you provide a example to do it.
Thanks in advance..when i try to disable the OAuth under Push Notifications then it display the this type of error
/pnfw/register/?token=APA91bH6V6uvRpZcD4f1QKb4TIWwZTC8lZFezZWtq6DrBERsssl8GjX2_qnsHKGYnh4NOVC6YqrKzEDU-CtN2KETpFlmCWYjmy3TSKf3FvYxGkJP6-AHflBCfQLhOvc0YRLpXN5s-dzc_d7NaiNjSZH72ElYgfeoWw&os=Android API Error (500) from IP address xx.xx.xx.xx: Internal Server Error, Mandatory parameter os missing.
whenever i include the os in the given url like this https://yoursite.com/pnfw/register/?token=new_device_id&os=Android
when i check my wp_push_logs table or debug section then some record founds like this
/pnfw/register/?token=APA91bH5iXncA9w0L-Co5WxaxALkbibEnti-E5m4CQt6HtWfTtNQpH5evHFpl4JAN9puA-TxuukVpa2NJ131Rz4hBuNfBdNfeczx0esuBqt3rQEs_wEPxjvdvx3yrALj22HW5sNYZF0SDuudQJR2LWvTr961p6x1cg&os=Android API Error (401) from IP address 103.21.186.154: Unauthorized, Parameter oauth_consumer_key is missing.
Hi Guys,
you can still get it working by dragging the ‘general options’ tab to the bottom.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce order date not showing correctlyI found a solution using edit this file woocommerce/includes/admin/class-wc-admin-post-types.php
go to line no 464 then remove this code .esc_html( apply_filters( ‘post_date_column_time’, $h_time, $post ) ). and replace this esc_attr( $t_time )Forum: Plugins
In reply to: [WooCommerce] WooCommerce order date not showing correctlyI found a solution using edit this file woocommerce/includes/admin/class-wc-admin-post-types.php
go to line no 464 then remove this code .esc_html( apply_filters( ‘post_date_column_time’, $h_time, $post ) ). and replace this esc_attr( $t_time )Forum: Plugins
In reply to: [WP Property Sale/Rent] Fatal error: Call to undefined functionHi siddhesh1989
I have the same issue if you solved your problem then try to help me..
My listing page show only one property
fatal error :call to undifined function
Forum: Themes and Templates
In reply to: post not show on blog pageshere is my htaccess file code
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /genesisdur/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /genesisdur/index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: [WP Photo Album Plus] shortcode not working