page content.
On 19 Lut, 21:19, Colin Law wrote:
On 19 February 2012 20:08, Adam wrote:
Still top posting I see, much better to put your reply inline as I
suggested previously
Started GET "/403.shtml" for 77.252.249.15 at Sun Feb 19 14:01:06 -0600 2012
That is where the 403 is coming from.
What on earth are you doing posting html in the params?
Colin
problems, which will show the params passed to the show action. That
may give you a clue. If you can't make sense of it post the log
showing the request and the error.
gplus.to/clanlaw--
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 [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.--
gplus.to/clanlaw--
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 [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.--
gplus.to/clanlaw
--On 19 February 2012 20:08, Adam wrote:
Still top posting I see, much better to put your reply inline as I
suggested previously
It should have been "a lot of html" my bad.
I've placed the production log herehttp://dl.dropbox.com/u/947601/production.log
the're only two actions there and you can see that the is changed from
73 to 403 without any reason (there is a lot of html in it).
I seeI've placed the production log herehttp://dl.dropbox.com/u/947601/production.log
the're only two actions there and you can see that the is changed from
73 to 403 without any reason (there is a lot of html in it).
Started GET "/403.shtml" for 77.252.249.15 at Sun Feb 19 14:01:06 -0600 2012
That is where the 403 is coming from.
What on earth are you doing posting html in the params?
Colin
On 19 Lut, 20:21, Colin Law wrote:
On 19 February 2012 18:05, Adam wrote:
On 19 February 2012 18:05, Adam wrote:
Could you not top post please, it makes it difficult to follow the
thread. Insert your reply at appropriate point(s) in previous
message. Thanks.
thread. Insert your reply at appropriate point(s) in previous
message. Thanks.
I've checked the http request but cannot find anything that could do
this. I'm also passing a lot of html could it be the fault?
I'm using the 3.0.1 gem of rails.
Can you post the bit of the log showing the request and the subsequent error.this. I'm also passing a lot of html could it be the fault?
I'm using the 3.0.1 gem of rails.
I don't know what you mean by 'passing a log of html'
Colin
On 18 Lut, 14:32, Colin Law wrote:
On 18 February 2012 11:20, Adam wrote:
Hello, recently on one of y sites i have a weird ID problem one
editing some pages.
Hello, recently on one of y sites i have a weird ID problem one
editing some pages.
After edit I get an The page you were looking for doesn't exist.
error.
error.
The Id of the editing page is 93 but in log files I have
ActiveRecord::RecordNotFound (Couldn't find Page with ID=403):
app/controllers/pages_controller.rb:44:in `show'
Before this in the log you should see the http request that caused theapp/controllers/pages_controller.rb:44:in `show'
problems, which will show the params passed to the show action. That
may give you a clue. If you can't make sense of it post the log
showing the request and the error.
Colin
In the controller there is just
def show
@page = Page.find params[:id] # line 44
def show
@page = Page.find params[:id] # line 44
respond_to do |format|
format.html { render :layout => 'application' }
end
end
format.html { render :layout => 'application' }
end
end
I'm really stunned by this error, I've looked in the source of the
edited page but it seems ok.
edited page but it seems ok.
--
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 [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.
--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 [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.
gplus.to/clanlaw
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 [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.
gplus.to/clanlaw
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 [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.
gplus.to/clanlaw
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 [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.