In the webtop browse to the Verity section under the Admin tab and just get it to recreate and/or rebuild the collections, hopefully that will do the trick.
You could also check the CF admin and the verity collections folder on disk to confirm that they exist. On 10/03/2014 5:12 AM, "Scott Conklin" <sconk...@dynaprice.net> wrote: > Justin and Geoff - > > Thanks so much for all your help... > all of our suggestions have solved the issues 1-4 either in total or have > gotten me one step in the right direction, > > WYSISWYG, Contact forms and old dmLink issues seem to resolved.. > > Justin - > I followed the advice on verity > 1) the form posting issue is solved. responds in the same way as the GET > request now. > > 2) I replaced the lines of codes that you you refereed to in the > suggestions by instantiating the verity object: > <cfset oVerity=createObject("component", > "farcry.plugins.farcryverity.packages.custom.verityService").init()> > <cfset qResults = > oVerity.search(lCollections=lCollections,searchString=searchCriteria)> > > Now, i am on to the next error which would appear to be something to do > with the TT collections, but I don't believe anything has changed in the cf > admin since the upgrade. > The error below showed firstly that the *teratech_rev2_farveritylog * did > not exist so i created it.... I ran the search again and now i am getting > the same error on another collection not existing.. ( > *teratech_rev2_dminclude*). Is this not strange? Should i have to have > recreated these missing collections? > > DetailThe collection you specified does not exists or is not registered > with the ColdFusion Search Service.MessageThe collection > *teratech_rev2_dminclude *does not exist. > > > LINE580RAW_TRACEat > cfverityService2ecfc2093239793$funcSEARCH.runFunction(C:\inetpub\wwwroot\Clients\FarCry4Sites\plugins\farcryverity\packages\custom\verityService.cfc:580) > TEMPLATE > C:\inetpub\wwwroot\Clients\FarCry4Sites\plugins\farcryverity\packages\custom\verityService.cfc > > > > > On Saturday, March 8, 2014 5:12:59 PM UTC-6, Justin Carter wrote: >> >> On Sun, Mar 9, 2014 at 9:39 AM, Scott Conklin <scon...@dynaprice.net>wrote: >> >> Can you me where i would find the file to make this change.. (i am not >> sure i see any file called contactus) >> >> >> On Saturday, March 8, 2014 4:35:53 PM UTC-6, Justin Carter wrote: >> >> 3) This seems to be an old school <cfform>... >> >> <form name="CFForm_1" id="CFForm_1" action="*/go/contact-us*" >> method="post" onsubmit="return _CF_checkCFForm_1(this)"> >> >> If you try to hit: >> http://www.teratech.com*/go/contact-us* >> >> You'll get redirected to: >> http://www.teratech.com/teratech-news/contact-us >> >> So that's probably why the form isn't working... The easiest fix will be >> removing the action attribute of the <form> so that it will submit to >> itself. >> >> (I just changed the form action in the page myself and sent a test, it >> seemed to work) >> >> >> The contact form is probably an old included cfm file, so it should be in >> your projects includedObj folder. The same with the search results fix, it >> looks like its in: >> \projects\ter >> ... > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: farcry-dev@googlegroups.com > To unsubscribe, email: farcry-dev+unsubscr...@googlegroups.com > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry > --- > You received this message because you are subscribed to the Google Groups > "farcry-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to farcry-dev+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@googlegroups.com To unsubscribe, email: farcry-dev+unsubscr...@googlegroups.com For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry --- You received this message because you are subscribed to the Google Groups "farcry-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to farcry-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.