Cloudprint does not work on nginx / fastcgi

WPPizza – A Restaurant Plugin for WordPress Support Add-Ons Extensions Google Cloudprint Cloudprint does not work on nginx / fastcgi

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26677
    Lutz Debus
    Participant

      I changed the server from apache to php5.6x to ngnix php-pfm / fast cgi. All works. but it seems that cloud print do not work. After set the order the thank you page(normal chash payment not the paypal) doesn´t appear. The order is emailed and in the order history. The shopping card is not empty. In the card are the items of the order. When i deactivate the cloudprint plugin the Thank you page appears and all went fine. What can i do? Tourbleshooting? How?

      #26678
      Olly
      Admin & Mod
        #26679
        Olly
        Admin & Mod

          also check your console.
          sounds more like a javascript error

          #26680
          Lutz Debus
          Participant

            This is in the debug

            PHP Notice: Undefined variable: inline_style_td_ctr in /var/www/w2gm.mydomain.de/html/wp-content/plugins/wppizza/inc/markup.order.html.inc.php on line 298
            [31-Mar-2017 13:44:29 UTC] PHP Fatal error: Call to undefined function curl_init() in /var/www/w2gm.mydomain.de/html/wp-content/plugins/wppizza-google-cloudprint/inc/HttpRequest.Class.php on line 43
            [31-Mar-2017 13:44:48 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts , admin_enqueue_scripts , or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/w2gm.mydomain.de/html/wp-includes/functions.php on line 4137
            [31-Mar-2017 13:44:48 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts , admin_enqueue_scripts , or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/w2gm.mydomain.de/html/wp-includes/functions.php on line 4137
            [31-Mar-2017 13:44:48 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts , admin_enqueue_scripts , or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/w2gm.mydomain.de/html/wp-includes/functions.php on line 4137
            [31-Mar-2017 13:44:48 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts , admin_enqueue_scripts , or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/w2gm.mydomain.de/html/wp-includes/functions.php on line 4137
            [31-Mar-2017 13:44:48 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts , admin_enqueue_scripts , or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/w2gm.mydomain.de/html/wp-includes/functions.php on line 4137
            [31-Mar-2017 13:44:48 UTC] PHP Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts , admin_enqueue_scripts , or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/w2gm.mydomain.de/html/wp-includes/functions.php on line 4137
            [31-Mar-2017 13:44:48 UTC] PHP Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts , admin_enqueue_scripts , or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/w2gm.mydomain.de/html/wp-includes/functions.php on line 4137
            [31-Mar-2017 13:44:48 UTC] PHP Notice: wp_register_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts , admin_enqueue_scripts , or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/w2gm.mydomain.de/html/wp-includes/functions.php on line 4137
            [31-Mar-2017 13:44:49 UTC] PHP Notice: Use of undefined constant ‘WP_TEMP_DIR’ – assumed ‘‘WP_TEMP_DIR’’ in /var/www/w2gm.mydomain.de/html/wp-config.php on line 108
            [31-Mar-2017 13:44:49 UTC] PHP Notice: Use of undefined constant ‘wp – assumed ‘‘wp’ in /var/www/w2gm.mydomain.de/html/wp-config.php on line 108
            [31-Mar-2017 13:44:49 UTC] PHP Notice: Use of undefined constant content – assumed ‘content’ in /var/www/w2gm.mydomain.de/html/wp-config.php on line 108
            [31-Mar-2017 13:44:49 UTC] PHP Notice: Use of undefined constant tmp’ – assumed ‘tmp’’ in /var/www/w2gm.mydomain.de/html/wp-config.php on line 108
            [31-Mar-2017 13:44:49 UTC] PHP Warning: Division by zero in /var/www/w2gm.mydomain.de/html/wp-config.php on line 108

            #26682
            Olly
            Admin & Mod

              > PHP Fatal error: Call to undefined function curl_init()
              simple. you do not have curl installed. see requirements https://www.wp-pizza.com/downloads/wppizza-google-cloudprint/

              >PHP Notice: wp_register_style was called incorrectly..
              a plugin/theme of your install calls wp_register_style incorrectly (as it says)

              > Use of undefined constant…
              looks like you defined a constant in the wrong place (that would be my guess anyway) – see WP codex regarding editing wp-config.php
              (or just read what it says in there)

              all in all, it already tells you what your problems are in your debug log. (fatal error being exactly that and your most severe)

              #26684
              Lutz Debus
              Participant

                Olly you are the BEST!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Cloudprint does not work on nginx / fastcgi’ is closed to new replies.