Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#10887 closed defect (bug) (invalid)

Attempting to disable plugin caused error.

Reported by: hobbespdx's profile HobbesPDX Owned by: westi's profile westi
Milestone: Priority: high
Severity: normal Version: 2.8.4
Component: Plugins Keywords:
Focuses: Cc:

Description

I'm not clear what's caused this.
But when I attempted to disable a plugin, I got this message;
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Warning: readdir(): supplied argument is not a valid Directory resource in /home2/valeried/public_html/wp-content/plugins/facelift-image-replacement/flir.php on line 41

Warning: closedir(): supplied argument is not a valid Directory resource in /home2/valeried/public_html/wp-content/plugins/facelift-image-replacement/flir.php on line 51

Warning: rmdir() [function.rmdir]: Success in /home2/valeried/public_html/wp-content/plugins/facelift-image-replacement/flir.php on line 53

Warning: Cannot modify header information - headers already sent by (output started at /home2/valeried/public_html/wp-content/plugins/facelift-image-replacement/flir.php:41) in /home2/valeried/public_html/wp-includes/pluggable.php on line 865
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Linux, Apache 2, PHP 5.2.9, WP 2.8.4

Change History (1)

#1 @dd32
15 years ago

  • Milestone Unassigned deleted
  • Resolution set to invalid
  • Status changed from new to closed

The plugin should still have been deactivated, However, Those warnings are from incorrect coding in the Plugin. You'll need to report it to the Plugin Author.

Note: See TracTickets for help on using tickets.