Forum Replies Created
-
AuthorPosts
-
24 February, 2017 at 4:11 pm in reply to: Stripe Checkout returns Error: Internal Server Error #25845
your first problem is certainly here
you/someone has added
define('WP_MEMORY_LIMIT', '256M');
to the bottom of the wp-config.phpit simply does not belong there and it will have no other effect except throwing errors
any customisation of the wp-config belongs ABOVE/* That's all, stop editing! Happy blogging. */so – perhaps you are simply running out of memory when executing an order.
i’ll do a test here regardless (with the proper wp-config.php) and let you know24 February, 2017 at 3:34 pm in reply to: Stripe Checkout returns Error: Internal Server Error #25841This reply has been marked as private.24 February, 2017 at 3:26 pm in reply to: Stripe Checkout returns Error: Internal Server Error #25839This reply has been marked as private.24 February, 2017 at 3:23 pm in reply to: Stripe Checkout returns Error: Internal Server Error #25837This reply has been marked as private.24 February, 2017 at 3:21 pm in reply to: Stripe Checkout returns Error: Internal Server Error #25836This reply has been marked as private.24 February, 2017 at 3:14 pm in reply to: Stripe Checkout returns Error: Internal Server Error #25834This reply has been marked as private.in fact – to preempt things –
https://wordpress.org/plugins/wppizza/changelog/2.16.11.19
* fix: in non-english websites, any delivery charges below 1.00 – although correctly calculated – were not displayed in cart and order page
31st January 2017wppizza and dbp plugin
which version are you using….
24 February, 2017 at 2:54 pm in reply to: Stripe Checkout returns Error: Internal Server Error #25830This reply has been marked as private.24 February, 2017 at 12:16 pm in reply to: Stripe Checkout returns Error: Internal Server Error #25822PS stripe does not need SSL in test mode
24 February, 2017 at 12:15 pm in reply to: Stripe Checkout returns Error: Internal Server Error #25820>Could’ve been that you knew the error and what might cause it.
no, as nobody else has a stripe error and it might well be caused by something else somewhere else (another plugin, theme, custom coding, php setup ….)PS: if you use duplicator, you should be able to clone without ssl (if there’s a plugin that forces ssl , just delete it)
https://en-gb.wordpress.org/plugins/duplicator/24 February, 2017 at 11:15 am in reply to: Stripe Checkout returns Error: Internal Server Error #25814you have to have access to the server / server logs. a 500 error is a server error
somebody has to enable debug or access to the server logsthis cannot be solved without knowing what the exact error is you get server side
23 February, 2017 at 7:37 pm in reply to: Stripe Checkout returns Error: Internal Server Error #25804you need to find out what the 500 error is and where it comes from (could be absolutely from anywhere)
enable debug and check your debug.loghttps://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/
(the Unrecognized option ‘receipt_email’.is inconsequential )
i have never been to your site before, never added anything to the cart and already get items added on your orderpage instead of a “cart is empty”….
looks very much like you are caching the order page
https://support.wp-pizza.com/topic/things-to-do-on-first-install/23 February, 2017 at 5:15 pm in reply to: wppizza_on_order_executed is not working on Versie: 2.16.11.21 #25788this works just fine from what i can tell. (there’s nothing that’s changed there between those 2 versions you mentioned above anyway)
without at least a link to your site, i cannot comment
i know. thanks for reminding me though. need to make this work for 2.x too (just havent had the chance…..)
-
AuthorPosts