Move theme folder
JohnLong - March 7, 2008 - 05:27
| Project: | Alter CSS |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Originally my theme was located in /themes/ but recently I moved it to /sites/all/themes/.
How can I tell Alter CSS to look in that folder rather than the prior? I receive the following error when I open the theme configuration.
warning: file_get_contents(themes/Pleroma/style_backup.css): failed to open stream: No such file or directory in /home/content/j/l/o/jlongsworth/html/sites/all/modules/alter_css/alter_css.module on line 115.
Line 115:
'#default_value' => file_get_contents($css_info[$default_style]),
Any ideas? Thanks for your help! I'm playing with the PHP but I'm not very (at all) experienced with it.

#1
Same issue. I moved my theme. I tried changing permissions to 777 on this and a theme natively in that folder with no success.