Posted by iantresman on October 11, 2009 at 1:56pm
2 followers
Jump to:
| Project: | Theme Editor |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | arcaneadam |
| Status: | needs work |
Issue Summary
I created a backup directory myself, and probably gave it insufficient permissions (766), so that when I saved a stylesheet, style.css with the option "Save original to the backup file", I received a warning that it was "Unable to create backup" and a message that the "Backup was created". In full:
- warning: copy(sites/all/themes/future/theme_editor_backup/style.css.bak) [function.copy]: failed to open stream: Permission denied in /home//www.mydomain.com/public_html/sites/all/modules/theme_editor/theme_editor.inc on line 578.
- Unable to create backup of file (sites/all/themes/future/style.css)
- Backup was created
- File changes written to file (sites/all/themes/future/style.css)
- File was saved successfully
The backup file was not created.
Comments
#1
I shall take a look and make fixes for the next release.
#2