[Zope-CVS] CVS: Products/ExternalEditor - INSTALL-WIN32.txt:1.8
Casey Duncan
casey at zope.com
Tue Jul 20 11:16:35 EDT 2004
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv15162
Modified Files:
INSTALL-WIN32.txt
Log Message:
Add info for troubleshooting "No such file or directory..." errors when using IE on Windows
=== Products/ExternalEditor/INSTALL-WIN32.txt 1.7 => 1.8 ===
--- Products/ExternalEditor/INSTALL-WIN32.txt:1.7 Mon Jul 12 17:50:00 2004
+++ Products/ExternalEditor/INSTALL-WIN32.txt Tue Jul 20 11:16:34 2004
@@ -91,7 +91,8 @@
Troubleshooting
- If the helper app won't launch try the following suggestions:
+ If the helper app won't launch or you receive errors try the following
+ suggestions:
- Make sure you have Pythonwin installed properly. To test this, bring up
the Python console and type in 'import win32api'. If it throws an
@@ -126,3 +127,13 @@
- Under security (near the bottom) uncheck "Do not save encrypted files
to disk"
+
+ - If you are using IE and you receive an error from the helper app like
+ "FATAL ERROR [Errno 2] No such file or directory...." it means that IE is
+ refusing to save the temp file to disk. This is usually caused by a cache
+ control header such as "Cache-Control: no-cache". To use external editor
+ with IE you must prevent this header from being set. Some versions of
+ CookieCrumber inject this header for all authenticated requests. You can
+ fix this by changing the CC configuration on its properties tab in the
+ ZMI to use another cache control value such as "private".
+
More information about the Zope-CVS
mailing list