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] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
