Title: Fatal error when installing plugin
Last modified: August 5, 2017

---

# Fatal error when installing plugin

 *  Resolved [truongwp](https://wordpress.org/support/users/truongwp/)
 * (@truongwp)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-when-installing-plugin-3/)
 * I see this error when installing plugin version 1.0.5 from WordPress plugin repo:
 * `Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AND), expecting ')' in/
   home1/ngoanh/public_html/balohanoi.vn/wp-content/plugins/wp-megamenu/classes/
   class.wp-megamenu.php on line 116`
 * I think `if ( ! empty($item->type && $item->type === 'wpmm_social'))` should 
   be `if ( ! empty( $item->type ) && $item->type === 'wpmm_social' )`

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Jakir Hasan](https://wordpress.org/support/users/jakirhasan/)
 * (@jakirhasan)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-when-installing-plugin-3/#post-9386572)
 * Thank you so much for bug report. We already fixed this issue. Soon, we will 
   release update with adding few new features.
 * Have a nice day.
 *  Thread Starter [truongwp](https://wordpress.org/support/users/truongwp/)
 * (@truongwp)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-when-installing-plugin-3/#post-9386603)
 * Ok. Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fatal error when installing plugin’ is closed to new replies.

 * ![](https://ps.w.org/wp-megamenu/assets/icon-256x256.jpg?rev=2451874)
 * [WP Mega Menu](https://wordpress.org/plugins/wp-megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-megamenu/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [truongwp](https://wordpress.org/support/users/truongwp/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-when-installing-plugin-3/#post-9386603)
 * Status: resolved