Title: Throwing me error
Last modified: September 3, 2016

---

# Throwing me error

 *  [aanthony](https://wordpress.org/support/users/aanthony/)
 * (@aanthony)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/throwing-me-error/)
 * I’m getting the following error after installing this plugin –
    [Error Screenshot here](https://drive.google.com/file/d/0B90SBTqxxkRBeXRIbTBLcUVnYjA/view?usp=sharing)
 * I tried this with multiple WordPress installation and result is the same.

Viewing 1 replies (of 1 total)

 *  [ovann86](https://wordpress.org/support/users/ovann86/)
 * (@ovann86)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/throwing-me-error/#post-7983396)
 * aanthony –
 * I see the developer has been aware of this bug for at least 8 months but hasn’t
   yet implmeneted a fix.
 * I’ll log another support thread to try to get the attention of the developer,
   but you just need to add isset before it’s used.
 * FILE: wp-filemanager.php
    LINE: 65
 * FROM:
 * if ($_GET[‘action’] == ‘edit’)
 * TO:
 * if (isset($_GET[‘action’]) && $_GET[‘action’] == ‘edit’)
 * The developer correctly did this in other areas of the plugin and must have just
   forgotten for this line.
 * ** this relates only to the ‘indefined index’ error **

Viewing 1 replies (of 1 total)

The topic ‘Throwing me error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-filemanager.svg)
 * [wp-FileManager](https://wordpress.org/plugins/wp-filemanager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-filemanager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-filemanager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-filemanager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-filemanager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-filemanager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ovann86](https://wordpress.org/support/users/ovann86/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/throwing-me-error/#post-7983396)