| *** m8 has quit IRC | 00:34 | |
| *** fmj has joined #zope | 01:05 | |
| *** fmj has quit IRC | 01:20 | |
| *** _mup_ has quit IRC | 02:00 | |
| *** _mup_ has joined #zope | 02:00 | |
| *** russf has quit IRC | 04:56 | |
| *** zagy has joined #zope | 05:35 | |
| *** zagy1 has quit IRC | 05:38 | |
| *** zagy has quit IRC | 08:57 | |
| *** yvl has joined #zope | 09:18 | |
| *** __mac__ has joined #zope | 09:38 | |
| *** zagy has joined #zope | 09:39 | |
| *** agroszer has joined #zope | 09:42 | |
| *** __mac__1 has joined #zope | 09:54 | |
| *** __mac__ has quit IRC | 09:56 | |
| *** __mac__1 has quit IRC | 10:05 | |
| *** __mac__ has joined #zope | 10:41 | |
| *** agroszer has quit IRC | 10:50 | |
| *** tisto has joined #zope | 11:02 | |
| *** mcdonc has quit IRC | 11:04 | |
| *** mcdonc has joined #zope | 11:06 | |
| *** goschtl has joined #zope | 11:09 | |
| *** do3cc has joined #zope | 11:11 | |
| *** tisto has quit IRC | 11:13 | |
| *** __mac__ has quit IRC | 11:15 | |
| *** tisto has joined #zope | 11:26 | |
| *** m8 has joined #zope | 11:50 | |
| *** __mac__ has joined #zope | 11:53 | |
| *** goschtl has quit IRC | 12:45 | |
| *** goschtl has joined #zope | 12:46 | |
| *** teix has joined #zope | 13:02 | |
| *** russf has joined #zope | 13:03 | |
| *** russf has quit IRC | 13:11 | |
| *** russf has joined #zope | 13:13 | |
| *** russf has left #zope | 13:16 | |
| *** __mac__ has quit IRC | 13:23 | |
| *** sunew has joined #zope | 13:51 | |
| *** __mac__ has joined #zope | 13:52 | |
| *** allisterb has quit IRC | 14:52 | |
| *** fredvd has joined #zope | 15:11 | |
| *** thetet has joined #zope | 15:17 | |
| *** RichardBarrell has joined #zope | 15:32 | |
| *** dayne has joined #zope | 15:34 | |
| *** tisto is now known as tisto|lunch | 15:40 | |
| *** alga has joined #zope | 15:40 | |
| *** menesis has joined #zope | 16:23 | |
| *** zagy has quit IRC | 17:03 | |
| *** thetet has quit IRC | 17:03 | |
| *** wohnout has joined #zope | 17:16 | |
| wohnout | Hello I have installed zope using this howto http://www.roxburgh.net/projects/squeezezope/ zope started I can login into ZMI but there are no products. Zope version is 2.13.9 . I have even tried to install some products. Can you please say where to look for problem (logs are empty) | 17:19 |
|---|---|---|
| wohnout | hmm tried version 2.12.5 and it's there | 17:31 |
| *** tisto|lunch is now known as tisto | 17:33 | |
| *** sunew has quit IRC | 17:48 | |
| *** sunew has joined #zope | 17:50 | |
| *** menesis has quit IRC | 17:50 | |
| *** goschtl has quit IRC | 17:51 | |
| betabug | looks like with 2.13 you have to enable product dirs in zope.conf | 17:51 |
| betabug | wohnout: http://docs.zope.org/zope_secrets/startup.html#how-are-products-installed | 17:52 |
| betabug | "If persistent product installation is disabled (the default), [...]" | 17:52 |
| betabug | so check your zope.conf | 17:53 |
| wohnout | COOOL | 17:53 |
| wohnout | it is working | 17:53 |
| wohnout | I was searching for something like that but did not find anything | 17:54 |
| wohnout | thanks a lot | 17:54 |
| *** menesis has joined #zope | 17:54 | |
| *** RichardBarrell has quit IRC | 18:40 | |
| *** runyaga has joined #zope | 18:43 | |
| *** runyaga has quit IRC | 18:43 | |
| *** runyaga has joined #zope | 18:43 | |
| *** rbanffy has joined #zope | 18:51 | |
| betabug | np, yw | 19:00 |
| wohnout | one more problem :( | 19:00 |
| betabug | you discovered it's not 2004 any more? | 19:00 |
| wohnout | :) | 19:00 |
| wohnout | yeah that is also problem | 19:01 |
| wohnout | http://paste.pocoo.org/show/528909/ | 19:01 |
| wohnout | if I'm looking to version 2.10 it is included in package OFS | 19:01 |
| wohnout | it should be in http://pypi.python.org/pypi/zope.pagetemplate/3.5.2 in versions 2.12 and 2.13 ? | 19:02 |
| betabug | it's looking for a page template loaded from one of your products? | 19:02 |
| betabug | well, lots of things is being "disappeared" in recent zopes | 19:03 |
| wohnout | I wanted to update to more supported version of zope | 19:03 |
| wohnout | but it looks that I will stick at version 2.10 :( | 19:04 |
| wohnout | it's this product https://svn.eionet.europa.eu/projects/Zope/browser/trunk/Products.GimmeThesaurus#Products/GimmeThesaurus | 19:04 |
| betabug | well, if that standard_template.pt is not in 2.13 any more, you could put it in your product yourself and get it from there maybe | 19:05 |
| betabug | hmm, in fact it's just a simple page template in the root of your ZODB | 19:06 |
| wohnout | this should be result | 19:07 |
| wohnout | http://gemet.esdi-humboldt.cz:9673/thesaurus | 19:07 |
| wohnout | instead of | 19:07 |
| wohnout | http://devs.ccss.cz:8083/thesaurus | 19:07 |
| betabug | http://paste.pocoo.org/show/528913/ | 19:08 |
| *** menesis has quit IRC | 19:13 | |
| wohnout | ufff this is too much zope on me | 19:13 |
| betabug | haha | 19:17 |
| wohnout | http://devs.ccss.cz:8083/thesaurus | 19:19 |
| wohnout | something new :) | 19:19 |
| wohnout | so that means that standard_template.pt is now called different | 19:19 |
| wohnout | or it has different url | 19:19 |
| *** runyaga has quit IRC | 19:20 | |
| *** fredvd has quit IRC | 19:20 | |
| betabug | probably it simply was not included in the default db | 19:20 |
| *** tiwula has joined #zope | 19:22 | |
| *** tisto has quit IRC | 19:23 | |
| kosh | betabug: so how goes life? | 19:32 |
| *** thetet has joined #zope | 19:33 | |
| betabug | hey kosh, life is ok | 19:33 |
| kosh | so has your economy completely collapsed yet with your leaders nailed to the wall as an example? | 19:42 |
| *** thetet has quit IRC | 19:46 | |
| *** sunew has quit IRC | 20:16 | |
| *** pyqwer has joined #zope | 20:17 | |
| *** pyqwer has quit IRC | 20:17 | |
| *** do3cc has quit IRC | 20:20 | |
| *** do3cc has joined #zope | 20:34 | |
| *** cwarner has quit IRC | 20:34 | |
| *** cwarner has joined #zope | 20:39 | |
| *** menesis has joined #zope | 20:43 | |
| *** zagy has joined #zope | 21:03 | |
| *** cwarner has quit IRC | 21:13 | |
| *** MatheusUFMG has joined #zope | 21:15 | |
| *** cwarner has joined #zope | 21:20 | |
| *** rbanffy has quit IRC | 21:24 | |
| *** rbanffy has joined #zope | 22:00 | |
| *** teix has quit IRC | 22:03 | |
| *** cwarner has quit IRC | 22:34 | |
| *** zagy has quit IRC | 22:34 | |
| *** mcdonc_ has joined #zope | 22:44 | |
| *** mcdonc has quit IRC | 22:44 | |
| *** cwarner has joined #zope | 22:45 | |
| *** tzicatl has joined #zope | 22:50 | |
| *** daMaestro has joined #zope | 23:01 | |
| *** menesis has quit IRC | 23:06 | |
| *** yvl has quit IRC | 23:17 | |
| *** TresEquis has joined #zope | 23:19 | |
| _mup_ | Bug #910987 was filed: z.i.adapters.LookupBase.lookup1 inconsistent between Python and C implementations <zope.interface:New> < https://launchpad.net/bugs/910987 > | 23:41 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!