Closed (fixed)
Project:
css3pie
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Oct 2011 at 15:23 UTC
Updated:
17 Nov 2011 at 11:20 UTC
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
Comment #1
mshepherd commentedThe only file in that directory is css3pie.css which must have been created by this module.
Comment #2
iler commentedFixed 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.
Comment #3
mshepherd commentedthat's great, thanks,
matthew