shahroon ali
2009-Mar-11 16:25 UTC
Stuff to do - Redmine - Error saving lists. Please refresh the page and try again
Hi,
I am trying to save a list through this "stuff to do" plugin, but
it
leads me to an error which is
"Error saving lists. Please refresh the page and try again"
I have googled a lot but got no solution for this. Any idea?
Thanks,
Shahroon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
sumanth krishna
2009-Mar-11 16:33 UTC
Re: Stuff to do - Redmine - Error saving lists. Please refresh the page and try again
Hi Shahroon, What does the log say? Can you paste it here! On Mar 11, 6:25 pm, shahroon ali <shahroon....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > I am trying to save a list through this "stuff to do" plugin, but it > leads me to an error which is > > "Error saving lists. Please refresh the page and try again" > > I have googled a lot but got no solution for this. Any idea? > > Thanks, > Shahroon--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
shahroon ali
2009-Mar-11 16:37 UTC
Re: Stuff to do - Redmine - Error saving lists. Please refresh the page and try again
This is in my production.log, but i dont understand that what sort of error
is this?
Parameters: {"action"=>"index",
"user_id"=>"3",
"controller"=>"stuff_to_do"}
Rendering template within layouts/base
Rendering stuff_to_do/index
Completed in 0.06024 (16 reqs/sec) | Rendering: 0.01446 (24%) | DB: 0.03742
(62%) | 200 OK [http://192.168.1.208/redmine/stuff_to_do?user_id=3]
Processing StuffToDoController#index (for 192.168.1.9 at 2009-03-08
11:42:26) [GET]
Session ID: 84aab3623dfcea8c2e968d6cdd45065b
Parameters: {"action"=>"index",
"user_id"=>"3",
"controller"=>"stuff_to_do"}
Rendering template within layouts/base
Rendering stuff_to_do/index
Completed in 0.04952 (20 reqs/sec) | Rendering: 0.01078 (21%) | DB: 0.03140
(63%) | 200 OK [http://192.168.1.208/redmine/stuff_to_do?user_id=3]
On Wed, Mar 11, 2009 at 9:33 PM, sumanth krishna
<tosumanthkrishna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> Hi Shahroon,
> What does the log say? Can you paste it here!
>
> On Mar 11, 6:25 pm, shahroon ali
<shahroon....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > Hi,
> > I am trying to save a list through this "stuff to do"
plugin, but it
> > leads me to an error which is
> >
> > "Error saving lists. Please refresh the page and try again"
> >
> > I have googled a lot but got no solution for this. Any idea?
> >
> > Thanks,
> > Shahroon
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
Sumanth Krishna
2009-Mar-11 16:46 UTC
Re: Stuff to do - Redmine - Error saving lists. Please refresh the page and try again
Hi, The stuff to do plugin uses DB tables. So please run rake db:migrate_plugins, and check again. This should fix :) On Wed, Mar 11, 2009 at 6:37 PM, shahroon ali <shahroon.ali-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> This is in my production.log, but i dont understand that what sort of error > is this? > > Parameters: {"action"=>"index", "user_id"=>"3", > "controller"=>"stuff_to_do"} > Rendering template within layouts/base > Rendering stuff_to_do/index > Completed in 0.06024 (16 reqs/sec) | Rendering: 0.01446 (24%) | DB: 0.03742 > (62%) | 200 OK [http://192.168.1.208/redmine/stuff_to_do?user_id=3] > > > Processing StuffToDoController#index (for 192.168.1.9 at 2009-03-08 > 11:42:26) [GET] > Session ID: 84aab3623dfcea8c2e968d6cdd45065b > Parameters: {"action"=>"index", "user_id"=>"3", > "controller"=>"stuff_to_do"} > Rendering template within layouts/base > Rendering stuff_to_do/index > Completed in 0.04952 (20 reqs/sec) | Rendering: 0.01078 (21%) | DB: 0.03140 > (63%) | 200 OK [http://192.168.1.208/redmine/stuff_to_do?user_id=3] > > > > > > > > > > > > > > > > > > > On Wed, Mar 11, 2009 at 9:33 PM, sumanth krishna < > tosumanthkrishna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> >> Hi Shahroon, >> What does the log say? Can you paste it here! >> >> On Mar 11, 6:25 pm, shahroon ali <shahroon....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > Hi, >> > I am trying to save a list through this "stuff to do" plugin, but it >> > leads me to an error which is >> > >> > "Error saving lists. Please refresh the page and try again" >> > >> > I have googled a lot but got no solution for this. Any idea? >> > >> > Thanks, >> > Shahroon >> >> > > > >-- -- Thanks & Regards, Sumanth Krishna. A +358 40 3276564 Blogs: TwinclingCommunity: http://sumanthtechsavvy.blogspot.com/ http://www.twincling.org/node/227 http://yourway2health.blogspot.com/ http://www.osef.twincling.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
shahroon ali
2009-Mar-11 16:50 UTC
Re: Stuff to do - Redmine - Error saving lists. Please refresh the page and try again
Yeah I know, I have already migrated the desire migration, but problem is something else. Shahroon On Wed, Mar 11, 2009 at 9:46 PM, Sumanth Krishna <tosumanthkrishna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > The stuff to do plugin uses DB tables. So please run rake > db:migrate_plugins, and check again. This should fix :) > > On Wed, Mar 11, 2009 at 6:37 PM, shahroon ali <shahroon.ali-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> This is in my production.log, but i dont understand that what sort of >> error is this? >> >> Parameters: {"action"=>"index", "user_id"=>"3", >> "controller"=>"stuff_to_do"} >> Rendering template within layouts/base >> Rendering stuff_to_do/index >> Completed in 0.06024 (16 reqs/sec) | Rendering: 0.01446 (24%) | DB: >> 0.03742 (62%) | 200 OK [ >> http://192.168.1.208/redmine/stuff_to_do?user_id=3] >> >> >> Processing StuffToDoController#index (for 192.168.1.9 at 2009-03-08 >> 11:42:26) [GET] >> Session ID: 84aab3623dfcea8c2e968d6cdd45065b >> Parameters: {"action"=>"index", "user_id"=>"3", >> "controller"=>"stuff_to_do"} >> Rendering template within layouts/base >> Rendering stuff_to_do/index >> Completed in 0.04952 (20 reqs/sec) | Rendering: 0.01078 (21%) | DB: >> 0.03140 (63%) | 200 OK [ >> http://192.168.1.208/redmine/stuff_to_do?user_id=3] >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> On Wed, Mar 11, 2009 at 9:33 PM, sumanth krishna < >> tosumanthkrishna-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >>> >>> Hi Shahroon, >>> What does the log say? Can you paste it here! >>> >>> On Mar 11, 6:25 pm, shahroon ali <shahroon....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>> > Hi, >>> > I am trying to save a list through this "stuff to do" plugin, but >>> it >>> > leads me to an error which is >>> > >>> > "Error saving lists. Please refresh the page and try again" >>> > >>> > I have googled a lot but got no solution for this. Any idea? >>> > >>> > Thanks, >>> > Shahroon >>> >>> >> >> >> > > > -- > -- > Thanks & Regards, > Sumanth Krishna. A > +358 40 3276564 > > Blogs: > TwinclingCommunity: > > http://sumanthtechsavvy.blogspot.com/ > http://www.twincling.org/node/227 > > http://yourway2health.blogspot.com/ > http://www.osef.twincling.org > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---