2) I think you've got 2 issues with the search... The POST doesn't seem to
be working at all... If I change the form method from a POST to a GET it
starts to work, but then it'll throw an error:

http://www.teratech.com/search?criteria=services

Which gives this error message: "Element FACTORY.OVERITY is undefined in a
Java object of type class [Ljava.lang.String; referenced as ''"
(\projects\teratech_rev2\includedObj\_search.cfm:55)

I think this _search.cfm has been customised somewhat, because the only
example files I found had this particular code on line 75:

<cfset qResults =
application.factory.oVerity.search(lCollections=lCollections,searchString=searchCriteria)>

It doesn't look like the plugin is putting the verity object into
application.factory, but instead you should be able to do somthing like
this:

<cfset oVerity=createObject("component",
"farcry.plugins.farcryverity.packages.custom.verityService").init()>
<cfset qResults =
oVerity.search(lCollections=lCollections,searchString=searchCriteria)>



cheers,
Justin

--
Justin Carter
http://www.madfellas.com/blog
http://twitter.com/justincarter


On Sun, Mar 9, 2014 at 2:31 AM, Scott Conklin <sconk...@dynaprice.net>wrote:

> 2) I have updated the latest verity plugin
> https://github.com/farcrycore/plugin-farcryverity  on FC 7.0 RC
> but performing a search does not seem to return any results..
> It does not error, but I am told that it worked prior to the upgrade.
>
> An pointers on how to chase this down?
>
> Thanks
>
>
> On Saturday, March 8, 2014 9:27:39 AM UTC-6, Scott Conklin wrote:
>>
>> Guys--
>> after a small break from this i am back on the remaining issues:
>>
>> 1) The most pervasive issue now is the strange behavior of some but not
>> all of  the navigation links/content that i can't quite clearly describe.
>> I will have to demo via symptoms and examples: (part of the issue is i
>> don't know what the content looked like before the upgrade)
>>
>> firstly the issue can been for by clicking  on
>> http://www.teratech.com/ -> News and Events- >  blog (in the right hand
>> margin)..
>>
>> You see a page that is apparently void of styles.
>>
>> When I look at the this in the webtop app and compare it to a functioning
>> link/page i see what i would expect.. a page where i can see the content in
>> the Textarea for editing.
>> see these shots for the admin of the community page/link :
>> http://www.teratech.com/community
>>
>> https://www.evernote.com/shard/s349/sh/3efe7193-2c77-
>> 46ff-84a0-15efa3787f55/01613647668340fc54417ebe73bc76e3
>> https://www.evernote.com/shard/s349/sh/6a817ad8-5f90-
>> 4026-b187-c0f1d7ceacf8/f1780ffab5d38fdc8f8a433d8115dd6f
>>
>> When l look at *Blog *under *News and Events* http://www.teratech.
>> com/news-and-events/blog
>> I see different screens..things that i don't understand..
>>
>> https://www.evernote.com/shard/s349/sh/efc040e0-7835-
>> 4aed-b014-7010e0733b4a/efeb4f0071bbb2355564617063173eef
>> https://www.evernote.com/shard/s349/sh/30b87e1f-b570-
>> 4276-aa36-f2746f1991c1/a17ebc5f133b00e169d2038ead412432
>>
>> I don't understand what i am looking at but would have expected a similar
>> page to the one the screenshot above?
>> Where is the content for Blog page gone?
>> How can i make it work as it should etc?
>>
>>
>> On Wednesday, March 5, 2014 11:02:42 PM UTC-6, Scott Conklin wrote:
>>>
>>> Justin-
>>>
>>> That worked great... thanks
>>>
>>> On Wednesday, March 5, 2014 8:50:19 PM UTC-6, Justin Carter wrote:
>>>>
>>>> Download this zip of FarCry CMS 6-2-6:
>>>> https://github.com/farcrycore/plugin-farcrycms/releases/tag/
>>>> milestone-6-2-6
>>>>
>>>> Extract packages/types/dmLink.cfc to your projectname/packages/types
>>>> Extract webskin/dmLink to your projectname/webskin/dmLink
>>>>
>>>> That should restore enough of the old dmLink functionality to get you
>>>> going.
>>>>
>>>>
>>>> cheers,
>>>> Justin
>>>>
>>>> --
>>>> Justin Carter
>>>> http://www.madfellas.com/blog
>>>> http://twitter.com/justincarter
>>>>
>>>>
>>>> On Thu, Mar 6, 2014 at 1:29 PM, Scott Conklin <scon...@dynaprice.net>wrote:
>>>>
>>>>> excitement short lived ....:(
>>>>>
>>>>> new interface looks great...
>>>>> but clicking on http://www.teratech.com/webtop/?id=site
>>>>> gives:
>>>>> There was a problem with that last request
>>>>>
>>>>> Please push "back" on your browser or go back 
>>>>> home<http://www.teratech.com/>
>>>>> Error Overview
>>>>> Machine:ewhserver916Instance: TeratechMessage: Element dmLink is
>>>>> undefined in a CFML structure referenced as part of an expression.
>>>>> Browser: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36
>>>>> (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36 DateTime:{ts
>>>>> '2014-03-05 21:28:02'} Host:www.teratech.com HTTPReferer:
>>>>> http://www.teratech.com/webtop/?id=content QueryString:id=site
>>>>> RemoteAddress: 98.201.238.100Bot: not a botError Details Exception
>>>>> Type:Expression Tag Context:
>>>>>
>>>>>    - 
>>>>> C:\inetpub\wwwroot\Clients\FarCry4Sites\core\packages\coapi\coapiUtilities.cfc
>>>>>    (line: 404)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\packages\lib\fapi.cfc
>>>>>    (line: 91)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\packages\farcry\tree.cfc
>>>>>    (line: 502)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\webskin\
>>>>>    dmNavigation\webtopTreeChildRows.cfm (line: 132)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\webskin\
>>>>>    dmNavigation\webtopTreeChildRows.cfm (line: 105)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\webskin\
>>>>>    dmNavigation\webtopTreeChildRows.cfm (line: 1)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\packages\fourq\fourq.cfc
>>>>>    (line: 445)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\packages\fourq\fourq.cfc
>>>>>    (line: 338)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 138)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 74)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 11)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 9)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 1)
>>>>>    - 
>>>>> C:\inetpub\wwwroot\Clients\FarCry4Sites\core\webskin\dmNavigation\webtopBody.cfm
>>>>>    (line: 186)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\packages\fourq\fourq.cfc
>>>>>    (line: 445)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\packages\fourq\fourq.cfc
>>>>>    (line: 338)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 138)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 74)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 11)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 9)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 1)
>>>>>    - 
>>>>> C:\inetpub\wwwroot\Clients\FarCry4Sites\core\webskin\types\webtopPageStandard.cfm
>>>>>    (line: 16)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\packages\fourq\fourq.cfc
>>>>>    (line: 445)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\packages\fourq\fourq.cfc
>>>>>    (line: 338)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 138)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 74)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 11)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 9)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\tags\webskin\view.cfm
>>>>>    (line: 1)
>>>>>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\webtop\index.cfm
>>>>>    (line: 115)
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Wednesday, March 5, 2014 8:27:51 PM UTC-6, Scott Conklin wrote:
>>>>>>
>>>>>> ah!
>>>>>> just calling it like so: http://www.teratech.com/webtop/
>>>>>>
>>>>>> got me in...
>>>>>>
>>>>>> thanks so much
>>>>>>
>>>>>> On Wednesday, March 5, 2014 8:20:41 PM UTC-6, Justin Carter wrote:
>>>>>>>
>>>>>>> That's odd, there is no Location header to redirect to...
>>>>>>>
>>>>>>> So you submit the login form, and then you get a white screen, and
>>>>>>> it hasn't redirected anywhere? What happens if you hit:
>>>>>>> http://www.teratech.com/webtop ? Do you just get the login screen
>>>>>>> again, or do you see the webtop?
>>>>>>>
>>>>>>> Try clearing all of your cookies for that domain in case you have a
>>>>>>> bad session cookie that CF can't deal with?
>>>>>>>
>>>>>>>
>>>>>>> cheers,
>>>>>>> Justin
>>>>>>>
>>>>>>> --
>>>>>>> Justin Carter
>>>>>>> http://www.madfellas.com/blog
>>>>>>> http://twitter.com/justincarter
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Mar 6, 2014 at 12:57 PM, Scott Conklin <
>>>>>>> scon...@dynaprice.net> wrote:
>>>>>>>
>>>>>>>>  a look at chrome dev tools show it is coming back with a 302..
>>>>>>>>
>>>>>>>>
>>>>>>>>    1. Request URL:
>>>>>>>>    http://www.teratech.com/webtop/login.cfm
>>>>>>>>    2. Request Method:
>>>>>>>>    POST
>>>>>>>>    3. Status Code:
>>>>>>>>    *302 Moved Temporarily*
>>>>>>>>    4. Request Headersview source
>>>>>>>>       1. Accept:
>>>>>>>>       text/html,application/xhtml+xml,application/xml;q=0.9,image/
>>>>>>>>       webp,*/*;q=0.8
>>>>>>>>       2. Accept-Encoding:
>>>>>>>>       gzip,deflate,sdch
>>>>>>>>       3. Accept-Language:
>>>>>>>>       en-US,en;q=0.8
>>>>>>>>       4. Cache-Control:
>>>>>>>>       max-age=0
>>>>>>>>       5. Connection:
>>>>>>>>       keep-alive
>>>>>>>>       6. Content-Length:
>>>>>>>>       1303
>>>>>>>>       7. Content-Type:
>>>>>>>>       multipart/form-data; boundary=
>>>>>>>>       8.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wednesday, March 5, 2014 7:55:35 PM UTC-6, Scott Conklin wrote:
>>>>>>>>>
>>>>>>>>> recycling the CF service and calling the update like
>>>>>>>>> this: /webtop/login.cfm?updateall=chelsea
>>>>>>>>> seemed to have made a difference.... Thanks
>>>>>>>>>
>>>>>>>>> It came back with the message that the app is refreshed.
>>>>>>>>>
>>>>>>>>> But now when I log in i get nothing but a blank screen...
>>>>>>>>> url still reads
>>>>>>>>>
>>>>>>>>> http://www.teratech.com/webtop/login.cfm
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Wednesday, March 5, 2014 7:40:51 PM UTC-6, Geoff Bowers wrote:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 6 March 2014 12:34, Scott Conklin <scon...@dynaprice.net>wrote:
>>>>>>>>>>
>>>>>>>>>>> Well, i thought Geoff had told me yesterday that going to 7.0
>>>>>>>>>>> was just a maintenance update... but maybe i misunderstood,,,
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 7.0 is feature complete and only has maintenance patches being
>>>>>>>>>> added to its branch.  7.0 itself is a major update.
>>>>>>>>>>
>>>>>>>>>> However, assuming you can do an ?updateall from the URL the
>>>>>>>>>> upgrade is very straightforward.  I'd recommend double-checking you 
>>>>>>>>>> have an <cfset
>>>>>>>>>> THIS.updateappKey = "whatever"> in place, and restarting the CF 
>>>>>>>>>> service for
>>>>>>>>>> good measure.
>>>>>>>>>>
>>>>>>>>>> You may need to send through the constructor file for your
>>>>>>>>>> project -- that will give us some insight into whether or not the 
>>>>>>>>>> app has
>>>>>>>>>> everything it needs.
>>>>>>>>>>
>>>>>>>>>> GB
>>>>>>>>>>
>>>>>>>>>  --
>>>>>>>> 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
>>>>>>>> ---
>>>>>>>> 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+...@googlegroups.com.
>>>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>>>
>>>>>>>
>>>>>>>  --
>>>>> 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
>>>>> ---
>>>>> 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+...@googlegroups.com.
>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>
>>>>
>>>>  --
> 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.

Reply via email to