Title: Possible Bug/PHP Version Issue?
Last modified: August 22, 2016

---

# Possible Bug/PHP Version Issue?

 *  [Brian DiChiara](https://wordpress.org/support/users/briandichiara/)
 * (@briandichiara)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/possible-bugphp-version-issue/)
 * When I install this plugin on my local WP site, it doesn’t work display the Settings
   page. I managed to pinpoint the issue to this line:
 * (#217 of index.php)
 * $required_capability = $this->get_option_user_capability() || ‘manage_options’;
 * This simply returns “true” instead of the desired “manage_options” value. I had
   to change it to this for it to work:
 * $required_capability = $this->get_option_user_capability() ? $this->get_option_user_capability():‘
   manage_options’;
 * I’m currently running PHP 5.4.16.
 * [https://wordpress.org/plugins/drag-drop-featured-image/](https://wordpress.org/plugins/drag-drop-featured-image/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [plizzo](https://wordpress.org/support/users/plizzo/)
 * (@plizzo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/possible-bugphp-version-issue/#post-5602845)
 * Hi,
 * I noticed that this has been posted about in another thread as well. It’s been
   like this for well over a year without any issues, but it must of couse be something
   I’ve done in the code. I’ll look into it as fast as possible!
 * Regards,
    Jonathan

Viewing 1 replies (of 1 total)

The topic ‘Possible Bug/PHP Version Issue?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/drag-drop-featured-image_f3d8cb.svg)
 * [Drag & Drop Featured Image](https://wordpress.org/plugins/drag-drop-featured-image/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/drag-drop-featured-image/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/drag-drop-featured-image/)
 * [Active Topics](https://wordpress.org/support/plugin/drag-drop-featured-image/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/drag-drop-featured-image/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/drag-drop-featured-image/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [plizzo](https://wordpress.org/support/users/plizzo/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/possible-bugphp-version-issue/#post-5602845)
 * Status: not resolved