On Sun, 2005-10-02 at 12:25 +0200, Toni Mueller wrote: > > Hello, Hello
> I'm new to CPS and run into the following problem: > I had 3.3.4 installed in a path, say, /zope/cps334. Now, I checked out > the SVN stuff and installed under (say) /zope/cps-svn. You should have overwritten the cps334. > Then I ran the > cpsupdate script from the ZMI for a pre-existing instance, I guess from the ZMI of the running 334. > and found > that it spews out messages saying that it still tries to use > /zope/cps334. That's quite Ok. The running 334 instance doesn't lok at anything outside of /zope/cps334. > Everything else looks like being correctly updated at > first sight, but this error looks like there are some paths hardcoded > on installation somewhere in the database where I didn't find them yet, > at least not yet while poking around in the ZMI under the various > places in my CPS instance. > > How do I tell CPS to use the new translation files? I dont know how to _cleanly_ especially update translation files. One idea to test would be to locate the .po file on your server, overwrite it with an svn version and then run cpsupdate. On the other hand, you should know that you may not (and can not) run different cps version on the same zope instance. the reason is simple. A zope instance has only one "Products" directory, within there may be instaled only one vesion of products. CPS is a Zope product. So, to have two CPS version running, you must have 2 Zopes instance running (unless, of course, you know what you're doing). -- Administration & Formation à l'administration de serveurs dédiés: http://www.google.fr/search?q=aspo+infogerance+serveur _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
