WPPizza – A Restaurant Plugin for WordPress › Support › Add-Ons › Extensions › Google Cloudprint › Cloudprint does not work on nginx / fastcgi
- AuthorPosts
- 31 March, 2017 at 2:27 pm #26677
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?
31 March, 2017 at 2:31 pm #26678enable debug and check your debug log
https://www.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/31 March, 2017 at 2:32 pm #26679also check your console.
sounds more like a javascript error31 March, 2017 at 3:13 pm #26680This 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 thewp_enqueue_scripts
,admin_enqueue_scripts
, orlogin_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 thewp_enqueue_scripts
,admin_enqueue_scripts
, orlogin_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 thewp_enqueue_scripts
,admin_enqueue_scripts
, orlogin_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 thewp_enqueue_scripts
,admin_enqueue_scripts
, orlogin_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 thewp_enqueue_scripts
,admin_enqueue_scripts
, orlogin_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 thewp_enqueue_scripts
,admin_enqueue_scripts
, orlogin_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 thewp_enqueue_scripts
,admin_enqueue_scripts
, orlogin_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 thewp_enqueue_scripts
,admin_enqueue_scripts
, orlogin_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 10831 March, 2017 at 3:19 pm #26682> 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)
31 March, 2017 at 4:30 pm #26684Olly you are the BEST!
- AuthorPosts
- The topic ‘Cloudprint does not work on nginx / fastcgi’ is closed to new replies.