⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

JSON Error after install



steel_edward

steel_edward
  • profile picture
  • Member

Posted 05 February 2020 - 22:20 PM

I am trying to use the Enterprise versión, migrate from the free version, alway receive the error

 

Something went wrong!

We can't process the response of the server. This is all we know about it:

Summary: Not well JSON formatted response

Error: Not well JSON formatted response

Response:

 

 

 

 


steel_edward

steel_edward
  • profile picture
  • Member

Posted 06 February 2020 - 13:37 PM

if (isset($output->isJSONResponse) && $output->isJSONResponse) {
header('Content-Type: application/json; charset=utf-8');
echo $output->output;
exit;
}

$this->load->view("template", $data);

 

 

Solved! Sorry