Yep that's probably it, they would need to open and close within the same
template. To work around that you'll just need to output the appropriate
<div> and class attribute manually. (We tend not to use the "grid" tags
much any more, working with plain HTML is generally easier).

cheers,
Justin


On Thu, Jan 24, 2013 at 11:16 AM, Might Aswell <[email protected]> wrote:

> Great guys thats helped..
>
> It appears I have an issue with a <grid:div> tags that does not have a
> closing tag.. I believe I started using <grid> so I didnt have to wrap as
> many <cfoutput> tags around things. In this case the grid tag is opened in
> displayHeaderStandard.cfm and closed in displayFooterStandard.cfm could the
> issue be the opening/closing in separate templates?
>
>
> On Wednesday, January 23, 2013 3:16:32 PM UTC-8, Justin Carter wrote:
>>
>> And if that doesn't help, try editing the Application.cfc that is in your
>> project/www folder, and comment out everything inside of the onError
>> function (not the whole of the function definition, just the lines within
>> the function).
>>
>> Essentially you just want to disable FarCry's error handling, as it seems
>> like you have a much lower level issue...
>>
>> cheers,
>> Justin
>>
>>
>> On Thursday, January 24, 2013 10:00:55 AM UTC+11, Justin Carter wrote:
>>>
>>> Now that you get that error, what happens if you append ?debug=1 to the
>>> URL? It should show you the error description and a stack trace.
>>>
>>>
>>> On Thursday, January 24, 2013 9:58:16 AM UTC+11, Might Aswell wrote:
>>>>
>>>> If I comment out line 221 of error.cfc I get a non descriptive message:
>>>>
>>>> There was a problem with that last request
>>>>
>>>> Please push "back" on your browser or go back home
>>>>
>>>>>   --
> 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
>
>
>

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


Reply via email to