Send order button not working

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #41106
    nac
    Participant

      Hello
      I have a problem with the send order. the order is not sent when send order button is clicked ie goes back to the order form page.
      and this is what the debug log file generates.Any help would be very much appreciated.Thank you.

      
      [23-Jan-2019 11:32:41 UTC] in /customers/2/5/1/rotanapizza.co/httpd.www/wp-includes/class-wp-hook.php on line 286
      [23-Jan-2019 11:32:55 UTC] PHP Deprecated:  Non-static method wpTrigger::register_settings() should not be called statically in /customers/2/5/1/rotanapizza.co/httpd.www/wp-includes/class-wp-hook.php on line 286
      [23-Jan-2019 11:36:09 UTC] PHP Notice:  Undefined offset: 1 in /customers/2/5/1/rotanapizza.co/httpd.www/wp-content/plugins/wppizza-add-ingredients/wppizza-addingredients.php on line 1143
      [23-Jan-2019 11:36:09 UTC] PHP Notice:  Undefined offset: 1 in /customers/2/5/1/rotanapizza.co/httpd.www/wp-content/plugins/wppizza-add-ingredients/wppizza-addingredients.php on line 1148
      [23-Jan-2019 11:36:09 UTC] PHP Notice:  Undefined offset: 1 in /customers/2/5/1/rotanapizza.co/httpd.www/wp-content/plugins/wppizza-add-ingredients/wppizza-addingredients.php on line 1148
      [23-Jan-2019 11:36:09 UTC] PHP Notice:  Undefined offset: 1 in /customers/2/5/1/rotanapizza.co/httpd.www/wp-content/plugins/wppizza-add-ingredients/wppizza-addingredients.php on line 1155
      [23-Jan-2019 11:36:09 UTC] PHP Warning:  array_sum() expects parameter 1 to be array, null given in /customers/2/5/1/rotanapizza.co/httpd.www/wp-content/plugins/wppizza-add-ingredients/wppizza-addingredients.php on line 1155
      [23-Jan-2019 11:36:09 UTC] PHP Notice:  Undefined offset: 1 in /customers/2/5/1/rotanapizza.co/httpd.www/wp-content/plugins/wppizza-add-ingredients/wppizza-addingredients.php on line 1143
      [23-Jan-2019 11:36:09 UTC] PHP Notice:  Undefined offset: 1 in /customers/2/5/1/rotanapizza.co/httpd.www/wp-content/plugins/wppizza-add-ingredients/wppizza-addingredients.php on line 1148
      [23-Jan-2019 11:36:09 UTC] PHP Notice:  Undefined offset: 1 in /customers/2/5/1/rotanapizza.co/httpd.www/wp-content/plugins/wppizza-add-ingredients/wppizza-addingredients.php on line 1148
      [23-Jan-2019 11:36:09 UTC] PHP Notice:  Undefined offset: 1 in /customers/2/5/1/rotanapizza.co/httpd.www/wp-content/plugins/wppizza-add-ingredients/wppizza-addingredients.php on line 1155
      [23-Jan-2019 11:36:09 UTC] PHP Warning:  array_sum() expects parameter 1 to be array, null given in /customers/2/5/1/rotanapizza.co/httpd.www/wp-content/plugins/wppizza-add-ingredients/wppizza-addingredients.php on line 1155
      [23-Jan-2019 11:38:53 UTC] PHP Deprecated:  Non-static method wpTrigger::register_settings() should not be called statically in /customers/2/5/1/rotanapizza.co/httpd.www/wp-includes/class-wp-hook.php on line 286
      

      [edit by admin: most duplicate log lines removed, wrapped in code tags]

      #41113
      Olly
      Admin & Mod

        can i have a link to the site please ?

        #41114
        Olly
        Admin & Mod

          guessing that it might be http://www.rotanapizza.co:

          you have a ton of javascript errors as you are loading (my guess is some other plugin is doing that) an external version of jquery
          as opposed to the one that comes with WordPress. Thats simply not a good idea (even more so if it’s a different version)

          you must fix that first
          i’d also suggest you do not minify things before you know it all works, some plugins combine js and css in the wrong order which will cause you all sorts of issues, so make sure it works first without , before doing this so you know where to look when it does not work anymore

          #41135
          nac
          Participant
            This reply has been marked as private.
            #41136
            Olly
            Admin & Mod
              This reply has been marked as private.
              #41137
              nac
              Participant
                This reply has been marked as private.
              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Send order button not working’ is closed to new replies.