WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
ERROR: Payment status or payment method is not defined.
Fields:PayPal Page: (I didn't understand should there be something and what?)PDT Identity Token: (I didn't understand should there be something and what?)
is your shop registered in the paypal-administration??
Paypal-Page: is the adress of the shop - normalize also registered in your paypal-administration, look there to the correct url and use copy&pastenormalize it is the absolute url to your shop-page
$active = true; // IPN on = true, IPN off = false$debug = false; // Enable debug mode$sandbox = false; // Use paypal sandbox$delay = false;
Do you think the problem can appear because by some reason the WB doesn't recognize the domain? For example I couldn't exter the e-mail address in the settings ... the WB doesn't recognize it as e-mail "info@transfer.photography" - gave me error - this is not valid e-mail address ....
please look into the database from bakery_general_sett ings and there specially to the shop_email. is it the exact!!! the same mailadress, what you've write in the input field?
E-mail error in Settings - Admin E-mail - I set e-mail: info@transfer.photography
$pattern = '/^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*\.(([0-9]{1,3})|([a-zA-Z]{2,6}))$/';
$pattern = '/^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*\.(([0-9]{1,3})|([a-zA-Z]{2,}))$/';
go into the ipn.php of your payment method and set this variabels (debud && sandbox) step by step to TRUE, then try againCode: [Select]$active = true; // IPN on = true, IPN off = false$debug = false; // Enable debug mode$sandbox = false; // Use paypal sandbox$delay = false;i hope, you get there some more informationsQuoteDo you think the problem can appear because by some reason the WB doesn't recognize the domain? For example I couldn't exter the e-mail address in the settings ... the WB doesn't recognize it as e-mail "info@transfer.photography" - gave me error - this is not valid e-mail address ....we will check that - but if i look into the code from bakery, the code tell's me, you get no replay from paypal
INVALID[2018-02-21 12:38 Etc/UTC] INVALID IPN: The transaction is invalid and has not been completed.
$debug = true;