# |
Aug 9th 2008, 20:48 |
Spoom |
yes |
# |
Aug 9th 2008, 20:48 |
kalileo |
"You don't have permission to access /questionnaire/questionnaire/questions/index/page:2 on this server." |
# |
Aug 9th 2008, 20:47 |
kalileo |
in the cake page layout a cake generated error message |
# |
Aug 9th 2008, 20:47 |
Spoom |
? |
# |
Aug 9th 2008, 20:47 |
kalileo |
nice cake error |
# |
Aug 9th 2008, 20:46 |
Spoom |
ajax* |
# |
Aug 9th 2008, 20:46 |
kalileo |
oh I see |
# |
Aug 9th 2008, 20:46 |
Spoom |
obviously the non-ajas links work :^) |
# |
Aug 9th 2008, 20:46 |
Spoom |
like 2 or next |
# |
Aug 9th 2008, 20:46 |
kalileo |
works |
# |
Aug 9th 2008, 20:46 |
Spoom |
a page link |
# |
Aug 9th 2008, 20:46 |
Spoom |
no |
# |
Aug 9th 2008, 20:46 |
kalileo |
such as "view"? |
# |
Aug 9th 2008, 20:45 |
Spoom |
and then click a link in the pages |
# |
Aug 9th 2008, 20:45 |
Spoom |
try now |
# |
Aug 9th 2008, 20:44 |
Spoom |
i was just debugging stuff trying to fix it |
# |
Aug 9th 2008, 20:44 |
Spoom |
yeah, one sec |
# |
Aug 9th 2008, 20:44 |
kalileo |
Spoom: going to the page you just pointed to I get a "app/controllers/questions_controller.php (line 12)" message with the cake debug output below |
# |
Aug 9th 2008, 20:44 |
Spoom |
71.74.111.184 - - [09/Aug/2008:20:55:13 -0400] "POST /questionnaire/questionnaire/questions/index/page:2 HTTP/1.1" 403 - "http://jamiearseneault.com/questionnaire/questionnaire/questions/index/page:1" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008062009 (Gentoo) Firefox/3.0" |
# |
Aug 9th 2008, 20:43 |
Spoom |
sec |
# |
Aug 9th 2008, 20:43 |
Spoom |
access log on the other hand... one se |
# |
Aug 9th 2008, 20:42 |
Spoom |
error log shows [Sat Aug 9 21:49:16 2008] [error] [client 71.74.111.184] File does not exist: /home/jamiears/public_html/403.shtml which just means it's not finding the custom error page it's looking for (not a fatal thing) |
# |
Aug 9th 2008, 20:42 |
JD__ |
ah i see |
# |
Aug 9th 2008, 20:42 |
Spoom |
hehe thanks |
# |
Aug 9th 2008, 20:42 |
kalileo |
JD__: if he sees the error in apache's error log then it's happening before the access even reaches cake |
# |
Aug 9th 2008, 20:42 |
Spoom |
just using auth |
# |
Aug 9th 2008, 20:41 |
JD__ |
if you have require get that would break the ajax |
# |
Aug 9th 2008, 20:41 |
Spoom |
nothing too fancy so far |
# |
Aug 9th 2008, 20:41 |
Spoom |
no |
# |
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 |
JD__ |
$this->Security->requirePost( 'getnodes.json', 'reorder', 'reparent'); |
# |
Aug 9th 2008, 20:41 |
JD__ |
Do you have security component included? |
# |
Aug 9th 2008, 20:40 |
kalileo |
if it is in your server error log then the url doesn't work |
# |
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 |
Spoom |
it is the correct url |
# |
Aug 9th 2008, 20:40 |
Spoom |
i did earlier |
# |
Aug 9th 2008, 20:40 |
kalileo |
there must be a reason for the server to throw a 403 |
# |
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:39 |
Spoom |
yes, it is |
# |
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:38 |
Spoom |
also i just remembered that these errors are showing up in the error log so it's definitely not caching |