Hi, I work in zope with FTP (from am external editor - EditPlus). I have a Product with ZClasses and inside a class a method "manage_page_header". If I open this method in my editor, modify something and save, the changes aren't saved. The problem is not from my editor because other files work OK, so I'm convinced that the problem is from Zope. Maybe a bug?! Regards, Rares _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus
Not a bug but a collison with an already existing name. "manage_page_header" is used by the ZMI management screens. You will have to rename your method. HTH, Stefan --On Freitag, 17. Jänner 2003 11:56 +0200 Rares Vernica <verni0@hotmail.com> wrote:
I work in zope with FTP (from am external editor - EditPlus). I have a Product with ZClasses and inside a class a method "manage_page_header". If I open this method in my editor, modify something and save, the changes aren't saved. The problem is not from my editor because other files work OK, so I'm convinced that the problem is from Zope. Maybe a bug?!
-- Those who write software only for pay should go hurt some other field. /Erik Naggum/
Rares Vernica wrote at 2003-1-17 11:56 +0200:
I work in zope with FTP (from am external editor - EditPlus). I have a Product with ZClasses and inside a class a method "manage_page_header". If I open this method in my editor, modify something and save, the changes aren't saved. The problem is not from my editor because other files work OK, so I'm convinced that the problem is from Zope. Maybe a bug?! I have uploaded a patch to "<http://collector.zope.org/Zope>" which provides better FTP error messages.
Maybe, with a more informative error message, we can find out what went wrong... Dieter
participants (3)
-
Dieter Maurer -
Rares Vernica -
Stefan H. Holek