Re: [Radiant] Re: image 404s

2010-12-01 Thread Fima Leshinsky
Yup so your request path/URI is wrong. Do a: $ pwd; ls -lh inside your image directory On Dec 1, 2010, at 8:08 PM, rosslaird wrote: > Nope. I get 404 for them all. > > R. > > On Dec 1, 7:55 pm, Fima Leshinsky wrote: >> Can you hit other assets in the /admin dir w/ curl and do u get a 200? >

[Radiant] Re: image 404s

2010-12-01 Thread rosslaird
Nope. I get 404 for them all. R. On Dec 1, 7:55 pm, Fima Leshinsky wrote: > Can you hit other assets in the /admin dir w/ curl and do u get a 200? > > On Dec 1, 2010, at 6:02 PM, rosslaird wrote: > > > Thanks for the help. > > Unless I've done something incorrectly, this: > > >> select * from

Re: [Radiant] Re: image 404s

2010-12-01 Thread Fima Leshinsky
Can you hit other assets in the /admin dir w/ curl and do u get a 200? On Dec 1, 2010, at 6:02 PM, rosslaird wrote: > Thanks for the help. > Unless I've done something incorrectly, this: > >> select * from page_parts where content like '%button.png%', etc. > > returns no results (I did this in

[Radiant] Re: image 404s

2010-12-01 Thread rosslaird
Thanks for the help. Unless I've done something incorrectly, this: > select * from page_parts where content like '%button.png%', etc. returns no results (I did this in PHPMyAdmin) for any of the tables with a content field. > For the new-snippet.png 404 - that's a tough one. I'd use curl to debu

Re: [Radiant] image 404s

2010-12-01 Thread Fima Leshinsky
connect to your DB and do a select * across all the tables w/ a content field: page_parts pages snippets layouts e.g. select * from page_parts where content like '%button.png%', etc. That should identify where the reference to the asset is. For the new-snippet.png 404 - that's a tough one. I'd

[Radiant] image 404s

2010-12-01 Thread rosslaird
I have just started using Radiant (which is just great, by the way), so apologies in advance for what may be a very simple question: the server log shows various 404s to image files: button.png and new- snippet.png are two examples. My setup is on locahost, for testing, so the 404 refers to (for ex

[Radiant] image 404s

2010-12-01 Thread rosslaird
I have just started using Radiant (which is just great, by the way), so apologies in advance for what may be a very simple question: the server log shows various 404s to image files: button.png and new- snippet.png are two examples. My setup is on locahost, for testing, so the 404 refers to a (for