it looks like you don't have the newest core files.
Did you really grab the newest 6.0.0 core files from svn trunk ???
SVN-URL: https://modius.svn.cvsdude.com/farcry/core/trunk
I would also recommend to grab the newest "farcrycms" plugin !!!
SVN-URL: https://modius.svn.cvsdude.com/farcry/plugins
When I updated form 5.2.7 to Version 6.0.0 I had to edit a few of my
old webskin templates.
If you use pagination, you also may have to edit your code to use the
new pagination call.
More info: http://docs.farcrycms.org/display/FCDEV50/Pagination
Regards .. Knut
On 2 Feb., 22:18, Marco van den Oever <marcovandenoe...@gmail.com>
wrote:
> Hi all, i updated to FC6, the version with still "You are currently
> running version 5-3-0" in it.
> When i am logged in i get the screen as attached :( Any tips?
>
> whatsgoingon.gif
> 190KAnzeigenHerunterladen
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 <marcovandenoe...@gmail.com>
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: farcr...@googlegroups.com
To unsubscribe, email: farcry-dev+...@googlegroups.com
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
On Feb 3, 1:39 pm, AJ Mercer <ajmer...@gmail.com> wrote:
> if you can, try bouncing the CF services - not all things get flushed with
> update app
>
> > To unsubscribe, email: farcry-dev+...@googlegroups.com<farcry-dev%2Bunsu...@googlegroups.com>
-- Knut
P.S. @ Marco: I updated the svn recouce files !
On 3 Feb., 14:13, Marco van den Oever <marcovandenoe...@gmail.com>
On Feb 3, 3:56 pm, Marco van den Oever <marcovandenoe...@gmail.com>
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 to
http://bugs.farcrycms.org/browse/FC-1961 as well as 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 <marcovandenoe...@gmail.com>
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 <webmas...@triptix.eu> 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-1961as well as on little
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 <marcovandenoe...@gmail.com>
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 <webmas...@triptix.eu> 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-1961aswell as on little
> > > At the moment I' working on the files you loaded up tohttp://bugs.farcrycms.org/browse/FC-1961aswellas on little
> > > At the moment I' working on the files you loaded up tohttp://bugs.farcrycms.org/browse/FC-1961aswellas on little
I am sure I am stating the obvious, but check that you have farcrycms
in farcryConstructor.cfm
Also, that there are no other plugins that could be overwriting the
webtop menu and removing the farcrycms content type admin options
Chris.
On Feb 5, 5:20 pm, Marco van den Oever <marcovandenoe...@gmail.com>
wrote:
> > > > At the moment I' working on the files you loaded up tohttp://bugs.farcrycms.org/browse/FC-1961aswellason little
> > > > > > > > > > To unsubscribe, email: farcry-dev+...@googlegroups.com<farcry-dev%2Bunsubscribe@googlegrou ps.com>
I updated the farcrycms plugin like:
farcrycms
- tags
- trunk
Replaced all with files from trunk....
Dude really.......
On Feb 5, 6:50 pm, Marco van den Oever <marcovandenoe...@gmail.com>
-ws
On Feb 5, 11:09 am, Marco van den Oever <marcovandenoe...@gmail.com>
Thanks!