local file system & external editor
Hi all ! My zope config : Zope 2.6.4 (binary release, python 2.1, win32-x86), python 2.1.3, win32 My problem : I'm using a < local file system > containing some picture (jpg). Its name is PHVFS Im' also using < external editor > I also have some picture (jpg) contained in a common zope folder (named TST_FOLDER) (nb : PHVFS & TST_FOLDER are at the same level in the tree of my zope server) I have configured ZopeEdit.ini so that all < jpg > pictures are open with MS Photo Editor (and all < txt > must be opened under MS WORD). I have a page template showing some URL : - when i'm editing a < jpg > from TST_FOLDER, Photo Editor comes ; I update the picture and I can save it. - when i'm editing a < txt > from TST_FOLDER (eg : a python script), MS WORD comes ; I update the file and I can save it - when i'm editing a < jpg > from PHVFS, Photo Editor comes ; I update the picture and I CANNOT save it. - when i'm editing a < txt > from PHVFS (eg : a notepad file), MS WORD comes ; I update the file and I CANNOT save it. By < cannot save it > I mean that the application agrees to close normally, but when I open the file again, the changes have not been registered. Can anybody tells me what happen ? I need to make it work with a local file system. Thanks in advance. Phil ########################################### This message has been scanned by ICT - Africa Museum
Seems like a problem with folder permissions. Remove "Unauthorized" from the list of exceptions that are ignored in the error log and check if any Unauthorized exceptions are logged. * VIGNAUX Philippe <philippe.vignaux@africamuseum.be> [2004-08-06 15:16]:
Hi all !
My zope config : Zope 2.6.4 (binary release, python 2.1, win32-x86), python 2.1.3, win32
My problem :
I'm using a < local file system > containing some picture (jpg). Its name is PHVFS
Im' also using < external editor >
I also have some picture (jpg) contained in a common zope folder (named TST_FOLDER)
(nb : PHVFS & TST_FOLDER are at the same level in the tree of my zope server)
I have configured ZopeEdit.ini so that all < jpg > pictures are open with MS Photo Editor (and all < txt > must be opened under MS WORD).
I have a page template showing some URL :
- when i'm editing a < jpg > from TST_FOLDER, Photo Editor comes ; I update the picture and I can save it.
- when i'm editing a < txt > from TST_FOLDER (eg : a python script), MS WORD comes ; I update the file and I can save it
- when i'm editing a < jpg > from PHVFS, Photo Editor comes ; I update the picture and I CANNOT save it.
- when i'm editing a < txt > from PHVFS (eg : a notepad file), MS WORD comes ; I update the file and I CANNOT save it.
By < cannot save it > I mean that the application agrees to close normally, but when I open the file again, the changes have not been registered.
Can anybody tells me what happen ? I need to make it work with a local file system.
Thanks in advance.
Phil
###########################################
This message has been scanned by ICT - Africa Museum
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Roché Compaan Upfront Systems http://www.upfrontsystems.co.za
Some questions for you: What version of external editor on and server and client? (client is more important though) You are receiving no error messages at all from either Zope or EE? -Casey On Fri, 6 Aug 2004 15:14:39 +0200 "VIGNAUX Philippe" <philippe.vignaux@africamuseum.be> wrote:
Hi all !
My zope config : Zope 2.6.4 (binary release, python 2.1, win32-x86), python 2.1.3, win32
My problem :
I'm using a < local file system > containing some picture (jpg). Its name is PHVFS
Im' also using < external editor >
I also have some picture (jpg) contained in a common zope folder (named TST_FOLDER)
(nb : PHVFS & TST_FOLDER are at the same level in the tree of my zope server)
I have configured ZopeEdit.ini so that all < jpg > pictures are open with MS Photo Editor (and all < txt > must be opened under MS WORD).
I have a page template showing some URL :
- when i'm editing a < jpg > from TST_FOLDER, Photo Editor comes ; I update the picture and I can save it.
- when i'm editing a < txt > from TST_FOLDER (eg : a python script), MS WORD comes ; I update the file and I can save it
- when i'm editing a < jpg > from PHVFS, Photo Editor comes ; I update the picture and I CANNOT save it.
- when i'm editing a < txt > from PHVFS (eg : a notepad file), MS WORD comes ; I update the file and I CANNOT save it.
By < cannot save it > I mean that the application agrees to close normally, but when I open the file again, the changes have not been registered.
Can anybody tells me what happen ? I need to make it work with a local file system.
Thanks in advance.
Phil
###########################################
This message has been scanned by ICT - Africa Museum
participants (3)
-
Casey Duncan -
Roché Compaan -
VIGNAUX Philippe