Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
fopen/fwrite/fclose warnings when saving CSS
I just moved textpattern installation to DreamHost (client’s existing host) and everything seems to have gone fine, except: I now get the following warnings whenever I save a stylesheet. The changes are saved, so I’m not sure how serious a problem it is.
I didn’t make any changes to /textpattern/lib/txplib_misc.php itself.
Does anyone know what these warnings mean and if they are cause for worry?
(I’ve replaced the path details with …[more path]… )
Warning: fopen(/home/…[more path]…/css/default.css) [function.fopen]: failed to open stream: No such file or directory in /home/…[more path]…/textpattern/lib/txplib_misc.php(594) : eval()’d code on line 77
Warning: fwrite(): supplied argument is not a valid stream resource in /home/…[more path]…/textpattern/lib/txplib_misc.php(594) : eval()’d code on line 78
Warning: fclose(): supplied argument is not a valid stream resource in /home/…[more path]…/textpattern/lib/txplib_misc.php(594) : eval()’d code on line 79
Last edited by floodfish (2010-04-12 16:47:05)
Offline
Re: fopen/fwrite/fclose warnings when saving CSS
Those messages appear with the rvm_css plugin as I recall if the /css
directory is not set up properly (or whatever directory you choose in Advanced options).
Offline
Re: fopen/fwrite/fclose warnings when saving CSS
Thanks so much, Jonathan! It was indeed an issue with rvm_css.
Offline