Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
[SOLVED] Rest Controller response empty after upgrade to 1.6
  • I've just upgraded my fuel installation to 1.6 from 1.5 to take advantage or the new ormauth and opauth and I can't figure out where my responses have gone... 

    In my debugger, I get right up to \Fuel\Core\Controller::after and my response looks just like I want it, but the client only ever gets a 200 and empty body.  Anybody familiar with this upgrade have a guess what might be going on here?
    many thanks, - Michael
  • Disappearing body totally unrelated to upgrade.  Turns out deleting $response->send(true) from the end of index.php has exactly that effect.  Sorry if anyone lost some neural cycles trying to figure out why I'm a dufus.  

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion