Errors in PHP 5.5 in debug
-
These errors show up in php 5.5 and 5.6 while WP_DEBUG = true.:
Strict Standards: Non-static method scabn_Backend::scabn_init() should not be called statically in /mnt/webc/d3/15/51893315/htdocs/opajaap/test/wordpress/wp-content/plugins/simple-cart-buy-now/classes/backend.php on line 53 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /mnt/webc/d3/15/51893315/htdocs/opajaap/test/wordpress/wp-content/plugins/simple-cart-buy-now/classes/backend.php:53) in /mnt/webc/d3/15/51893315/htdocs/opajaap/test/wordpress/wp-content/plugins/simple-cart-buy-now/classes/backend.php on line 58 Strict Standards: Non-static method scabn_Backend::request() should not be called statically in /mnt/webc/d3/15/51893315/htdocs/opajaap/test/wordpress/wp-content/plugins/simple-cart-buy-now/classes/backend.php on line 62 Warning: Cannot modify header information - headers already sent by (output started at /mnt/webc/d3/15/51893315/htdocs/opajaap/test/wordpress/wp-content/plugins/simple-cart-buy-now/classes/backend.php:53) in /mnt/webc/d3/15/51893315/htdocs/opajaap/test/wordpress/wp-content/plugins/qtranslate/qtranslate_core.php on line 71 Deprecated: Non-static method scabn_Backend::getCurrencies() should not be called statically, assuming $this from incompatible context in /mnt/webc/d3/15/51893315/htdocs/opajaap/test/wordpress/wp-content/plugins/simple-cart-buy-now/classes/display.php on line 237
Please fix them
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Errors in PHP 5.5 in debug’ is closed to new replies.