firegento-logger icon indicating copy to clipboard operation
firegento-logger copied to clipboard

open_basedir restriction error

Open m-overlund opened this issue 1 year ago • 4 comments

Keep getting these Warnings caused by Logger (Sentry) trying to access outside of public_html dir. Seems to be caused by an empty variable used as argument in realpath() function.

realpath(): open_basedir restriction in effect. File(/var/www/[DOMAIN].com/) is not within the allowed path(s)

{
code: 2, 
/public_html/lib/sentry/lib/Raven/Client.php, 
line: 317
}

m-overlund avatar Apr 13 '23 07:04 m-overlund