Title: PHP code error in Mailer Dragon
Last modified: November 21, 2018

---

# PHP code error in Mailer Dragon

 *  Resolved [Big Frank](https://wordpress.org/support/users/big-frank/)
 * (@big-frank)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/php-code-error-in-mailer-dragon/)
 * I decided to install the “Catalog Newsletter” from the Extensions list. Installation
   went fine but when I tried to activate it I got this message:
 * > Parse error: syntax error, unexpected ‘&&’ (T_BOOLEAN_AND), expecting ‘)’ in/
   > var/www/vhosts/mysite.co.uk/wp-content/plugins/mailer-dragon/functions/shortcodes.
   > php on line 34
 * Turns out this line :
 * `if ( !empty( $post_type && !empty( $post_id ) ) ) {`
 * should be :
 * `if ( !empty( $post_type ) && !empty( $post_id ) ) {`
 * Once I changed that it activated just fine.
 * FYI
    -  This topic was modified 7 years, 6 months ago by [Big Frank](https://wordpress.org/support/users/big-frank/).
    -  This topic was modified 7 years, 6 months ago by [Big Frank](https://wordpress.org/support/users/big-frank/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [ndre](https://wordpress.org/support/users/ndre/)
 * (@ndre)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/php-code-error-in-mailer-dragon/#post-10938781)
 * Hello [@big-frank](https://wordpress.org/support/users/big-frank/),
 * Thank you for reporting this, however the Mailer Dragon support forum is located
   here: [https://wordpress.org/support/plugin/mailer-dragon](https://wordpress.org/support/plugin/mailer-dragon)
 * The plugin has already been updated and this problem should be solved.

Viewing 1 replies (of 1 total)

The topic ‘PHP code error in Mailer Dragon’ is closed to new replies.

 * ![](https://ps.w.org/ecommerce-product-catalog/assets/icon-128x128.png?rev=1103243)
 * [eCommerce Product Catalog Plugin for WordPress](https://wordpress.org/plugins/ecommerce-product-catalog/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ecommerce-product-catalog/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ecommerce-product-catalog/)
 * [Active Topics](https://wordpress.org/support/plugin/ecommerce-product-catalog/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ecommerce-product-catalog/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ecommerce-product-catalog/reviews/)

## Tags

 * [php-error](https://wordpress.org/support/topic-tag/php-error/)

 * 1 reply
 * 2 participants
 * Last reply from: [ndre](https://wordpress.org/support/users/ndre/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/php-code-error-in-mailer-dragon/#post-10938781)
 * Status: resolved