strange error with tiki-wiki when installing zope
Hi Everyone, I have been using tiki-wiki for quite some time now. I just recently installed zope using # ./configure --prefix=/somedir/zope --with-python=/somedir/python-2.4.1 # make # make install I started Zope using #./zopectl start Now tiki-wiki is broken. When i view the tiki index page online it says: Invalid variable value : _ZopeId = "88649354A1.yrs5kB5k" My tiki-wiki is installed in /somedir2/tikiwiki Any idea as to whats wrong? Thanks!
Jon Savian wrote:
Now tiki-wiki is broken. When i view the tiki index page online it says: Invalid variable value : _ZopeId = "88649354A1.yrs5kB5k"
My tiki-wiki is installed in /somedir2/tikiwiki
Any idea as to whats wrong?
Zope sets cookies, and one of them is called _ZopeId. As tiki-wiki is configured to run under the same domain name as your Zope install, it gets to see the cookies Zope set as well, and evidently it cannot deal with unknown cookies. Martijn Pieters
Is there any workaround for this? Thanks! On 9/12/05, Martijn Pieters <mj@zopatista.com> wrote:
Jon Savian wrote:
Now tiki-wiki is broken. When i view the tiki index page online it says: Invalid variable value : _ZopeId = "88649354A1.yrs5kB5k"
My tiki-wiki is installed in /somedir2/tikiwiki
Any idea as to whats wrong?
Zope sets cookies, and one of them is called _ZopeId. As tiki-wiki is configured to run under the same domain name as your Zope install, it gets to see the cookies Zope set as well, and evidently it cannot deal with unknown cookies.
Martijn Pieters
_______________________________________________ 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 )
Try http://localhost:8080/browser_id_manager/manage_workspace On 9/13/05, Jon Savian <worknit@gmail.com> wrote:
Is there any workaround for this?
Thanks!
On 9/12/05, Martijn Pieters <mj@zopatista.com> wrote:
Jon Savian wrote:
Now tiki-wiki is broken. When i view the tiki index page online it says: Invalid variable value : _ZopeId = "88649354A1.yrs5kB5k"
My tiki-wiki is installed in /somedir2/tikiwiki
Any idea as to whats wrong?
Zope sets cookies, and one of them is called _ZopeId. As tiki-wiki is configured to run under the same domain name as your Zope install, it gets to see the cookies Zope set as well, and evidently it cannot deal with unknown cookies.
Martijn Pieters
_______________________________________________ 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 )
_______________________________________________ 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 )
-- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com
I deselected cookies, unfortunatly that still had no effect....hmmmmm On 9/12/05, Peter Bengtsson <peterbe@gmail.com> wrote:
Try http://localhost:8080/browser_id_manager/manage_workspace
On 9/13/05, Jon Savian <worknit@gmail.com> wrote:
Is there any workaround for this?
Thanks!
On 9/12/05, Martijn Pieters <mj@zopatista.com> wrote:
Jon Savian wrote:
Now tiki-wiki is broken. When i view the tiki index page online it says: Invalid variable value : _ZopeId = "88649354A1.yrs5kB5k"
My tiki-wiki is installed in /somedir2/tikiwiki
Any idea as to whats wrong?
Zope sets cookies, and one of them is called _ZopeId. As tiki-wiki is configured to run under the same domain name as your Zope install, it gets to see the cookies Zope set as well, and evidently it cannot deal with unknown cookies.
Martijn Pieters
_______________________________________________ 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 )
_______________________________________________ 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 )
-- Peter Bengtsson, work www.fry-it.com <http://www.fry-it.com> home www.peterbe.com <http://www.peterbe.com> hobby www.issuetrackerproduct.com <http://www.issuetrackerproduct.com>
participants (3)
-
Jon Savian -
Martijn Pieters -
Peter Bengtsson