Closed (duplicate)
Project:
Theme developer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2011 at 08:07 UTC
Updated:
13 Aug 2011 at 22:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
ramlev commentedMy patch calls devel_themer_cleanup() in hook_uninstall() which cleans up temporary files.
Comment #2
jackalope commentedApplied this patch to the most recent dev version and it didn't work; tried to uninstall via drush and got this error: "Error: Call to undefined function devel_themer_cleanup()"
I noticed that in the column description in the MySQL database the status column reads "A field indicating the status of the file. Two status are defined in core: temporary (0) and permanent (1). Temporary files older than DRUPAL_MAXIMUM_TEMP_FILE_AGE will be removed during a cron run." All of the devel_themer_* entries have 1 in this column, indicating they're permanent. Could that be related to this problem?
Comment #3
ramlev commentedWell, Have just installed the latest master branch (7.x), and applied the patch, and dont recall the issues you are showing.
Which version of drush are you running ? I have tested with 4.4 with no problems at all.
Comment #4
kenneth.venken commentedThis is a duplicate of #327512: devel_themer leaves files in /tmp. After applying the ported patch, the entries get deleted from the database.