• Installing developer plugins throws this error:

    Strict Standards: Declaration of Automattic_Developer_Empty_Upgrader_Skin::request_filesystem_credentials() should be compatible with WP_Upgrader_Skin::request_filesystem_credentials($error = false) in /Users/kievins/Sites/planetshine/pandora/woo/wp-content/plugins/developer/includes/class-empty-upgrader-skin.php on line 5

    Strict Standards: Declaration of Automattic_Developer_Empty_Upgrader_Skin::error() should be compatible with WP_Upgrader_Skin::error($errors) in /Users/kievins/Sites/planetshine/pandora/woo/wp-content/plugins/developer/includes/class-empty-upgrader-skin.php on line 5

    Strict Standards: Declaration of Automattic_Developer_Empty_Upgrader_Skin::feedback() should be compatible with WP_Upgrader_Skin::feedback($string) in /Users/kievins/Sites/planetshine/pandora/woo/wp-content/plugins/developer/includes/class-empty-upgrader-skin.php on line 5
    ERROR: Failed to install plugin: Please ensure the file system is writeable

    You can fix it by updating class-empty-upgraded-skin.php functions request_filesystem_credentials(), error(), feedback() to include the default argument from parent class WP_Upgrader_Skin.

    http://wordpress.org/plugins/developer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am also getting fails on plugin install. the main DEVELOPER plug runs fine but LOG VIEWER, MONSTER WIDGET, USER SWITCHING all fail with the following message.

    ERROR: Error fetching plugin information: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.

    No DEBUG.LOG file generated (yes despite it being Monday morning, I have checked that config has define(‘WP_DEBUG’, true); )

    Problem occurs after updating to 3.6. Other sites fine on 3.5.1

    I’m getting this exact error as well. I know my way around a Linux OS and this plugin should be able to write where it needs to.

    @kievins, could you do me a solid and post verbatim the changes you made to get this to work? I’m new to theme development, tried a few changes but none of them worked. Would be much appreciated. Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Developer plugin install fails on WP 3.6’ is closed to new replies.