Jump to content

Andou

Members
  • Posts

    22
  • Joined

  • Last visited

Community Answers

  1. Andou's post in Problem with echo json_encode was marked as the answer   
    A couple of things.
    First, put error_reporting(E_ALL); and ini_set('display_errors' 1); at the top of the file so we can see the errors.
    Second, I googled it and apparently calling "json_last_error()" after json_encode() may fix the issue if it gives you the error code.
    Try it, and if it still doesn't work, I'll see what else can be done.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.