im facing this issue with open_basedir , i use unlink() php function to delete some files upon request its says Warning: unlink(): open_basedir restriction in effect. File() is not within the allowed path(s):
when i disable Anti-XSS error changes to
Warning: unlink(): No such file or directory
im moving from cpanel i didnt have such issue
any suggestion?