Olly

Forum Replies Created

Viewing 20 posts - 1,301 through 1,320 (of 4,452 total)
  • Author
    Posts
  • in reply to: Paypal Stuck on processing #35756
    Olly
    Admin & Mod
      This reply has been marked as private.
      in reply to: Paypal Stuck on processing #35755
      Olly
      Admin & Mod

        for wppizza v3, the gateway logging has been made global and moved to
        /wp-admin/edit.php?post_type=wppizza&page=settings
        to log all these files in the same place, wppizza/logs

        so first question is:
        are there any paypal related logs in that directory (wp-content/plugins/wppizza/logs/)?
        did you receive any notices/emails to your admin email regarding paypal errors of some sort ?

        that said, if you dont receive any IPN notifications in the first place , there’s nothing to log as it never reaches the server.
        can you show a screenshot of the ipn order history of your paypal account ?
        do those notifications say “sent” or do they say something else ?

        in reply to: Paypal Stuck on processing #35754
        Olly
        Admin & Mod
          This reply has been marked as private.
          in reply to: Paypal Stuck on processing #35748
          Olly
          Admin & Mod

            and how is that a “vague place” anyway? it is specifically written for the wppizza paypal plugin

            in reply to: Paypal IPN issue #35747
            Olly
            Admin & Mod

              Have you setup the IPN notifications ?
              https://www.wp-pizza.com/paypal-gateway-extension/

              in reply to: Paypal Stuck on processing #35745
              Olly
              Admin & Mod

                what are you talking about ?
                do you want me to copy and paste what it says in the troubleshooting section ?
                i cannot possibly do any of this for you as i have no access to your server nor to your paypal account
                once you give me some sort of information as asked there , i might be able to help further

                secondly, you have not even provided the most basic info like a link to your site
                do you want me to guess what version(s) you are running or plugins you are using ?

                furthermore, from what i can see i replied to absolutely all emails (not only yesterday , but going back months and years)
                checked your spam folder ? what email did you send it to ? what’s the subject line so i can search for it , in the unlikely case i overlooked this

                i cannot see any topics that are in the moderation queue either

                in reply to: Paypal Stuck on processing #35743
                Olly
                Admin & Mod

                  if it worked for one year, what changed ?
                  in any case, that link i sent you has a troubleshooting section

                  in reply to: Paypal Stuck on processing #35740
                  Olly
                  Admin & Mod

                    you have either not setup IPN or IPN is not working
                    https://www.wp-pizza.com/paypal-gateway-extension/

                    in reply to: wppizza_on_order_execute #35714
                    Olly
                    Admin & Mod
                      This reply has been marked as private.
                      in reply to: wppizza_on_order_execute #35713
                      Olly
                      Admin & Mod
                        This reply has been marked as private.
                        in reply to: wppizza_on_order_execute #35712
                        Olly
                        Admin & Mod
                          This reply has been marked as private.
                          in reply to: wppizza_on_order_execute #35711
                          Olly
                          Admin & Mod
                            This reply has been marked as private.
                            in reply to: wppizza_on_order_execute #35708
                            Olly
                            Admin & Mod
                              This reply has been marked as private.
                              in reply to: wppizza_on_order_execute #35707
                              Olly
                              Admin & Mod
                                This reply has been marked as private.
                                in reply to: wppizza_on_order_execute #35706
                                Olly
                                Admin & Mod
                                  This reply has been marked as private.
                                  in reply to: wppizza_on_order_execute #35696
                                  Olly
                                  Admin & Mod
                                    This reply has been marked as private.
                                    in reply to: wppizza_on_order_execute #35694
                                    Olly
                                    Admin & Mod
                                      This reply has been marked as private.
                                      in reply to: wppizza_on_order_execute #35689
                                      Olly
                                      Admin & Mod

                                        PS: for the future, please wrap code in code tags here
                                        thanks

                                        in reply to: wppizza_on_order_execute #35688
                                        Olly
                                        Admin & Mod
                                          This reply has been marked as private.
                                          in reply to: wppizza_on_order_execute #35686
                                          Olly
                                          Admin & Mod

                                            that’s got nothing to do with anything

                                            again, what do you get when you add
                                            file_put_contents(‘path/to/some/file.log’, print_r($details_completed, true));
                                            directly at the top of your function you are calling with the on_order_Execute hook

                                            i.e

                                            
                                            add_action( 'wppizza_on_order_execute', 'my_order_app', 10, 3);
                                            function my_order_app($order_id, $details_completed, $tid) {
                                            file_put_contents('path/to/some/file.log', print_r($details_completed, true));
                                            }
                                            

                                            post the whole data that you receive in this file

                                          Viewing 20 posts - 1,301 through 1,320 (of 4,452 total)