Possible Bug in FarCry CMS Calendar Rule

View: New views
3 Messages — Rating Filter:   Alert me  

Possible Bug in FarCry CMS Calendar Rule

by Josen Ruiseco :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have a calendar display on a page using the calendar rule.

The page loads loads up initially with the default month, i.e. September 2007. In my case the page renders as a friendly URL.

http://localhost/go/calendar

When I change the Month drop-down to another month, the page goes to:

http://localhost/go/calendar?objectid=4834CB3A-E04C-8D4A-93C98EA8BDF511F2&year=2007&month=8

...which throws a 404 error. I can easily change the code to fix this. But I wanted to run it by you folks and have the source cms plugin altered if it is a bug.

Josen

Re: Possible Bug in FarCry CMS Calendar Rule

by modius :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Sep 4, 5:43 am, Josen Ruiseco <josen.ruis...@...>
wrote:
> http://localhost/go/calendar?objectid=4834CB3A-E04C-8D4A-93C98EA8BDF5...
>
> ...which throws a 404 error. I can easily change the code to fix this. But I
> wanted to run it by you folks and have the source cms plugin altered if it
> is a bug.

Yep its a bug.  Looks like the form action is broken when friendly
urls are turned on.  Please raise an issue at http://bugs.farcrycms.org/

Thanks,

-- geoff
http://www.daemon.com.au/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Possible Bug in FarCry CMS Calendar Rule

by Josen Ruiseco :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


modius wrote:
Please raise an issue at http://bugs.farcrycms.org/
Bug noted...

Josen