Skip to content

SyntaxError: Unexpected token \ in JSON at position 2 #427

@whw3

Description

@whw3

Not sure if this variation is needed due to php 7.0, but I keep getting JSON errors until I updated /server/index.php to the followiing
changed
echo shell_exec( $shell_file . " " . $module );
to
echo stripcslashes(shell_exec( $shell_file . " " . $module ));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions