Hi all,
I have a PHP script placed in a subdomain of a main domain. The thing I want to do is to copy an image file to a directory under the main domain.
I get these errors:
... is not within the allowed path(s)
Operation not permitted in ...
I guess it's something about the allowed paths, but how can declare this path?
Thanks for your time.
I have a PHP script placed in a subdomain of a main domain. The thing I want to do is to copy an image file to a directory under the main domain.
I get these errors:
... is not within the allowed path(s)
Operation not permitted in ...
I guess it's something about the allowed paths, but how can declare this path?
Thanks for your time.