Paypal problem

This topic contains 3 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 2 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
February 7, 2014 at 7:45 pm 15170
Tareq Hasan Hello. After pay per post throught Paypal - status the message "Pay Now" (actually - the post has already been paid) and if click the status message "Pay Now" - will be http://MYSITE/?p=187%2F%3Faction%3Dwpuf_pay&type=post&post_id=187 - result 404 Not Found Sorry, no posts matched your criteria. What fix this????
February 7, 2014 at 8:17 pm 15171
Tareq Hasan Tareq Hasan

Thats a permalink problem. Please change your permalink from the default one by going to wp-admin > Settings > Permalinks section.

February 7, 2014 at 10:15 pm 15178
R R

Hello Tareq!
my links – wp/settings/permanent-links – site /%categories%/%postname%/

in another theme change error – warning:%20Missing%20argument%202%20for%20wpuf_get_option(),%20called%20in%20/home/public_html/wp-content/plugins/wp-user-frontend-pro/class/frontend-dashboard.php%20on%20line%20166%20and%20defined%20in%20/home/sportp/public_html/wp-content/plugins/wp-user-frontend-pro/wpuf-functions.php%20on%20line%20809Notice:%20Undefined%20variable:%20section%20in%20/home/public_html/wp-content/plugins/wp-user-frontend-pro/wpuf-functions.php%20on%20line%20811http://SITE/?p=187/?action=wpuf_pay&type=post&post_id=187

???

February 7, 2014 at 10:31 pm 15180
Tareq Hasan Tareq Hasan

Seems like a small bug in the dashboard.

Please replace the line 166 of `/class/frontend-dashboard.php’ with this:
[php]<a href="<?php echo trailingslashit( get_permalink( wpuf_get_option( ‘payment_page’, ‘wpuf_payment’ ) ) ); ?>?action=wpuf_pay&type=post&post_id=<?php echo $post->ID; ?>"><?php _e( ‘Pay Now’, ‘wpuf’ ); ?></a>[/php]

Viewing 3 Posts - 1 through 3 (of 3 total)