Joshua Ramirez
New Pleskian
Hey everyone. Today a client moved one of their WordPress sites over to my server and in doing so introduced a problem that caused /var/www/vhosts/domain_name_here.com/logs/error_log file to increase in size rapidly until it exhausted the entire hard drive space.
It was returning a known error reported by other KB articles and sites but no one seemed to post why this happens - why does the error_log file keep getting larger with the same message as if the WordPress site is stuck in a loop? It keeps posting "PHP Warning: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s)..."
I set open_basedir to none just to stop it from doing this but this isn't a safe method. Has any one else encountered this issue?
I imagine a error should be logged when this is triggered but only once or once everytime the site is accessed not until the log file grows to occupy the entire disk.
Thank you for your help
It was returning a known error reported by other KB articles and sites but no one seemed to post why this happens - why does the error_log file keep getting larger with the same message as if the WordPress site is stuck in a loop? It keeps posting "PHP Warning: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s)..."
I set open_basedir to none just to stop it from doing this but this isn't a safe method. Has any one else encountered this issue?
I imagine a error should be logged when this is triggered but only once or once everytime the site is accessed not until the log file grows to occupy the entire disk.
Thank you for your help