I get this error when I uninstall the module:

Warning: rmdir(/.../drupal-7.8/sites/.../files/css3pie) [function.rmdir]: Directory not empty in drupal_rmdir() (line 2326 of /.../drupal-7.8/includes/file.inc).

Comments

mshepherd’s picture

The only file in that directory is css3pie.css which must have been created by this module.

iler’s picture

Assigned: Unassigned » iler
Status: Active » Fixed

Fixed this one in latest dev. There was actually check for only rmdir and no unlinking of files before that. So that's why uninstall gave this error.

mshepherd’s picture

that's great, thanks,
matthew

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.