Order confirmation not redirecting to Paypal.
Hi, when confirming a advert submission, its not redirecting to paypal. This is one of the issues id had with the previous version of classipress i was using.
Ive put debug on and this is the error message thats showing up below, the page is just redirected to the Thank you for your purchase page with a 0 total.
Not sure if its relevant to paypal not being redirected? Any ideas?
WordPress database error: [Table 'farangmart.wp_p2p' doesn't exist]
SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_p2p WHERE 1=1 AND wp_posts.post_type IN ('transaction', 'ad_listing') AND ((wp_posts.post_status <> 'trash' AND wp_posts.post_status <> 'auto-draft')) AND (wp_p2p.p2p_type = 'order-connection' AND wp_posts.ID = wp_p2p.p2p_to AND wp_p2p.p2p_from IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (175590) AND wp_posts.post_type IN ('transaction', 'ad_listing') AND ((wp_posts.post_status <> 'trash' AND wp_posts.post_status <> 'auto-draft')) ORDER BY wp_posts.post_date DESC )) ORDER BY wp_posts.post_date DESC
Thanks