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
My hoster offers site isolation functionality when no one site knows about root level directory and cannot access to it. But after this feature enabled this function
Error : is_link(): IHC isolation in effect. File(/home) is not within the allowed path(s)
-----
if (is_link($thispart)) {
Can you point me to solution? Maybe some settings in php.ini will fix this problem?
As i can understand, this function verifies that some of path parts are not symlink.
Can i rewrite it somehow? I'm not use symlinks at all on shared hostings. Commenting the whole cycle makes phpthumb unuseable
The text was updated successfully, but these errors were encountered:
I'm not sure. I don't have any way to replicate your environment so I'll leave it to you to figure out a proper workaround. Or perhaps someone else can chime in and offer their suggestions.
A very poor temporary fix would be to simply put return $path; before the problem line and effectively bypass the whole checking mechanism, but that should be avoided except for local testing.
My hoster offers site isolation functionality when no one site knows about root level directory and cannot access to it. But after this feature enabled this function
phpThumb/phpthumb.class.php
Line 1165 in 4bb058e
throws warning
Can you point me to solution? Maybe some settings in php.ini will fix this problem?
As i can understand, this function verifies that some of path parts are not symlink.
Can i rewrite it somehow? I'm not use symlinks at all on shared hostings. Commenting the whole cycle makes phpthumb unuseable
The text was updated successfully, but these errors were encountered: