Anyone on FC6 can see the default content types news, events etc????
in
webtop???

On Feb 3, 6:54 pm, Knut <[email protected]> wrote:
> You've got it :-) !
>
> I think this is the best approach to go straight forwar with our new
> little project !
> But, if you have any other suggestions, you're welcome.
>
> >> So those are the core files we use so we are
> >> able to all use the translated files etc, OK i got it.
>
> Yes.
>
> >> When i work on a file i create a correct directory structure
> >> (if needed) edit the original core file and test it, then place
> >> it and commit.
>
> Yes. But don't change the original core files. Before starting to edit
> a file, copy it into the related directory under "/svn_farcry_i18" !
>
> -- Knut
>
> On 3 Feb., 18:18, Marco van den Oever <[email protected]>
> wrote:
>
> > OK, I'll wait for your message then, for now i created a separate
> > directory "svn_farcry_i18" and updated it with the files from the
> > separate SVN directory. So those are the core files we use so we are
> > able to all use the translated files etc, OK i got it.
>
> > When i work on a file i create a correct directory structure (if
> > needed) edit the original core file and test it, then place it and
> > commit.
>
> > Copy that!
>
> > On Feb 3, 5:53 pm, Knut <[email protected]> wrote:
>
> > > Marco,
>
> > > generally we should handle every custom (language) change on the core
> > > files in the new SVN directory to sparate it from the original Daemon
> > > core files.
>
> > > Therefore please create a adequate directory structure in your new SVN
> > > working copy JUST FOR EACH FILE YOU WANT TO EDIT (not the whole core
> > > directory structure !).
> > > Then copy the file (you want to edit) from the original core files to
> > > the new adequat directory in your SVN working copy.
> > > Now you can start with editing !
> > > After finishing and testing you can upload the new directories and
> > > files from your SVN working copy to the main SVN on the server !
>
> > > At the moment I' working on the files you loaded up 
> > > tohttp://bugs.farcrycms.org/browse/FC-1961aswellas on little
> > > (general) corrections in the "Recource Bundle Files" !
>
> > > Therefore I would recommend, that you still wait do NOT start to edit
> > > any file, please !!!
> > > I'll send you a short message via email when I finnished everything
> > > and uipdated the SVN !!!
>
> > > -- Knut
>
> > > On 3 Feb., 17:03, Marco van den Oever <[email protected]>
> > > wrote:
>
> > > > But ... where are the default content types news, events etc???? in
> > > > webtop???
>
> > > > On Feb 3, 3:56 pm, Marco van den Oever <[email protected]>
> > > > wrote:
>
> > > > > Yes, looks pretty coowl FC6, nice one Daemon :)
> > > > > OK i will download the resource files again, checking how it all works
> > > > > in the "rbmanager" program and what and where to begin with the
> > > > > changes :)
>
> > > > > On Feb 3, 3:07 pm, Knut <[email protected]> wrote:
>
> > > > > > Fine, that it works now :-) !
>
> > > > > > -- Knut
>
> > > > > > P.S. @ Marco: I updated the svn recouce files !
>
> > > > > > On 3 Feb., 14:13, Marco van den Oever <[email protected]>
> > > > > > wrote:
>
> > > > > > > Hi, thanks both, i disabled the translation plugin and now it 
> > > > > > > works,
> > > > > > > passed the info to the thread of "translation" plugin of phil.
>
> > > > > > > On Feb 3, 1:39 pm, AJ Mercer <[email protected]> wrote:
>
> > > > > > > > if you can, try bouncing the CF services - not all things get 
> > > > > > > > flushed with
> > > > > > > > update app
>
> > > > > > > > On 3 February 2010 20:27, Knut <[email protected]> wrote:
>
> > > > > > > > > Marco,
>
> > > > > > > > > 1.) Did you do an ".../webtop/index.cfm?updateapp=1" ???
> > > > > > > > > If not, try this first !
>
> > > > > > > > > 2.) If it does not help try to disable all plugins (exept: 
> > > > > > > > > farcrycms)
> > > > > > > > > and do an ".../webtop/index.cfm?updateapp=1" again.
>
> > > > > > > > > 3.) If the error still exists, I would recommend to check if 
> > > > > > > > > FC 6 runs
> > > > > > > > > with the standard "Mollio" webskin.
> > > > > > > > > So you will see if it is a "core" or "configuration" problem, 
> > > > > > > > > or a
> > > > > > > > > problem with your templates.
> > > > > > > > > SVN-URL:https://modius.svn.cvsdude.com/farcry/projects/mollio
>
> > > > > > > > > Code lines in "altertype.cfc":
> > > > > > > > > -----------------------------------------
> > > > > > > > > line 290: <!--- <cftry> --->
> > > > > > > > > line 291: <cfset stResult.packagepath =
> > > > > > > > > application.factory.oUtils.getPath(arguments.package,arguments.name)
> > > > > > > > >  /
>
> > > > > > > > > line 292: <cfset stResult.package = arguments.package />
> > > > > > > > > line 293:
> > > > > > > > > line 294: <cfset o = createObject("Component", 
> > > > > > > > > stResult.packagepath) /
>
> > > > > > > > > line 295: <cfset stMetaData = getMetaData(o) />
> > > > > > > > > .....
> > > > > > > > > -----------------------------------------
>
> > > > > > > > > Looks like a problem with finding a package path !
> > > > > > > > > I did'nt have this error after updating from 5.2.7 -> 6.0.0 !
>
> > > > > > > > > I can remember that I got another error, which was caused by 
> > > > > > > > > a missing
> > > > > > > > > "cache" directory in the project's www folder ("/www/cache"). 
> > > > > > > > > FarCry 6
> > > > > > > > > needs this "cache" directory.
> > > > > > > > > I also had problems with directory and file rights under 
> > > > > > > > > linux,
> > > > > > > > > because I run FarCry on a Linux server.
>
> > > > > > > > > I hope, that any of my suggestions can help.
>
> > > > > > > > > Regards .. Knut
>
> > > > > > > > > On 3 Feb., 12:53, Marco van den Oever 
> > > > > > > > > <[email protected]>
> > > > > > > > > wrote:
> > > > > > > > > > Hello, thanks, i have updated to newest core and farcrycms, 
> > > > > > > > > > getting
> > > > > > > > > > error like attached file, is that because of the webskins i 
> > > > > > > > > > have to
> > > > > > > > > change?
> > > > > > > > > > What has to be changed in the webskins?
>
> > > > > > > > > >  error.gif
> > > > > > > > > > 27KAnzeigenHerunterladen
>
> > > > > > > > > --
> > > > > > > > > You received this message cos you are subscribed to 
> > > > > > > > > "farcry-dev" Google
> > > > > > > > > group.
> > > > > > > > > To post, email: [email protected]
> > > > > > > > > To unsubscribe, email: 
> > > > > > > > > [email protected]<farcry-dev%[email protected]>
> > > > > > > > > For more options:http://groups.google.com/group/farcry-dev
> > > > > > > > > --------------------------------
> > > > > > > > > Follow us on Twitter:http://twitter.com/farcry
>
> > > > > > > > --
>
> > > > > > > > AJ Mercerhttp://webonix.nethttp://twitter.com/webonix

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to