On 20 Gru, 13:04, hydra12 <[EMAIL PROTECTED]> wrote:
> Try using an absolute url instead of a relative one (just for kicks).
> It might help track down the problem.
>
> BTW, I HAVE noticed a lag on google groups when posting sometimes. I
> don't think the group is moderated (as in, having each reply approved
> by a moderator before being posted). Sometimes things just run
> slow . . .
Absolute URL doesn't work as cake converts the URL to his own needs:
"You don't have permission to access /pka/comments/http://
www.domain.pl/pka/comments/add/122 on this server. "
When setting relative url like "add/122" it shows:
"You don't have permission to access /pka/comments/add/122 on this
server."
After this tests I've got some new thoughts - why is this saying "/pka/
comments/add" and not "http://www.domainname/pka/comments/add/122" ?
Does it normal? Maybe AJAX (prototype.js) or Cake shouldn't add this /
pka/comments/ in front and treat url set by me as the final? - but how
make AJAX behave like I want? I'm using standard AJAX helper ie.:
echo $ajax->submit('
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---