You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I came across file path error in doRequest.php.
Warning: unlink(/var/www/html\uploads\test.json): No such file or directory in /var/www/html/doRequest.php on line 133
{"response":"","statusCode":"Unknown error occurred (HTTP status 404)"}
Note: the file path for unlink( DIR.'\'.$uploadfile) has mixed slashes.
The text was updated successfully, but these errors were encountered:
Hi, I came across file path error in doRequest.php.
Warning: unlink(/var/www/html\uploads\test.json): No such file or directory in /var/www/html/doRequest.php on line 133
{"response":"","statusCode":"Unknown error occurred (HTTP status 404)"}
Note: the file path for unlink( DIR.'\'.$uploadfile) has mixed slashes.
The text was updated successfully, but these errors were encountered: