On Nov 7, 1:39 am, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> Without seeing some code, it's pretty hard to fix it. Can't imagine
> why it's looking for xmlrpc.txt unless you're explicitly asking for
> it. Code sample are always welcome when diagnosing bugs.
Well I already posted the absolutely minimal (so minimal you probably
missed it!) example that was not working for me. With routing enabled
in core, this code results in a 404 for xmlrpc.txt:
The model is just an empty class. In
app/controllers/things_controller.php:
function xmlrpc_doSomething() {
echo 'hello';
}
In app/views/things/xmlrpc/do_something.thtml:
blah
but when I hit /xmlrpc/things/do_something I get a 404 looking for
xmlrpc.txt. XML functionality doesn't enter into it if I can't stuff in
something and get something out.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---