Closed mcclaskiem closed 9 years ago
Hey @mcclaskiem
Looks like you found a bug, thanks for brining this up. Just pushing a fix now :+1:
If you download version 1.5.2
and update placid, this should hopefully be resolved.
@alecritson Thanks very much for the quick fix!
I am currently trying to access a request in Placid via JS on the front-end.
I structured my AJAX the same as the docs mention:
In the client console I am getting a 500 Error
On the craft logs I get this error:
exception 'CException' with message 'Craft\Placid_RequestsService and its behaviors do not have a method or closure named "setOptions".' in .../craft/app/framework/base/CComponent.php:266
Is this an issue with the request formatting or an issue with the plug-in?