michakpl / woocommerce-gateway-dotpay

WordPress/WooCommerce plugin adding form based Dotpay payment gateway
MIT License
1 stars 2 forks source link

Plugin crashes WP on activation #1

Closed niczyje closed 9 years ago

niczyje commented 9 years ago

Unfortunately the plugin crashes WP during activation.

michakpl commented 9 years ago

Do you have any other plugins installed next to WooCommerce and WC Gateway Dotpay plugin? If yes, please try to disable one by one and check if error still occurs.

Please also put following code in your wp-config.php file to enable debugging, and send me full error message.

define( 'WP_DEBUG', true );

Thanks, Michal