Hi Again this is Tim.
I'm not sure if this falls along the same topic but I need some help if you don't mind.
I'm using WPMU on a test website http://101.thejvs.com.
I went ahead and activated UserThemes and uploaded a copy of theme-edit.php from the current version of wordpress because mu does not have theme-edit.php.
I've actived a couple of userthemes and started working with the editor.
When I make the changes say for example (sidebar.php) and click the update button I get the following error:
---------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /wpmu/wp-admin/theme-editor.php:1) in /wpmu/wp-admin/theme-editor.php on line 65
-----------------------------------------------------
When I look at the code line # 65 is a follows:
-----------------------------------------------------
header("Location: $location");
exit();
-----------------------------------------------------
So i tried to uncomment the line and tried the editor again
and came up with a blank page.
In either case the page (sidebar.php) use updated.
But I had to click the back button on my browser to return to the current page.
In Wordpress (all versions) after an update was made to a particular page it would bring you back to the same page and let you know that it was updated.
Is there any way to fix this error.
Thank You
Tim