I just installed WP 2.6, and am unable to update anything in the Theme Editor. I get the following error message:
Warning: fopen(C:\Inetpub\vhosts\[website].com\httpdocs\beta/wp-content/themes/default/rtl.css) [function.fopen]: failed to open stream: Permission denied in C:\Inetpub\vhosts\[website].com\httpdocs\beta\wp-admin\theme-editor.php on line 47
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\[website].com\httpdocs\beta\wp-admin\theme-editor.php:47) in C:\Inetpub\vhosts\[website].com\httpdocs\beta\wp-admin\theme-editor.php on line 62
It says I don't have permission, but the file's attribute is set to 777. Is there a line in the code that is not letting me make updates to my CSS? Or is this something involving the server instead of WP? Or is there a weird setting I have to change?
Thanks for the help!