Title: Parse error
Last modified: August 21, 2016

---

# Parse error

 *  Resolved [velodaecher](https://wordpress.org/support/users/velodaecher/)
 * (@velodaecher)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/parse-error-261/)
 * can anybody help me?
 * Parse error: syntax error, unexpected T_FUNCTION in /home/www/web182/html/de/
   wp-content/plugins/easy-team-manager/index.php on line 122
 * [https://wordpress.org/plugins/easy-team-manager/](https://wordpress.org/plugins/easy-team-manager/)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/parse-error-261/#post-5002485)
 * [FTP](http://codex.wordpress.org/FTP_Clients) into your site (or use whatever
   file management application your host provides) & delete the wp-content/plugins/
   easy-team-manager folder.
 *  [Kamal Karki](https://wordpress.org/support/users/kmlkrki/)
 * (@kmlkrki)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/parse-error-261/#post-5002500)
 * Hello velodaecher,
    what version of wordpress are you using The plugin will work
   if you replace
 *     ```
       add_shortcode('easy-team-manager',function($atts){
       --shortcode_content--
       });
       ```
   
 * to
 *     ```
       add_shortcode('easy-team-manager', 'easy_team_manager_shortcode');
       function easy_team_manager_shortcode($atts){
       --shortcode_content--
       }
       ```
   
 * Hope it will work
 *  Plugin Author [JW Themes](https://wordpress.org/support/users/jwthemes/)
 * (@jwthemes)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/parse-error-261/#post-5002505)
 * We have fixed the issues and updated the plugin, so please update your plugin.
   
   and It’s recommend to always use Latest version of WordPress.
 *  Thread Starter [velodaecher](https://wordpress.org/support/users/velodaecher/)
 * (@velodaecher)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/parse-error-261/#post-5002507)
 * thanks a lot [@kmlkrki](https://wordpress.org/support/users/kmlkrki/). the problem
   is solved 🙂
 *  [Kamal Karki](https://wordpress.org/support/users/kmlkrki/)
 * (@kmlkrki)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/parse-error-261/#post-5002513)
 * Hello velodaecher,
    Don’t forget to rate the plugin

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

The topic ‘Parse error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-team-manager_91a299.svg)
 * [Easy Team Manager](https://wordpress.org/plugins/easy-team-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-team-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-team-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-team-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-team-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-team-manager/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [Kamal Karki](https://wordpress.org/support/users/kmlkrki/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/parse-error-261/#post-5002513)
 * Status: resolved