Logs for

Page 400 of 211,273, showing 20 records out of 4,225,455 total, starting on record 7,981, ending on 8,000

# At Username Text
# Aug 9th 2008, 20:36 adj rafaelbandeira3: thanks. looking now
# Aug 9th 2008, 20:36 kalileo Spoom: hold the shift key while clicking the browser's reload button
# Aug 9th 2008, 20:37 Spoom kalileo, i know how to do a force-reload, but this is ajax, how do i tell the browser to repeat the ajax request and not reload the whole page instead?
# Aug 9th 2008, 20:37 kalileo hmmm, understand
# Aug 9th 2008, 20:38 Spoom anyway, same issue with cache cleared, so that's not it
# Aug 9th 2008, 20:38 Spoom also i just remembered that these errors are showing up in the error log so it's definitely not caching
# Aug 9th 2008, 20:39 kalileo if you get the 403 you should see it in your server's error log, that way you could check if it is a cache issue or indeed coming from the server
# Aug 9th 2008, 20:39 Spoom yes, it is
# Aug 9th 2008, 20:39 kalileo Spoom: then check the Url as it appears in the error log to make sure that you are not having a messed up url arriving at the server
# Aug 9th 2008, 20:40 kalileo there must be a reason for the server to throw a 403
# Aug 9th 2008, 20:40 Spoom i did earlier
# Aug 9th 2008, 20:40 Spoom it is the correct url
# Aug 9th 2008, 20:40 Spoom http://jamiearseneault.com/questionnaire/questionnaire/questions/index - cake:cake to access if you want to see it
# Aug 9th 2008, 20:40 kalileo if it is in your server error log then the url doesn't work
# Aug 9th 2008, 20:41 JD__ Do you have security component included?
# Aug 9th 2008, 20:41 JD__ $this->Security->requirePost( 'getnodes.json', 'reorder', 'reparent');
# Aug 9th 2008, 20:41 JD__ I use that on purpose to make that 403 happen to stop people tying in my json urls
# Aug 9th 2008, 20:41 Spoom no
# Aug 9th 2008, 20:41 Spoom nothing too fancy so far
# Aug 9th 2008, 20:41 JD__ if you have require get that would break the ajax