Display going mad when logged in FC6

7 views
Skip to first unread message

Marco van den Oever

unread,
Feb 2, 2010, 4:18:32 PM2/2/10
to farcr...@googlegroups.com
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

Knut

unread,
Feb 2, 2010, 5:25:21 PM2/2/10
to farcry-dev
Hi Marco,

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

Marco van den Oever

unread,
Feb 3, 2010, 6:53:45 AM2/3/10
to farcr...@googlegroups.com
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

Knut

unread,
Feb 3, 2010, 7:27:59 AM2/3/10
to farcry-dev
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 <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

AJ Mercer

unread,
Feb 3, 2010, 7:39:44 AM2/3/10
to farcr...@googlegroups.com
if you can, try bouncing the CF services - not all things get flushed with update app




--
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



--

AJ Mercer
http://webonix.net
http://twitter.com/webonix

Marco van den Oever

unread,
Feb 3, 2010, 8:13:20 AM2/3/10
to farcry-dev
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 <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

unread,
Feb 3, 2010, 9:07:14 AM2/3/10
to farcry-dev
Fine, that it works now :-) !

-- Knut

P.S. @ Marco: I updated the svn recouce files !


On 3 Feb., 14:13, Marco van den Oever <marcovandenoe...@gmail.com>

Marco van den Oever

unread,
Feb 3, 2010, 9:56:25 AM2/3/10
to farcry-dev
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 :)

Marco van den Oever

unread,
Feb 3, 2010, 11:03:41 AM2/3/10
to farcry-dev
But ... where are the default content types news, events etc???? in
webtop???

On Feb 3, 3:56 pm, Marco van den Oever <marcovandenoe...@gmail.com>

Knut

unread,
Feb 3, 2010, 11:53:54 AM2/3/10
to farcry-dev
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 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>

Marco van den Oever

unread,
Feb 3, 2010, 12:18:26 PM2/3/10
to farcry-dev
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-1961as well as on little

Knut

unread,
Feb 3, 2010, 12:54:12 PM2/3/10
to farcry-dev
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 <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

Marco van den Oever

unread,
Feb 3, 2010, 12:58:56 PM2/3/10
to farcry-dev
I think this is perfect and i am happy you set all the stuff up like
SVN etc!

> > > At the moment I' working on the files you loaded up tohttp://bugs.farcrycms.org/browse/FC-1961aswellas on little

Marco van den Oever

unread,
Feb 5, 2010, 12:20:33 PM2/5/10
to farcry-dev
Anyone on FC6 can see the default content types news, events etc????
in
webtop???

> > > At the moment I' working on the files you loaded up tohttp://bugs.farcrycms.org/browse/FC-1961aswellas on little

Chris Kent

unread,
Feb 5, 2010, 12:31:04 PM2/5/10
to farcry-dev
Yes, all working here.

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>

Marco van den Oever

unread,
Feb 5, 2010, 12:50:46 PM2/5/10
to farcry-dev
Ok thanks for the verification, i only have "farcrycms,farcrygreybox"
as plugins.. mmmmm...

Marco van den Oever

unread,
Feb 5, 2010, 2:09:27 PM2/5/10
to farcry-dev
OK NERD ALERT!!!!!

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>

West

unread,
Feb 5, 2010, 9:11:12 PM2/5/10
to farcry-dev
This error happened to me to actually, I was able to resolve it by
commenting out some of the code in the core, I can look to see what it
was if you need me to but it sounds like you got it working..

-ws

On Feb 5, 11:09 am, Marco van den Oever <marcovandenoe...@gmail.com>

Marco van den Oever

unread,
Feb 6, 2010, 5:14:20 AM2/6/10
to farcry-dev
Hi, the "display going mad when logged in fc6" error was solved by
updating to newest fc6 core and cms.
The problem i had with not seeing the content menu in cms was because
i had the wrong structure of folders in the folder "farcrycms", not
the root but also the "tags" and "trunk" folders.

Thanks!

Reply all
Reply to author
Forward
0 new messages