I have a php application and when I wanted to perform an update within the php web, it said ,"SplFileInfo::isFile(): open_basedir restriction in effect. File(/usr/home/myname/domains/domain.com/public_html/..) is not within the allowed path(s): (/usr/home/myname/domains/domain.com/public_html:/tmp:/usr/share:/usr/local/share:/dev)"
so how to fix this? I know we are not root of the server so there are so many restrictions when modifying the php application ,
I also encounter another problem like when I want to upload some themes in the php application , it said "system() has been disabled for security reasons", and I tried to create a file '.user.ini' and put the content "disable_functions = none" in it and also doesn't work, if you are available help me solve these two problems, thank you