Re: Re: File not found: /webtop/content/sidebar.cfm

Justin Carter <[email protected]> Mon, 24 Mar 2014 04:42:10 -0700 (PDT)
Newsgroups gmane.comp.cms.farcry.devel
Message-ID <[email protected]>
FYI, there's now a fix for FarCry Solr Pro support on FarCry 7.x which was 
merged earlier today (you'll have to get it from the master branch of the 
FarCry Solr Pro plugin on Github) and also a patch in Core (trunk) just to 
clean up some CSS styles. Hopefully that fixes your issues.


On Sunday, March 23, 2014 10:39:41 AM UTC+11, Scott Conklin wrote:
>
> They upgraded the server to I9.02 so we now we are going to try and setup 
> the FC Solr plugin (I removed the verity plugin).
>
> I chose this FC solr plugin and followed the instructions  (i assume this 
> works for 7.0)
>
> http://jeffcoughlin.github.io/farcrysolrpro/documentation.html
>
> I tried to follow the directions in the "Configure plugin section"
> Webtop --> Admin --> Configuration --> Edit Config --> Solr Pro Plugin
> i don't see how to do this... i guess the interface has changed in 7.0? 
>
> the cliicked on Content Types but i get the message 
>
> You must configure the Solr settings<http://www.teratech.com/webtop/admin/customadmin.cfm?module=customlists/farConfig.cfm> before 
> you can define any content types.
>
> clicking on "configure sor settings" throws an error:
> (I am missing a file? )
>
> Please push "back" on your browser or go back home<http://www.teratech.com/>
> Error OverviewMachine:ewhserver916Instance:TeratechMessage:<h2>Administration 
> UI Not Found</h2> <ul> <li>module: customlists/farConfig.cfm</li> 
> <li>plugin: </li> </ul>Browser:Mozilla/5.0 (Windows NT 6.1; WOW64) 
> AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36
> DateTime:{ts '2014-03-22 19:38:39'}Host:www.teratech.comHTTPReferer:
> http://www.teratech.com/webtop/index.cfm?id=admin.farcrysolrprosubsection.farcrysolrprosetupmenu.farcrysolrpromenuitem01
> QueryString:module=customlists/farConfig.cfmRemoteAddress:98.201.238.100
> Bot:not a botError DetailsException Type:ApplicationTag Context:
>    
>    - C:\inetpub\wwwroot\Clients\FarCry4Sites\core\webtop\admin\customadmin.cfm 
>    (line: 55)
>
>
>
>
> I assumed that
>
>
>
>
>
>
> On Friday, March 21, 2014 7:52:02 AM UTC-5, Sean Coyne wrote:
>>
>> In the verity admin in the webtop you can create the collections and 
>> identify what content type they index, and what properties they use
>>
>> On Thursday, March 20, 2014 9:38:20 PM UTC-4, Scott Conklin wrote:
>>
>> I was wrong about what i had said in this thread about needing to setup 
>> verity collections to point to the site files.
>> turns out it need to reference the database.. 
>> I have these collections and notice that they correspond to  tables with 
>> the same/similar names:
>> Would by chance those tables have been the source for these collections? 
>> how can I set up that the verity plugin searches db records instead of 
>> the file directories? 
>>
>> teratech_rev2_dmhtml
>>
>> teratech_rev2_dminclude
>>
>> teratech_rev2_dmnews
>>
>> teratech_rev2_farveritycollection
>>
>> teratech_rev2_farveritylog
>>
>>  
>>  
>>
>> On Thursday, March 20, 2014 8:15:53 PM UTC-5, Scott Conklin wrote:
>>
>> >> FarCry has a built in error handler for 404/500 errors that removes 
>> any debugging information and supplies a simple message to users. 
>> This does not seem to work for me ... 
>>
>> neither does dropping in a simple error errorhandler into 
>> *project-root\}/www/errors/*.  as a 500.cfm file.
>>
>> I dummied up an error in the search routine... see it here:
>>
>> *http://www.teratech.com/search?criteria=services 
>> <http://www.teratech.com/search?criteria=services>*
>>
>>
>>
>>
>>
>> On Wednesday, March 19, 2014 8:39:05 PM UTC-5, Justin Carter wrote:
>>
>> Usually if you have an errors/500.cfm in your webroot (or in the project 
>> folder) then it will be used:
>> https://farcry.jira.com/wiki/display/FCDEV60/Error+Pages
>>
>> If you are logged in to the webtop or running the app from 
>> localhost/127.0.01 you will see the error message + dump, so you'd need to 
>> log out or try from a remote IP to see the nice error page.
>>
>>
>> cheers,
>> Justin
>>
>> --
>> Justin Carter
>> http://www.madfellas.com/blog
>> http://twitter.com/justincarter
>>  
>>
>> On Thu, Mar 20, 2014 at 12:23 PM, Scott Conklin <[email protected]>wrote:
>>
>> From what i understand the old farcry site had an error handler that 
>> trapped errors and showed a friendly message to the user instead of the cf 
>> error dumps.
>> Is there an easy way to add this in  7.0 or can i just add  a cferror tag 
>> call to the farcryconstructor.cfm? 
>>
>>
>>
>> On Monday, March 17, 2014 5:53:47 PM UTC-5, Justin Carter wrote:
>>
>> Yep, getLink() will generate a friendly URL from the objectid you pass in.
>>
>> Score is a value that Verity returns in the query object, it's up to you 
>> if you want to display it :) (I usually wouldn't, but it's up to you).
>>
>>
>> cheers,
>> Justin
>>
>> --
>> Justin Carter
>> http://www.madfellas.com/blog
>> http://twitter.com/justincarter
>>  
>>
>> On Tue, Mar 18, 2014 at 9:20 AM, Scott Conklin <[email protected]>wrote:
>>
>>  Justin
>>
>> i assume this will handle making the links work and show as Freindly 
>> URLs? 
>>
>> what about the score? what is that about? 
>>
>> 0.0000 TeraTech - #request.pagetitle#<http://www.teratech.com/index.cfm?objectid=C:%5Cinetpub%5Cwwwroot%5CClients%5CFarCry4Sites%5Cprojects%5Cteratech_rev2%5Cwww%5C_header_static.cfm>
>>  
>> Contact Us Today! | + 1 (301) 424 3903 News and Events
>>
>>
>> On Monday, March 17, 2014 5:12:47 PM UTC-5, Justin Carter wrote:
>>
>> The application.fapi.getLink() function should do the trick:
>>
>> http://docs.farcrycore.org/trunk/component-lib-fapi.html#getLink
>>
>>
>> cheers,
>> Justin
>>
>> --
>> Justin Carter
>> http://www.madfellas.com/blog
>> <a href="http://twitter.com/justincarter" target="_blank" 
>> onmousedown="this.href='
>> http://www.google.com/url?q\75http%3A%2F%2Ftwitter.com%2Fjustincarter\46sa\75D\46sntz\0751\46us<http://www.google.com/url?q%5C75http%3A%2F%2Ftwitter.com%2Fjustincarter%5C46sa%5C75D%5C46sntz%5C0751%5C46us>
>>
>> ...
>
>

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/[email protected]
To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
For more options, visit https://groups.google.com/d/optout.