[Zope] Re: [Zope-Annce] NeoBoard 1.1b has been released
Wankyu Choi
wankyu@neoqst.com
Tue, 17 Dec 2002 12:32:10 +0900
Take a look at the neoboard_header.pt.
is_cmf is the global variable telling if CMF is installed, that is, if
NeoBoard is being used as a CMF product.
Make sure you followed the install instructions word by word. You should
get a key error for 'neoboard' if something went wrong, since that's the
first global variable, not 'is_cmf':
<div tal:omit-tag=""
metal:define-macro="neoboard_global_definition_header"
tal:define="dummy python: here.checkNeoBoardStatus();
global neoboard python: here.getNeoBoard();
global is_cmf python: hasattr(neoboard, 'portal_url');
global is_plone python: hasattr(neoboard,
'plone_utils');
Anyone getting the same error? I can't reproduce that error.
Regards,
Wankyu Choi
---------------------------------------------------------------
To the dedicated staff at NeoQuest, language is not a problem
to be dealt with, but an art waiting to be performed.
---------------------------------------------------------------
Wankyou Choi
CEO/President
NeoQuest Communications, Inc.
3rd Floor, HMC Bldg., 730-14, Yoksam-dong, Kangnam-gu
Seoul, Korea
Tel: 82-2 - 501 - 7124 Fax: 82-2-501-7058
Corporate Home: http://www.neoqst.com
Personal Home: http://www.zoper.net, http://www.neoboard.net
e-mail: wankyu@neoqst.com
---------------------------------------------------------------
-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of
george donnelly
Sent: Tuesday, December 17, 2002 4:41 AM
To: Wankyu Choi; zope@zope.org
Subject: [Zope] Re: [Zope-Annce] NeoBoard 1.1b has been released
hi, what is the is_cmf variable?
I followed all the install instructions and when i added a neoboard via
the CMF interface i got a key error on this variable. In fact all the
actions links give me this error.
Running Zope 2.6.0, CMF 1.3. This is in a CMF 1.3 site, w/out Plone.
thanks for any hints on how to resolve this. :)
<-->
george donnelly - http://zettai.net/ - "We Love Newbies" :) Zope Hosting
- Dynamic Website Design - Search Engine Promotion Yahoo, AIM: zettainet
- ICQ: 51907738 - e:george@zettai.net
> From: "Wankyu Choi" <wankyu@neoqst.com>
> Date: Sun, 15 Dec 2002 10:13:15 +0900
> To: <zope-announce@zope.org>
> Subject: [Zope-Annce] NeoBoard 1.1b has been released
>
> I'm pleased to announce that NeoBoard 1.1b has been released.
_______________________________________________
Zope maillist - Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )