WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Send order button not working
- AuthorPosts
- 23 January, 2019 at 2:56 pm #41106
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]
23 January, 2019 at 2:58 pm #41113can i have a link to the site please ?
23 January, 2019 at 3:11 pm #41114guessing 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 anymore24 January, 2019 at 12:54 pm #41135This reply has been marked as private.24 January, 2019 at 1:01 pm #41136This reply has been marked as private.24 January, 2019 at 1:09 pm #41137This reply has been marked as private. - AuthorPosts
- The topic ‘Send order button not working’ is closed to new replies.