Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author amitai

    (@ty_pwd)

    This happens because your server is running PHP 5.2. In the file WcsIOS.php, change line 35 from:
    $output = json_encode( $multiDimArray, JSON_FORCE_OBJECT );
    to
    $output = json_encode( $multiDimArra );

    I will fix this issue on the next release.

    Thread Starter joemastro

    (@joemastro)

    Sweet… and with your fix, I won’t worry about the fix being overridden!

    Best Regards, and thank you,
    Joe

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Weekly Class Schedule] json encode error’ is closed to new replies.